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-04-25T05:47:03.130Z||main|||||INFO|500||The following profiles are active: basic
2022-04-25T05:47:52.286Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-25T05:47:52.287Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-25T05:47:53.064Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-25T05:48:14.212Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-25T05:48:17.015Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-25T05:48:18.327Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-25T05:48:18.335Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-25T05:48:18.844Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-25T05:48:20.637Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-25T05:48:25.074Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-25T05:48:39.613Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-25T05:48:51.235Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-25T05:48:51.382Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-25T05:48:54.354Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-25T05:48:56.297Z||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-04-25T05:49:01.617Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-25T05:49:05.335Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-25T05:49:05.408Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$fa32a587.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-25T05:49:05.412Z||main|||||WARN|500||The sdc end point is not alive
2022-04-25T05:49:17.760Z||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-04-25T05:49:27.126Z||main|||||WARN|500||---
2022-04-25T05:49:27.127Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-25T05:49:27.128Z||main|||||WARN|500||---
2022-04-25T05:49:29.092Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-25T05:49:48.231Z||main|||||INFO|500||Started Application in 186.561 seconds (JVM running for 203.204)
2022-04-25T05:49:48.388Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-25T05:49:48.413Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-25T05:49:48.480Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-25T05:49:48.691Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-25T05:49:48.981Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2740036b-2241-4b7c-a781-b27ac987faa8 url= /sdc/v1/artifactTypes
2022-04-25T05:49:48.982Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-25T05:49:50.082Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-25T05:49:50.186Z||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-04-25T05:49:50.334Z||scheduling-1|||||DEBUG|500||create keys
2022-04-25T05:49:50.364Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-25T05:49:50.424Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:49:50.494Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b18cb094-26b3-4b9a-9d70-bf025e87bf8a url= /sdc/v1/registerForDistribution
2022-04-25T05:49:50.617Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b18cb094-26b3-4b9a-9d70-bf025e87bf8a url= /sdc/v1/registerForDistribution
2022-04-25T05:49:50.620Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-25T05:49:50.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:49:50.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:49:50.729Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-25T05:49:50.850Z||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-04-25T05:49:50.852Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:49:50.850Z||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-04-25T05:49:50.861Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:50:01.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:50:01.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:50:50.667Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:50:50.668Z||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-04-25T05:50:50.668Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:50:50.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:50:50.675Z||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-04-25T05:50:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:51:00.261Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:51:00.287Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:51:50.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:51:50.683Z||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-04-25T05:51:50.683Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:51:50.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:51:50.707Z||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-04-25T05:51:50.708Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:52:00.252Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:52:00.268Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:52:50.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:52:50.663Z||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-04-25T05:52:50.665Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:52:50.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:52:50.693Z||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-04-25T05:52:50.696Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:53:00.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:53:00.311Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:53:50.661Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:53:50.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:53:50.677Z||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-04-25T05:53:50.678Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:53:50.690Z||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-04-25T05:53:50.691Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:54:00.294Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:54:00.309Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:54:50.658Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:54:50.665Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T05:54:50.667Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T05:54:50.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:54:50.680Z||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-04-25T05:54:50.681Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:55:00.253Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:55:00.258Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:55:50.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:55:50.658Z||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-04-25T05:55:50.659Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:55:50.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:55:50.710Z||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-04-25T05:55:50.711Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:56:00.258Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:56:00.268Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:56:43.244Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-25T05:56:50.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:56:50.658Z||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-04-25T05:56:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:56:50.677Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:56:50.685Z||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-04-25T05:56:50.687Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:57:00.239Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:57:00.244Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:57:50.657Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:57:50.665Z||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-04-25T05:57:50.667Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:57:50.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:57:50.675Z||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-04-25T05:57:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:58:00.321Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:58:00.330Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:58:50.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:58:50.657Z||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-04-25T05:58:50.657Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:58:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:58:50.675Z||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-04-25T05:58:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:59:00.230Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:59:00.268Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:59:50.655Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:59:50.658Z||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-04-25T05:59:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T05:59:50.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:59:50.721Z||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-04-25T05:59:50.725Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:00:00.258Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:00:00.333Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:00:50.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:00:50.657Z||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-04-25T06:00:50.657Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:00:50.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:00:50.675Z||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-04-25T06:00:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:01:00.205Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:01:00.215Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:01:50.658Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:01:50.659Z||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-04-25T06:01:50.659Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:01:50.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:01:50.675Z||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-04-25T06:01:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:02:00.276Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:02:00.277Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:02:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:02:50.659Z||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-04-25T06:02:50.660Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:02:50.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:02:50.674Z||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-04-25T06:02:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:03:00.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:03:00.221Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:03:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:03:50.659Z||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-04-25T06:03:50.659Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:03:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:03:50.674Z||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-04-25T06:03:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:04:00.222Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:04:00.228Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:04:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:04:50.658Z||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-04-25T06:04:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:04:50.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:04:50.674Z||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-04-25T06:04:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:05:00.208Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:05:00.214Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:05:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:05:50.660Z||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-04-25T06:05:50.661Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:05:50.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:05:50.678Z||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-04-25T06:05:50.678Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:06:00.236Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:06:00.242Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:06:50.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:06:50.662Z||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-04-25T06:06:50.663Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:06:50.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:06:50.676Z||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-04-25T06:06:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:07:00.246Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:07:00.245Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:07:50.659Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:07:50.667Z||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-04-25T06:07:50.668Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:07:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:07:50.676Z||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-04-25T06:07:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:08:00.313Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:08:00.312Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:08:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:08:50.657Z||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-04-25T06:08:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:08:50.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:08:50.680Z||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-04-25T06:08:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:09:00.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:09:00.238Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:09:50.661Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:09:50.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:09:50.675Z||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-04-25T06:09:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:09:50.678Z||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-04-25T06:09:50.684Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:10:00.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:10:00.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:10:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:10:50.657Z||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-04-25T06:10:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:10:50.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:10:50.676Z||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-04-25T06:10:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:11:00.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:11:00.239Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:11:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:11:50.658Z||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-04-25T06:11:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:11:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:11:50.675Z||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-04-25T06:11:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:12:00.204Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:12:00.218Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:12:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:12:50.657Z||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-04-25T06:12:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:12:50.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:12:50.674Z||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-04-25T06:12:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:13:00.213Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:13:00.229Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:13:50.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:13:50.658Z||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-04-25T06:13:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:13:50.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:13:50.674Z||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-04-25T06:13:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:14:00.231Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:14:00.237Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:14:50.666Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:14:50.667Z||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-04-25T06:14:50.667Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:14:50.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:14:50.675Z||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-04-25T06:14:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:15:00.220Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:15:00.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:15:50.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:15:50.666Z||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-04-25T06:15:50.668Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:15:50.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:15:50.675Z||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-04-25T06:15:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:16:00.313Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:16:00.313Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:16:50.657Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:16:50.662Z||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-04-25T06:16:50.663Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:16:50.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:16:50.684Z||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-04-25T06:16:50.685Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:17:00.316Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:17:00.317Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:17:50.661Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:17:50.662Z||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-04-25T06:17:50.662Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:17:50.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:17:50.674Z||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-04-25T06:17:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:18:00.253Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:18:00.255Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:18:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:18:50.658Z||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-04-25T06:18:50.659Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:18:50.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:18:50.674Z||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-04-25T06:18:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:19:00.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:19:00.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:19:50.671Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:19:50.672Z||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-04-25T06:19:50.672Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:19:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:19:50.674Z||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-04-25T06:19:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:20:00.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:20:00.222Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:20:31.098Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T06:20:50.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:20:50.667Z||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-04-25T06:20:50.667Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:20:50.675Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:20:50.679Z||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-04-25T06:20:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:21:00.283Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:21:00.295Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:21:50.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:21:50.672Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:21:50.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:21:50.680Z||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-04-25T06:21:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:21:50.673Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:22:00.284Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:22:00.312Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:22:50.659Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:22:50.665Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:22:50.666Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:22:50.674Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:22:50.674Z||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-04-25T06:22:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:23:00.234Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:23:00.237Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:23:50.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:23:50.658Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:23:50.658Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:23:50.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:23:50.676Z||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-04-25T06:23:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:24:00.220Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:24:00.247Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:24:50.655Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:24:50.657Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:24:50.657Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:24:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:24:50.674Z||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-04-25T06:24:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:25:00.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:25:00.226Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:25:50.657Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:25:50.660Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:25:50.661Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:25:50.674Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:25:50.675Z||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-04-25T06:25:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:26:00.234Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:26:00.234Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:26:50.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:26:50.661Z||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-04-25T06:26:50.661Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:26:50.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:26:50.675Z||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-04-25T06:26:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:27:00.248Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:27:00.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:27:50.657Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:27:50.659Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:27:50.660Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:27:50.674Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:27:50.675Z||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-04-25T06:27:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:28:00.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:00.244Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:50.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:28:50.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:28:50.686Z||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-04-25T06:28:50.686Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:28:50.661Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:28:50.692Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:51.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:51.401Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:51.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7366107-7787-48b2-a250-457998c2af21","serviceName":"basic_onboard_CuMMtU","serviceVersion":"1.0","serviceUUID":"c01dbd26-b6c2-402d-9f99-7e0b3709d43e","serviceDescription":"service","serviceInvariantUUID":"83b87707-9d40-4d7e-a44d-e189efc3c0e1","resources":[{"resourceInstanceName":"basic_onboard_CuMMtU 0","resourceName":"basic_onboard_CuMMtU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0c06636-b2f3-4f28-8746-5f87bf18724d","resourceInvariantUUID":"252bb797-43b4-45e4-8ada-f5b5ccaf09f9","resourceCustomizationUUID":"7ff260e9-6de5-459d-bde6-a7463b3762c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml","artifactChecksum":"YTQ1YjkwNDJiZTk5MWQ5NzFmNTQ2NGRhYzYyYzYwNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd6c7f99-170b-4ddd-8779-8302cb2d597b","artifactVersion":"1"},{"artifactName":"basic_onboard_cummtu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json","artifactChecksum":"YTA0NTQ5MTA5MjZiNWFkNDhiYWExZDE0ODU2NTAwMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5bffc91-ad80-41c7-bdaf-bf6cdd522258","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"74adb607-3865-4cc3-afa0-b5341327c6e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3039c8e9-fbd9-42cf-b464-5555e9430d57","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d4e74b9-93ee-4616-9f56-5acc4a5b37bf","artifactVersion":"2","generatedFromUUID":"74adb607-3865-4cc3-afa0-b5341327c6e5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCummtu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml","artifactChecksum":"MjMyNTYwNTdkNWMwN2MzZjdkYjlmZGI2ZDU3NjJhZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"809d08ad-3332-4864-b9fd-458c85ef9de9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCummtu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar","artifactChecksum":"OTgzZmE1ZjhmZWZmMTljNzc3NjU1YjM0MzQ5M2U2OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0410918-27b6-4948-92e3-46accfadbcdb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:28:51.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "clamp",
  "timestamp": 1650868080859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.551Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:51.575Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:51.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "policy-id",
  "timestamp": 1650868083946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "policy-id",
  "timestamp": 1650868083946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "clamp",
  "timestamp": 1650868080859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:28:51.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.661Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:51.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868087243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.662Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "policy-id",
  "timestamp": 1650868083946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:28:51.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "clamp",
  "timestamp": 1650868080859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868087243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "policy-id",
  "timestamp": 1650868083946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "clamp",
  "timestamp": 1650868080859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868087243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "policy-id",
  "timestamp": 1650868083946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "cds",
  "timestamp": 1650868090456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "clamp",
  "timestamp": 1650868080859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868087243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "policy-id",
  "timestamp": 1650868083946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "cds",
  "timestamp": 1650868090456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "clamp",
  "timestamp": 1650868080859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868087243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "policy-id",
  "timestamp": 1650868083946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:28:51.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "cds",
  "timestamp": 1650868090456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "clamp",
  "timestamp": 1650868080859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868087243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "cds",
  "timestamp": 1650868090456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868087243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "policy-id",
  "timestamp": 1650868094595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "cds",
  "timestamp": 1650868090456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868094377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "policy-id",
  "timestamp": 1650868095606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "cds",
  "timestamp": 1650868090456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868095290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868094377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:51.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "policy-id",
  "timestamp": 1650868096612,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-04-25T06:28:51.774Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-04-25T06:28:51.780Z||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-04-25T06:28:51.780Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T06:28:51.828Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:51.829Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T06:28:52.235Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.309Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:28:52.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "cds",
  "timestamp": 1650868090456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868095290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868094377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868095290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "cds",
  "timestamp": 1650868098551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "aai-ml",
  "timestamp": 1650868097749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868094377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868095290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "cds",
  "timestamp": 1650868099569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-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-04-25T06:28:52.490Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.491Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:28:52.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "aai-ml",
  "timestamp": 1650868097749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868094377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868095290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-25T06:28:52.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "aai-ml",
  "timestamp": 1650868097749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868094377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868095290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "aai-ml",
  "timestamp": 1650868097749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868094377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:28:52.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868095290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:28:52.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "aai-ml",
  "timestamp": 1650868097749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868102274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868103134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "clamp",
  "timestamp": 1650868102565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "aai-ml",
  "timestamp": 1650868097749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:52.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868104228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "aai-ml",
  "timestamp": 1650868097749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "clamp",
  "timestamp": 1650868103719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868105388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "clamp",
  "timestamp": 1650868104727,
  "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-04-25T06:28:52.610Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.611Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:28:52.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "aai-ml",
  "timestamp": 1650868105609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:28:52.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868106565,
  "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-04-25T06:28:52.718Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.719Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 and ComponentName POLICY
2022-04-25T06:28:52.729Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:52.729Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-04-25T06:28:52.753Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:52.753Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "NOTIFIED"
}
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-25T06:28:52.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868106591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:28:52.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868107600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:28:52.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868107596,
  "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-04-25T06:28:52.828Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.828Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:28:52.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "aai-ml",
  "timestamp": 1650868125276,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:28:52.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:28:52.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:28:52.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "aai-ml",
  "timestamp": 1650868126283,
  "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-04-25T06:28:52.870Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-04-25T06:28:52.871Z||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-04-25T06:28:52.871Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:52.876Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7366107-7787-48b2-a250-457998c2af21
2022-04-25T06:28:52.876Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:28:52.890Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:52.891Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:28:53.754Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:53.756Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:53.760Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:53.761Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:28:53.861Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:28:53.873Z||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-04-25T06:28:53.881Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:53.912Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:53.915Z||pool-5-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:28:54.762Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:54.764Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:54.769Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:54.770Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:54.875Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-25T06:28:54.878Z||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-04-25T06:28:54.879Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:54.897Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:54.899Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:28:55.771Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:55.772Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:55.776Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:55.777Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-25T06:28:55.886Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:28:55.897Z||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-04-25T06:28:55.912Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:55.954Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:55.956Z||pool-7-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:28:56.787Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:56.788Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:56.792Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:56.792Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:28:56.893Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:28:56.894Z||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-04-25T06:28:56.895Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:56.926Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:56.927Z||pool-8-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:28:57.794Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:28:57.795Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:28:57.842Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:28:57.854Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:28:57.900Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 38 ms
2022-04-25T06:28:57.903Z||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-04-25T06:28:57.903Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:28:57.924Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:28:57.925Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:28:58.867Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "serviceName": "basic_onboard_CuMMtU",
  "serviceVersion": "1.0",
  "serviceUUID": "c01dbd26-b6c2-402d-9f99-7e0b3709d43e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "83b87707-9d40-4d7e-a44d-e189efc3c0e1",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CuMMtU 0",
      "resourceCustomizationUUID": "7ff260e9-6de5-459d-bde6-a7463b3762c6",
      "resourceName": "basic_onboard_CuMMtU",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b0c06636-b2f3-4f28-8746-5f87bf18724d",
      "resourceInvariantUUID": "252bb797-43b4-45e4-8ada-f5b5ccaf09f9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cummtu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
          "artifactChecksum": "YTA0NTQ5MTA5MjZiNWFkNDhiYWExZDE0ODU2NTAwMjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f5bffc91-ad80-41c7-bdaf-bf6cdd522258",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "74adb607-3865-4cc3-afa0-b5341327c6e5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4d4e74b9-93ee-4616-9f56-5acc4a5b37bf",
            "generatedFromUUID": "74adb607-3865-4cc3-afa0-b5341327c6e5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4d4e74b9-93ee-4616-9f56-5acc4a5b37bf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCummtu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
      "artifactChecksum": "OTgzZmE1ZjhmZWZmMTljNzc3NjU1YjM0MzQ5M2U2OTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0410918-27b6-4948-92e3-46accfadbcdb"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T06:28:58.886Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:28:58.887Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c01dbd26-b6c2-402d-9f99-7e0b3709d43e ASDC
2022-04-25T06:28:59.527Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a7366107-7787-48b2-a250-457998c2af21
ServiceName:basic_onboard_CuMMtU
ServiceVersion:1.0
ServiceUUID:c01dbd26-b6c2-402d-9f99-7e0b3709d43e
ServiceInvariantUUID:83b87707-9d40-4d7e-a44d-e189efc3c0e1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCummtu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar
ArtifactUUID:e0410918-27b6-4948-92e3-46accfadbcdb
ArtifactChecksum:OTgzZmE1ZjhmZWZmMTljNzc3NjU1YjM0MzQ5M2U2OTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CuMMtU 0
ResourceCustomizationUUID:7ff260e9-6de5-459d-bde6-a7463b3762c6
ResourceInvariantUUID:252bb797-43b4-45e4-8ada-f5b5ccaf09f9
ResourceName:basic_onboard_CuMMtU
ResourceType:VF
ResourceUUID:b0c06636-b2f3-4f28-8746-5f87bf18724d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cummtu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json
ArtifactUUID:f5bffc91-ad80-41c7-bdaf-bf6cdd522258
ArtifactChecksum:YTA0NTQ5MTA5MjZiNWFkNDhiYWExZDE0ODU2NTAwMjc=
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/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:74adb607-3865-4cc3-afa0-b5341327c6e5
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/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
ArtifactUUID:4d4e74b9-93ee-4616-9f56-5acc4a5b37bf
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/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
ArtifactUUID:4d4e74b9-93ee-4616-9f56-5acc4a5b37bf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T06:28:59.528Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c01dbd26-b6c2-402d-9f99-7e0b3709d43e 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-04-25T06:28:59.739Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:28:59.758Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:28:59.786Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:28:59.799Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e0410918-27b6-4948-92e3-46accfadbcdb from URL: /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:28:59.804Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:28:59.812Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:00.583Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:29:00.610Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar e0410918-27b6-4948-92e3-46accfadbcdb 71582
2022-04-25T06:29:00.618Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar ASDC sendASDCNotification
2022-04-25T06:29:00.619Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:00.622Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:29:00.639Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:00.670Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:00.671Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868140611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:29:00.770Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:29:00.772Z||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-04-25T06:29:00.773Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:00.799Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:29:00.800Z||pool-10-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:01.675Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:29:01.682Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:29:01.683Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e0410918-27b6-4948-92e3-46accfadbcdb, URL: /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar to file: /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:01.684Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:02.034Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:02.036Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:04.991Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7576575079014071158/Definitions/service-BasicOnboardCummtu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-25T06:29:12.084Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:29:12.095Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-25T06:29:12.095Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CuMMtU 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.096Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.097Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.097Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.097Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.097Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:12.097Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-25T06:29:12.108Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.111Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.117Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:12.117Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-25T06:29:12.121Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:29:12.124Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.124Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.124Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:12.124Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-25T06:29:12.129Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:29:12.129Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.129Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.134Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is not matching search criteria
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T06:29:12.135Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T06:29:12.136Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.136Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:29:12.140Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.140Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:12.141Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:12.141Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.141Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:12.141Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:12.142Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.146Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:12.146Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:12.147Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.147Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is not matching search criteria
2022-04-25T06:29:12.147Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-25T06:29:12.147Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T06:29:12.147Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb6abf87-015b-4c6e-8cd7-4fb73c5a5d2a
2022-04-25T06:29:12.148Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.148Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.148Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.149Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.149Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.149Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.149Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:12.150Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:12.152Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CuMMtU
Description:service
Model UUID:c01dbd26-b6c2-402d-9f99-7e0b3709d43e
Model Version:NULL
Model InvariantUuid:83b87707-9d40-4d7e-a44d-e189efc3c0e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CuMMtU
Model UUID:e7760bff-853c-4a91-84cb-8f11d625c6e0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:252bb797-43b4-45e4-8ada-f5b5ccaf09f9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7ff260e9-6de5-459d-bde6-a7463b3762c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fdaa2758-ed6d-4fc3-b210-ef50064dc907
ModelName:BasicOnboardCummtu..base_ubuntu18..module-0
ModelUuid:95b52bdb-ce70-41dd-934c-ca35c8ae378c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bb6abf87-015b-4c6e-8cd7-4fb73c5a5d2a
ModelInvariantUuid:f420720b-6255-4947-8abb-7980c4328f83
ModelName:basic_onboard_CuMMtU-nodes.ubuntu18Cvfc
ModelUuid:993ae623-c0d7-4fcf-a66f-3f55566d8a61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:645025ea-1449-4e6f-a4c9-09b552d5792a
ModelInvariantUuid:4088be37-64f3-45f6-98f0-57f928f8802c
ModelName:BasicOnboardCummtu.compute.nodes.heat.ubuntu18
ModelUuid:5f805969-ecd5-436f-95d5-53836580d736
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-04-25T06:29:12.191Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b0c06636-b2f3-4f28-8746-5f87bf18724d
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-04-25T06:29:12.633Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||basic_onboard_CuMMtU 0
2022-04-25T06:29:12.744Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0c06636-b2f3-4f28-8746-5f87bf18724d
2022-04-25T06:29:12.752Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f5bffc91-ad80-41c7-bdaf-bf6cdd522258 from URL: /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json
2022-04-25T06:29:12.758Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:29:12.761Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json
2022-04-25T06:29:13.019Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:29:13.020Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json f5bffc91-ad80-41c7-bdaf-bf6cdd522258 798
2022-04-25T06:29:13.021Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json ASDC sendASDCNotification
2022-04-25T06:29:13.022Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json
2022-04-25T06:29:13.022Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:29:13.023Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:13.027Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:13.027Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868153021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:29:13.127Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:29:13.130Z||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-04-25T06:29:13.130Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:13.153Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:29:13.157Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:14.035Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCummtu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fdaa2758-ed6d-4fc3-b210-ef50064dc907",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95b52bdb-ce70-41dd-934c-ca35c8ae378c",
    "vfModuleModelCustomizationUUID": "83992282-1cc4-4a4f-b0c6-8900231a26fa",
    "isBase": true,
    "artifacts": [
      "74adb607-3865-4cc3-afa0-b5341327c6e5",
      "4d4e74b9-93ee-4616-9f56-5acc4a5b37bf"
    ],
    "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-04-25T06:29:14.265Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCummtu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95b52bdb-ce70-41dd-934c-ca35c8ae378c
VfModuleModelInvariantUUID:fdaa2758-ed6d-4fc3-b210-ef50064dc907
VfModuleModelDescription:NULL
Artifacts UUID List:{
74adb607-3865-4cc3-afa0-b5341327c6e5
,
4d4e74b9-93ee-4616-9f56-5acc4a5b37bf

}
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-04-25T06:29:14.301Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCummtu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fdaa2758-ed6d-4fc3-b210-ef50064dc907",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95b52bdb-ce70-41dd-934c-ca35c8ae378c",
    "vfModuleModelCustomizationUUID": "83992282-1cc4-4a4f-b0c6-8900231a26fa",
    "isBase": true,
    "artifacts": [
      "74adb607-3865-4cc3-afa0-b5341327c6e5",
      "4d4e74b9-93ee-4616-9f56-5acc4a5b37bf"
    ],
    "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-04-25T06:29:14.306Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCummtu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95b52bdb-ce70-41dd-934c-ca35c8ae378c
VfModuleModelInvariantUUID:fdaa2758-ed6d-4fc3-b210-ef50064dc907
VfModuleModelDescription:NULL
Artifacts UUID List:{
74adb607-3865-4cc3-afa0-b5341327c6e5
,
4d4e74b9-93ee-4616-9f56-5acc4a5b37bf

}
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-04-25T06:29:14.306Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 74adb607-3865-4cc3-afa0-b5341327c6e5 from URL: /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml
2022-04-25T06:29:14.306Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:29:14.307Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml
2022-04-25T06:29:14.537Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:29:14.538Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml 74adb607-3865-4cc3-afa0-b5341327c6e5 5033
2022-04-25T06:29:14.538Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-25T06:29:14.538Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml
2022-04-25T06:29:14.539Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:29:14.539Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:14.561Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:14.562Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868154538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:29:14.643Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-04-25T06:29:14.645Z||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-04-25T06:29:14.645Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:14.675Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:29:14.682Z||pool-12-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:29:15.564Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4d4e74b9-93ee-4616-9f56-5acc4a5b37bf from URL: /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
2022-04-25T06:29:15.564Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:29:15.565Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
2022-04-25T06:29:15.647Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:29:15.650Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env 4d4e74b9-93ee-4616-9f56-5acc4a5b37bf 909
2022-04-25T06:29:15.650Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-25T06:29:15.651Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
2022-04-25T06:29:15.651Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:29:15.652Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:15.665Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:15.667Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868155650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:29:15.763Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-25T06:29:15.766Z||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-04-25T06:29:15.771Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:15.789Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:29:15.790Z||pool-13-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:16.672Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c01dbd26-b6c2-402d-9f99-7e0b3709d43e
2022-04-25T06:29:16.673Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CuMMtU 0 b0c06636-b2f3-4f28-8746-5f87bf18724d 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-04-25T06:29:17.109Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ea96ba9, org.onap.sdc.toscaparser.api.parameters.Input@484fcdde, org.onap.sdc.toscaparser.api.parameters.Input@4139c82, org.onap.sdc.toscaparser.api.parameters.Input@59cbe0f8, org.onap.sdc.toscaparser.api.parameters.Input@6c8a3c4b]
2022-04-25T06:29:17.122Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.123Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.124Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-25T06:29:17.125Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7ff260e9-6de5-459d-bde6-a7463b3762c6
2022-04-25T06:29:17.125Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ff260e9-6de5-459d-bde6-a7463b3762c6 matches Tosca VF Customization UUID: 7ff260e9-6de5-459d-bde6-a7463b3762c6
2022-04-25T06:29:17.126Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7ff260e9-6de5-459d-bde6-a7463b3762c6  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-04-25T06:29:17.206Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.217Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.242Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7ff260e9-6de5-459d-bde6-a7463b3762c6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-25T06:29:17.244Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cf8688d
2022-04-25T06:29:17.245Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.251Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:29:17.260Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83992282-1cc4-4a4f-b0c6-8900231a26fa
2022-04-25T06:29:17.279Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83992282-1cc4-4a4f-b0c6-8900231a26fa
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-04-25T06:29:17.344Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.347Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:17.349Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:17.355Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.357Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:17.358Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:17.360Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.362Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is not matching search criteria
2022-04-25T06:29:17.364Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-25T06:29:17.365Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T06:29:17.367Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb6abf87-015b-4c6e-8cd7-4fb73c5a5d2a
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-04-25T06:29:17.435Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.438Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:17.440Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:29:17.442Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.444Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CuMMtU 0 is matching search criteria
2022-04-25T06:29:17.447Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CuMMtU 0] matching following query criteria: sdcType=VF, customizationUUID=7ff260e9-6de5-459d-bde6-a7463b3762c6
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-04-25T06:29:17.465Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.467Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.469Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c01dbd26-b6c2-402d-9f99-7e0b3709d43e: basic_onboard_CuMMtU
2022-04-25T06:29:17.471Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.472Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.475Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.477Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.479Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.481Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.482Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.484Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.485Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:29:17.488Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CuMMtU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:29:17.488Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_CuMMtU 
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-04-25T06:29:18.484Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CuMMtU b0c06636-b2f3-4f28-8746-5f87bf18724d 1 ASDC deployResourceStructure
2022-04-25T06:29:18.487Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json ASDC sendASDCNotification
2022-04-25T06:29:18.488Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json
2022-04-25T06:29:18.489Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:29:18.555Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:18.635Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:18.637Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868158487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:29:18.723Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-04-25T06:29:18.725Z||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-04-25T06:29:18.725Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:18.772Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:29:18.779Z||pool-14-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:19.639Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-25T06:29:19.684Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml
2022-04-25T06:29:19.685Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:29:19.687Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:19.720Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:19.722Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868159639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:29:19.810Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-04-25T06:29:19.811Z||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-04-25T06:29:19.811Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:19.852Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:29:19.852Z||pool-15-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:20.727Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-25T06:29:20.729Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env
2022-04-25T06:29:20.776Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:29:20.778Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:20.801Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:20.808Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868160727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:29:20.902Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-25T06:29:20.909Z||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-04-25T06:29:20.910Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:21.005Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:29:21.007Z||pool-16-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:21.810Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar ASDC sendASDCNotification
2022-04-25T06:29:21.810Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar
2022-04-25T06:29:21.811Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:29:21.811Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:29:21.818Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:29:21.818Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868161810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:29:21.913Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-25T06:29:21.915Z||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-04-25T06:29:21.915Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:29:21.970Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:29:21.971Z||pool-17-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:29:22.823Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7366107-7787-48b2-a250-457998c2af21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:29:22.899Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7366107-7787-48b2-a250-457998c2af21
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-04-25T06:29:22.915Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:29:22.916Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:29:22.916Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:29:22.916Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:29:22.917Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T06:29:22.943Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:29:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:29:50.675Z||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-04-25T06:29:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:29:51.316Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:29:51.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:29:51.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:29:51.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:29:51.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:29:51.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:29:51.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:29:51.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:29:51.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:29:51.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-25T06:29:51.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:29:51.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:29:51.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:29:51.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868130656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:29:51.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:29:51.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868140611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:29:51.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868153021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:29:51.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868154538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:29:51.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868155650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:29:51.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868158487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/basic_onboard_cummtu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:29:51.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868159639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:29:51.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868160727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/resourceInstances/basic_onboard_cummtu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:29:51.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:51.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:29:51.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868161810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCummtu/1.0/artifacts/service-BasicOnboardCummtu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:29:51.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:29:52.944Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7366107-7787-48b2-a250-457998c2af21 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-04-25T06:29:52.992Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7366107-7787-48b2-a250-457998c2af21 and serviceModelVersionId: c01dbd26-b6c2-402d-9f99-7e0b3709d43e
2022-04-25T06:29:52.993Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83b87707-9d40-4d7e-a44d-e189efc3c0e1
2022-04-25T06:30:37.110Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?depth=0
2022-04-25T06:30:37.359Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:30:39.316Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?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-04-25T06:30:39.346Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?depth=0|INFO|500||Invoke
2022-04-25T06:30:39.705Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T06:30:40.588Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?depth=0|INFO|500||InvokeReturn
2022-04-25T06:30:40.592Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83b87707-9d40-4d7e-a44d-e189efc3c0e1/model-vers/model-ver/c01dbd26-b6c2-402d-9f99-7e0b3709d43e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-06:30:40:161-12421], vertex-id=[151592], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:30:40 GMT], Content-Type=[application/json]}
2022-04-25T06:30:40.601Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:30:40.650Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:30:40.652Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T06:30:40.691Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T06:30:40.699Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7366107-7787-48b2-a250-457998c2af21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:30:40.712Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:30:40.715Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:40.768Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:40.769Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868240700,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:30:40.870Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:30:40.872Z||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-04-25T06:30:40.872Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:40.951Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:40.954Z||pool-18-thread-1|||||INFO|500||cambria reply ok (83 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-04-25T06:30:41.845Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:30:41.846Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T06:30:41.847Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:42.498Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:42.500Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:30:42.500Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bae56fff-d710-4caa-a6e5-570083c69b20","serviceName":"vFW 2022-04-25 06-28-08","serviceVersion":"1.0","serviceUUID":"66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0","serviceDescription":"catalog service description","serviceInvariantUUID":"d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4","resources":[{"resourceInstanceName":"vFW cb6bbf3d-6441 0","resourceName":"vFW cb6bbf3d-6441","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b50bbe22-368c-4553-b59a-8f9e856caa91","resourceInvariantUUID":"4c426cd2-0d40-4c39-b510-7cb8af4041a7","resourceCustomizationUUID":"999011b5-f84d-4278-9406-a2e481888416","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml","artifactChecksum":"NTA5N2FmMjkzZTEzYTlmZjA1ZWM1ZGI1MGExMTE0NjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e0c10ad-0e8a-42c1-a679-868b29fed93d","artifactVersion":"1"},{"artifactName":"vfwcb6bbf3d64410_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json","artifactChecksum":"YWYzMjYxM2M2MTU1NTRkZTI3YzIwYjAwMGIyNWYwY2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b371b7aa-081b-491c-b73c-0ea4274f1fbc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec137e7d-af1b-4274-b122-d6dc97a32f29","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml","artifactChecksum":"NzUxNjQ0ZjI2ZjllMWJjYjgxYTA3ZGRlMzg2NmQ4Y2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56a8d32c-aa87-44c8-a793-c82af77acac9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8369c43d-7ac5-4d22-b657-a83bb5be1134","artifactVersion":"2","generatedFromUUID":"ec137e7d-af1b-4274-b122-d6dc97a32f29"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220425062808-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml","artifactChecksum":"MWU3NTc5MGQxMzk0MTIxOTdiYTQ4NWFhZjVjNTM4NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3753197a-5af3-48da-a566-a4f2cfd0303c","artifactVersion":"1"},{"artifactName":"service-Vfw20220425062808-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar","artifactChecksum":"OWY3ZGM4YzYzYmQwNTdjYWVkZjdkNjU2ZjVhNmRkZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d24fae64-d36e-4e66-a70b-5bb40fb151b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:30:42.503Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:42.504Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:42.511Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:42.511Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:42.611Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:30:42.613Z||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-04-25T06:30:42.613Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:42.628Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:42.628Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:43.512Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:43.515Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:43.541Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:43.542Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:30:43.640Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-25T06:30:43.643Z||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-04-25T06:30:43.644Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:43.691Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:43.693Z||pool-20-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:44.543Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:44.544Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:44.551Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:44.553Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:30:44.650Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:30:44.656Z||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-04-25T06:30:44.657Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:44.678Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:44.679Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:45.567Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:45.568Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:45.582Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:45.583Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:45.680Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:30:45.682Z||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-04-25T06:30:45.682Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:45.748Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:45.757Z||pool-22-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:46.584Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:46.585Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:46.593Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:46.594Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T06:30:46.711Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-04-25T06:30:46.713Z||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-04-25T06:30:46.713Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:46.767Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:46.768Z||pool-23-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:47.597Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:47.597Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:47.611Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:47.611Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:47.704Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-25T06:30:47.706Z||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-04-25T06:30:47.706Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:47.726Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:47.728Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:30:48.618Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:30:48.619Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:48.635Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:48.636Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:30:48.734Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-25T06:30:48.735Z||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-04-25T06:30:48.735Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:48.784Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:48.786Z||pool-25-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:49.639Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "serviceName": "vFW 2022-04-25 06-28-08",
  "serviceVersion": "1.0",
  "serviceUUID": "66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4",
  "resources": [
    {
      "resourceInstanceName": "vFW cb6bbf3d-6441 0",
      "resourceCustomizationUUID": "999011b5-f84d-4278-9406-a2e481888416",
      "resourceName": "vFW cb6bbf3d-6441",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b50bbe22-368c-4553-b59a-8f9e856caa91",
      "resourceInvariantUUID": "4c426cd2-0d40-4c39-b510-7cb8af4041a7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcb6bbf3d64410_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
          "artifactChecksum": "YWYzMjYxM2M2MTU1NTRkZTI3YzIwYjAwMGIyNWYwY2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b371b7aa-081b-491c-b73c-0ea4274f1fbc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ec137e7d-af1b-4274-b122-d6dc97a32f29",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8369c43d-7ac5-4d22-b657-a83bb5be1134",
            "generatedFromUUID": "ec137e7d-af1b-4274-b122-d6dc97a32f29"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8369c43d-7ac5-4d22-b657-a83bb5be1134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220425062808-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
      "artifactChecksum": "OWY3ZGM4YzYzYmQwNTdjYWVkZjdkNjU2ZjVhNmRkZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d24fae64-d36e-4e66-a70b-5bb40fb151b7"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T06:30:49.639Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:30:49.640Z|a7366107-7787-48b2-a250-457998c2af21|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0 ASDC
2022-04-25T06:30:49.640Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:bae56fff-d710-4caa-a6e5-570083c69b20
ServiceName:vFW 2022-04-25 06-28-08
ServiceVersion:1.0
ServiceUUID:66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0
ServiceInvariantUUID:d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220425062808-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar
ArtifactUUID:d24fae64-d36e-4e66-a70b-5bb40fb151b7
ArtifactChecksum:OWY3ZGM4YzYzYmQwNTdjYWVkZjdkNjU2ZjVhNmRkZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cb6bbf3d-6441 0
ResourceCustomizationUUID:999011b5-f84d-4278-9406-a2e481888416
ResourceInvariantUUID:4c426cd2-0d40-4c39-b510-7cb8af4041a7
ResourceName:vFW cb6bbf3d-6441
ResourceType:VF
ResourceUUID:b50bbe22-368c-4553-b59a-8f9e856caa91
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcb6bbf3d64410_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json
ArtifactUUID:b371b7aa-081b-491c-b73c-0ea4274f1fbc
ArtifactChecksum:YWYzMjYxM2M2MTU1NTRkZTI3YzIwYjAwMGIyNWYwY2I=
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/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml
ArtifactUUID:ec137e7d-af1b-4274-b122-d6dc97a32f29
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/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
ArtifactUUID:8369c43d-7ac5-4d22-b657-a83bb5be1134
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/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
ArtifactUUID:8369c43d-7ac5-4d22-b657-a83bb5be1134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T06:30:49.641Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0 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-04-25T06:30:49.807Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:30:49.821Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:30:49.823Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:30:49.825Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d24fae64-d36e-4e66-a70b-5bb40fb151b7 from URL: /sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:49.826Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:30:49.828Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:50.012Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:30:50.081Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar d24fae64-d36e-4e66-a70b-5bb40fb151b7 99018
2022-04-25T06:30:50.081Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar ASDC sendASDCNotification
2022-04-25T06:30:50.082Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:50.086Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:30:50.086Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:50.099Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:50.100Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868250081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:30:50.202Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:30:50.204Z||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-04-25T06:30:50.204Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:50.252Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:50.255Z||pool-26-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:30:50.678Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:30:50.680Z||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-04-25T06:30:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:30:51.101Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:30:51.103Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-25T06:30:51.104Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d24fae64-d36e-4e66-a70b-5bb40fb151b7, URL: /sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar to file: /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:51.105Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220425062808-csar.csar
2022-04-25T06:30:51.125Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:51.125Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:51.298Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:51.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "aai-ml",
  "timestamp": 1650868217750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "policy-id",
  "timestamp": 1650868223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "cds",
  "timestamp": 1650868225456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "policy-id",
  "timestamp": 1650868223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "aai-ml",
  "timestamp": 1650868217750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "cds",
  "timestamp": 1650868225456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "aai-ml",
  "timestamp": 1650868217750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "policy-id",
  "timestamp": 1650868223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "cds",
  "timestamp": 1650868225456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868227243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "aai-ml",
  "timestamp": 1650868217750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "policy-id",
  "timestamp": 1650868223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "cds",
  "timestamp": 1650868225456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868227243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "aai-ml",
  "timestamp": 1650868217750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "policy-id",
  "timestamp": 1650868223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "cds",
  "timestamp": 1650868225456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868227243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "aai-ml",
  "timestamp": 1650868217750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "policy-id",
  "timestamp": 1650868223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "cds",
  "timestamp": 1650868225456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868227243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "aai-ml",
  "timestamp": 1650868217750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "policy-id",
  "timestamp": 1650868223946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "cds",
  "timestamp": 1650868225456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868227243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "clamp",
  "timestamp": 1650868230859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868227243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "policy-id",
  "timestamp": 1650868233134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "aai-ml",
  "timestamp": 1650868233250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "cds",
  "timestamp": 1650868233516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "clamp",
  "timestamp": 1650868230859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868227243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "policy-id",
  "timestamp": 1650868234139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:30:51.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "cds",
  "timestamp": 1650868234522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-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-04-25T06:30:51.419Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:30:51.420Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:30:51.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "clamp",
  "timestamp": 1650868230859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "policy-id",
  "timestamp": 1650868235154,
  "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-04-25T06:30:51.527Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:30:51.528Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:30:51.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "clamp",
  "timestamp": 1650868230859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868235290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "clamp",
  "timestamp": 1650868230859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868235290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "clamp",
  "timestamp": 1650868230859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868235290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "clamp",
  "timestamp": 1650868230859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868235290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868235290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868235290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868235290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7366107-7787-48b2-a250-457998c2af21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868240700,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:30:51.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868243183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868244379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.585Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868245492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868244377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868244377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868246607,
  "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-04-25T06:30:51.677Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:30:51.677Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:30:51.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868244377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868247612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:30:51.704Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "aai-ml",
  "timestamp": 1650868248077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:30:51.705Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868244377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "aai-ml",
  "timestamp": 1650868249083,
  "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-04-25T06:30:51.713Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1208980657731487714/Definitions/service-Vfw20220425062808-template.yml
2022-04-25T06:30:51.727Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:30:51.727Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:30:51.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868244377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868241845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "clamp",
  "timestamp": 1650868249590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868244377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:30:51.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:30:51.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868250081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:30:51.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:30:51.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:30:51.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868244377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:30:51.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-25T06:30:58.599Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:30:58.600Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-25T06:30:58.600Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.600Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-25T06:30:58.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.602Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.602Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.602Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.602Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.602Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cb6bbf3d-6441 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.603Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.603Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.603Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.603Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425062808-csar.csar
2022-04-25T06:30:58.603Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-25T06:30:58.604Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.604Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.604Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:30:58.605Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-25T06:30:58.605Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:30:58.605Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.606Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.606Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:30:58.606Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-25T06:30:58.607Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:30:58.607Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.607Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:30:58.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:30:58.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:30:58.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:30:58.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:30:58.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.610Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:30:58.610Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:30:58.610Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.610Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.611Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:30:58.611Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.611Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:30:58.611Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T06:30:58.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:30:58.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.613Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:30:58.613Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:30:58.613Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.613Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:30:58.614Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:30:58.615Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.615Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:30:58.616Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:30:58.616Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.616Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:30:58.616Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:30:58.617Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:30:58.617Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T06:30:58.617Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:30:58.617Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:30:58.618Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.618Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.618Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:30:58.618Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.619Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:30:58.619Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.619Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dcaea109-4d6a-43d1-996e-8cd53d32c90d
2022-04-25T06:30:58.620Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.620Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:30:58.621Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:30:58.621Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:30:58.622Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:30:58.622Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.622Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.623Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:30:58.624Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.625Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T06:30:58.625Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:30:58.626Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.627Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:30:58.628Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.628Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=63002962-a3db-4163-92a3-3bb21a1789db
2022-04-25T06:30:58.629Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.634Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:30:58.634Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:30:58.635Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:30:58.635Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:30:58.635Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.636Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.637Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:30:58.637Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.638Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:30:58.639Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:30:58.643Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:30:58.644Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:30:58.645Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T06:30:58.645Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a79f1ff1-022f-4675-bf9d-6219f34e65d1
2022-04-25T06:30:58.645Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.646Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.646Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.647Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.648Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.648Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.649Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:30:58.649Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:30:58.649Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-25 06-28-08
Description:catalog service description
Model UUID:66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0
Model Version:NULL
Model InvariantUuid:d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cb6bbf3d-6441
Model UUID:c455bfbc-c4d4-4d56-8daa-c2426bf9d613
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c426cd2-0d40-4c39-b510-7cb8af4041a7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:999011b5-f84d-4278-9406-a2e481888416
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7ead153f-454f-4432-9556-d51bb3c11aca
ModelName:VfwCb6bbf3d6441..base_vfw..module-0
ModelUuid:2a6755c7-c5cf-4695-8522-8d0513bd99cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dcaea109-4d6a-43d1-996e-8cd53d32c90d
ModelInvariantUuid:399da0bb-0162-4362-a257-89d32901939b
ModelName:vFW cb6bbf3d-6441-nodes.vfwCvfc
ModelUuid:1127dcaf-ce23-46ad-a016-f62744128de1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:29d35f1f-c978-4a35-967a-0f76ae64ff45
ModelInvariantUuid:66dc0ec3-2940-4aff-85d8-a8f6758fa661
ModelName:VfwCb6bbf3d6441.compute.nodes.heat.vfw
ModelUuid:8d9e500e-f04a-4ff9-b560-a4497cae878c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:63002962-a3db-4163-92a3-3bb21a1789db
ModelInvariantUuid:96fd25fc-9f59-4d5d-a2c4-b146d8d5c659
ModelName:vFW cb6bbf3d-6441-nodes.vsnCvfc
ModelUuid:c34c8da1-c5a9-460a-90c1-5a7f3288ace6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b89858a0-ca57-4f4c-a163-3657c669d2cb
ModelInvariantUuid:d98cea85-b246-4837-85e8-09ce52793e05
ModelName:VfwCb6bbf3d6441.compute.nodes.heat.vsn
ModelUuid:65e3944d-eb28-48b2-ae26-d7d23eb21ed8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a79f1ff1-022f-4675-bf9d-6219f34e65d1
ModelInvariantUuid:317fefea-b24c-4da1-8d60-b5a61dfd064b
ModelName:vFW cb6bbf3d-6441-nodes.vpgCvfc
ModelUuid:97546dd9-b28a-43dc-9e99-74fd01d9d694
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3110a88f-c3fb-4eda-ac32-a6018b1270b8
ModelInvariantUuid:303ff90d-f157-4e1b-9453-a069b3244008
ModelName:VfwCb6bbf3d6441.compute.nodes.heat.vpg
ModelUuid:37f6133c-580d-4411-9e4f-cbaea0809117
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-04-25T06:30:58.689Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b50bbe22-368c-4553-b59a-8f9e856caa91
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-04-25T06:30:58.698Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||vFW cb6bbf3d-6441 0
2022-04-25T06:30:58.698Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b50bbe22-368c-4553-b59a-8f9e856caa91
2022-04-25T06:30:58.698Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b371b7aa-081b-491c-b73c-0ea4274f1fbc from URL: /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json
2022-04-25T06:30:58.699Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:30:58.699Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json
2022-04-25T06:30:59.079Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:30:59.080Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json b371b7aa-081b-491c-b73c-0ea4274f1fbc 785
2022-04-25T06:30:59.080Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json ASDC sendASDCNotification
2022-04-25T06:30:59.080Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json
2022-04-25T06:30:59.081Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:30:59.081Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:30:59.085Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:30:59.085Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868259080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:30:59.185Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:30:59.186Z||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-04-25T06:30:59.186Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:30:59.206Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:30:59.208Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:31:00.087Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCb6bbf3d6441..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7ead153f-454f-4432-9556-d51bb3c11aca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2a6755c7-c5cf-4695-8522-8d0513bd99cd",
    "vfModuleModelCustomizationUUID": "95875ce9-2016-4542-a498-b012ae661fcd",
    "isBase": true,
    "artifacts": [
      "ec137e7d-af1b-4274-b122-d6dc97a32f29",
      "8369c43d-7ac5-4d22-b657-a83bb5be1134"
    ],
    "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-04-25T06:31:00.111Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCb6bbf3d6441..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a6755c7-c5cf-4695-8522-8d0513bd99cd
VfModuleModelInvariantUUID:7ead153f-454f-4432-9556-d51bb3c11aca
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec137e7d-af1b-4274-b122-d6dc97a32f29
,
8369c43d-7ac5-4d22-b657-a83bb5be1134

}
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-04-25T06:31:00.121Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCb6bbf3d6441..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7ead153f-454f-4432-9556-d51bb3c11aca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2a6755c7-c5cf-4695-8522-8d0513bd99cd",
    "vfModuleModelCustomizationUUID": "95875ce9-2016-4542-a498-b012ae661fcd",
    "isBase": true,
    "artifacts": [
      "ec137e7d-af1b-4274-b122-d6dc97a32f29",
      "8369c43d-7ac5-4d22-b657-a83bb5be1134"
    ],
    "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-04-25T06:31:00.121Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCb6bbf3d6441..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a6755c7-c5cf-4695-8522-8d0513bd99cd
VfModuleModelInvariantUUID:7ead153f-454f-4432-9556-d51bb3c11aca
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec137e7d-af1b-4274-b122-d6dc97a32f29
,
8369c43d-7ac5-4d22-b657-a83bb5be1134

}
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-04-25T06:31:00.122Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ec137e7d-af1b-4274-b122-d6dc97a32f29 from URL: /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml
2022-04-25T06:31:00.123Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:31:00.125Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml
2022-04-25T06:31:00.398Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:31:00.402Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml ec137e7d-af1b-4274-b122-d6dc97a32f29 20368
2022-04-25T06:31:00.409Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T06:31:00.410Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml
2022-04-25T06:31:00.410Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:31:00.411Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:00.417Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:00.418Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868260409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:31:00.517Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:31:00.519Z||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-04-25T06:31:00.520Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:00.546Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:31:00.547Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:31:01.421Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8369c43d-7ac5-4d22-b657-a83bb5be1134 from URL: /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
2022-04-25T06:31:01.422Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-25T06:31:01.426Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
2022-04-25T06:31:01.676Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-25T06:31:01.676Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env 8369c43d-7ac5-4d22-b657-a83bb5be1134 2098
2022-04-25T06:31:01.677Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T06:31:01.677Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
2022-04-25T06:31:01.677Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:31:01.679Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:01.681Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:01.682Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868261677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:31:01.781Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:31:01.782Z||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-04-25T06:31:01.782Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:01.800Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:31:01.801Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:31:02.698Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0
2022-04-25T06:31:02.707Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cb6bbf3d-6441 0 b50bbe22-368c-4553-b59a-8f9e856caa91 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-04-25T06:31:02.885Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ecf4f20, org.onap.sdc.toscaparser.api.parameters.Input@3966f0ba, org.onap.sdc.toscaparser.api.parameters.Input@fd1aa98, org.onap.sdc.toscaparser.api.parameters.Input@4e8c45cd, org.onap.sdc.toscaparser.api.parameters.Input@4a3ea573]
2022-04-25T06:31:02.895Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.897Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:02.898Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-25T06:31:02.899Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 999011b5-f84d-4278-9406-a2e481888416
2022-04-25T06:31:02.899Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 999011b5-f84d-4278-9406-a2e481888416 matches Tosca VF Customization UUID: 999011b5-f84d-4278-9406-a2e481888416
2022-04-25T06:31:02.900Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 999011b5-f84d-4278-9406-a2e481888416  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-04-25T06:31:02.915Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.916Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:02.921Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 999011b5-f84d-4278-9406-a2e481888416: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-25T06:31:02.922Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a5a0ffc
2022-04-25T06:31:02.923Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.924Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:31:02.926Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95875ce9-2016-4542-a498-b012ae661fcd
2022-04-25T06:31:02.926Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95875ce9-2016-4542-a498-b012ae661fcd
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-04-25T06:31:02.934Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.934Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:02.934Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:31:02.934Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:31:02.935Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.936Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:31:02.937Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.937Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:31:02.937Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.937Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dcaea109-4d6a-43d1-996e-8cd53d32c90d
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-04-25T06:31:02.955Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.956Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:02.956Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:31:02.957Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.957Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:31:02.957Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:31:02.957Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:31:02.957Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T06:31:02.958Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:31:02.959Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.959Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:31:02.960Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.960Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=63002962-a3db-4163-92a3-3bb21a1789db
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-04-25T06:31:02.963Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.963Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:02.963Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:31:02.967Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is not matching search criteria
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.968Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:31:02.969Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T06:31:02.970Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a79f1ff1-022f-4675-bf9d-6219f34e65d1
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-04-25T06:31:02.995Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.996Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:02.996Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:31:02.997Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:02.998Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Node template vFW cb6bbf3d-6441 0 is matching search criteria
2022-04-25T06:31:03.000Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cb6bbf3d-6441 0] matching following query criteria: sdcType=VF, customizationUUID=999011b5-f84d-4278-9406-a2e481888416
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-04-25T06:31:03.016Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:03.017Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.018Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0: vFW cb6bbf3d-6441
2022-04-25T06:31:03.019Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:03.020Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.020Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:03.021Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.022Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:03.023Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.023Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:03.024Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.025Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:31:03.025Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-25 06-28-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:31:03.026Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-25 06-28-08 
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-04-25T06:31:04.577Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cb6bbf3d-6441 b50bbe22-368c-4553-b59a-8f9e856caa91 1 ASDC deployResourceStructure
2022-04-25T06:31:04.579Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json ASDC sendASDCNotification
2022-04-25T06:31:04.580Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json
2022-04-25T06:31:04.580Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:31:04.581Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:04.596Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:04.596Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868264579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:31:04.704Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-25T06:31:04.709Z||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-04-25T06:31:04.711Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:04.744Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:31:04.745Z||pool-30-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:31:05.600Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T06:31:05.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml
2022-04-25T06:31:05.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:31:05.601Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:05.606Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:05.607Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868265599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:31:05.838Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 230 ms
2022-04-25T06:31:05.839Z||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-04-25T06:31:05.839Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:05.853Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:31:05.854Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:31:06.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T06:31:06.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env
2022-04-25T06:31:06.608Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:31:06.609Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:06.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:06.612Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868266608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:31:06.722Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-04-25T06:31:06.723Z||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-04-25T06:31:06.723Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:06.742Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:31:06.743Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:31:07.613Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar ASDC sendASDCNotification
2022-04-25T06:31:07.624Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar
2022-04-25T06:31:07.625Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:31:07.625Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:31:07.663Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:31:07.663Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868267613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:31:07.734Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-04-25T06:31:07.748Z||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-04-25T06:31:07.749Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:31:07.774Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:31:07.810Z||pool-33-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:31:08.671Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:31:08.748Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:31:08.766Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:31:08.766Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:31:08.766Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:31:08.766Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:31:38.766Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:31:38.825Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:31:38.851Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:31:38.853Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:31:38.854Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:31:38.855Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:31:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:31:50.675Z||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-04-25T06:31:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:31:50.699Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:31:50.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:31:50.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "clamp",
  "timestamp": 1650868251599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:31:50.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:32:08.866Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:32:08.878Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:32:08.881Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:32:08.881Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:32:08.881Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:32:08.881Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:32:38.882Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:32:38.908Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:32:38.911Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:32:38.911Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:32:38.912Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:32:38.912Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:32:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:32:50.679Z||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-04-25T06:32:50.679Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:32:50.736Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:32:50.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:32:50.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868252237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:32:50.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:08.912Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:33:08.955Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:33:09.024Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:33:09.024Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:33:09.024Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:33:09.024Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:33:39.029Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:33:39.095Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:33:39.111Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:33:39.112Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:33:39.112Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:33:39.112Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:33:50.686Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:33:50.686Z||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-04-25T06:33:50.687Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:33:50.765Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:33:50.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "clamp",
  "timestamp": 1650868252605,
  "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-04-25T06:33:50.820Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:33:50.820Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:33:50.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868255655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:33:50.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868256659,
  "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-04-25T06:33:50.848Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bae56fff-d710-4caa-a6e5-570083c69b20
2022-04-25T06:33:50.848Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:33:50.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868259080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:33:50.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868260409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:33:50.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868261677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:33:50.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868264579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/vfwcb6bbf3d64410_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868265599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:33:50.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868266608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/resourceInstances/vfwcb6bbf3d64410/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:33:50.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:33:50.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:33:50.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868267613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425062808/1.0/artifacts/service-Vfw20220425062808-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:33:50.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:09.112Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:34:09.161Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20
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-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:34:09.174Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:34:09.175Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:34:09.175Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:34:09.175Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T06:34:09.221Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:34:39.222Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bae56fff-d710-4caa-a6e5-570083c69b20 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-04-25T06:34:39.252Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bae56fff-d710-4caa-a6e5-570083c69b20 and serviceModelVersionId: 66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0
2022-04-25T06:34:39.252Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4
2022-04-25T06:34:39.254Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0
2022-04-25T06:34:39.331Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:34:39.660Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|INFO|500||Invoke
2022-04-25T06:34:39.661Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bae56fff-d710-4caa-a6e5-570083c69b20], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d4bb0dd-48c0-4bcc-be27-9c44ed141966], X-ECOMP-RequestID=[bae56fff-d710-4caa-a6e5-570083c69b20], X-TransactionId=[], X-ONAP-RequestID=[bae56fff-d710-4caa-a6e5-570083c69b20], Content-Type=[application/merge-patch+json]}
2022-04-25T06:34:39.839Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T06:34:40.313Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?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/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-06:34:40:287-367], vertex-id=[417808], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:34:40 GMT], Content-Type=[application/json]}
2022-04-25T06:34:40.315Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:34:40.318Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8b85a7f-98b7-49a7-ad93-9ccdc3b4a6a4/model-vers/model-ver/66b3c4d2-e63a-4f4e-bda4-e53ed5aa27b0?depth=0|INFO|500||InvokeReturn
2022-04-25T06:34:40.321Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:34:40.322Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T06:34:40.338Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T06:34:40.340Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bae56fff-d710-4caa-a6e5-570083c69b20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:34:40.342Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:34:40.347Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:40.367Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:40.369Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868480341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:34:40.465Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-25T06:34:40.467Z||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-04-25T06:34:40.467Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:40.489Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:34:40.489Z||pool-34-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-04-25T06:34:41.389Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:34:41.390Z||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-04-25T06:34:41.390Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:34:45.718Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:34:45.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:34:45.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fe6e9ee-8964-4a09-b200-96f30d394c16","serviceName":"vFW 2022-04-25 06-31-04","serviceVersion":"1.0","serviceUUID":"99783811-0fdd-4f3f-ac07-7303918aa05a","serviceDescription":"catalog service description","serviceInvariantUUID":"f330876b-e289-4c04-b742-16823848d9f5","resources":[{"resourceInstanceName":"vFW 86aacee2-39ff 0","resourceName":"vFW 86aacee2-39ff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c4b44fe-3a97-4d12-9145-6a610ed32da6","resourceInvariantUUID":"4f0662c4-0cde-40d7-8a04-548c03b17574","resourceCustomizationUUID":"8a520523-7c88-4d2c-abf7-622f42c11055","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml","artifactChecksum":"ZDJiMTYzMWE5YTZkODFiMDQyZGYyMWU4ZTkyZGJkYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed9486d7-2ae2-439c-9547-b79dfb0d9b98","artifactVersion":"1"},{"artifactName":"vfw86aacee239ff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json","artifactChecksum":"NDk3MjVhNzJhYjYzYzlkNTIyZTZkMDYwMmQwMGRiMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2e33865-9750-4bd9-b0c5-e9a233092935","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57934bf7-c79b-41cc-9c0f-cc5eff019698","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml","artifactChecksum":"OTQ0ZTlhNzliYTQ0ZWY2NjAyYTExYjg5NDk2Njk3MGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95eeed62-7fc0-485a-8570-f68b9a982990","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe","artifactVersion":"2","generatedFromUUID":"57934bf7-c79b-41cc-9c0f-cc5eff019698"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220425063104-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml","artifactChecksum":"NWE5ZGQwY2Q1MDE5M2Y1OTYxM2IzYTQyNDA0ZmNjY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5259e6ad-b909-4a06-b1d5-7d1d4df75a9c","artifactVersion":"1"},{"artifactName":"service-Vfw20220425063104-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar","artifactChecksum":"YjgzMzNkZTIyNTFlYjIxOTczN2JhMzBkM2RiMzRlODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51e0d5f3-994f-4b0c-9fa4-3db25835365c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:34:45.724Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:45.725Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:45.728Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:45.728Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:45.828Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:34:45.829Z||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-04-25T06:34:45.829Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:45.843Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:34:45.844Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:46.728Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:46.729Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:46.736Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:46.737Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:34:46.840Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:34:46.843Z||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-04-25T06:34:46.844Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:46.863Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:34:46.865Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:47.738Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:47.739Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:47.766Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:47.767Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:34:47.858Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-25T06:34:47.860Z||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-04-25T06:34:47.860Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:47.896Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:34:47.897Z||pool-37-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:48.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:48.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:48.771Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:48.771Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:48.871Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:34:48.872Z||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-04-25T06:34:48.872Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:48.891Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:34:48.892Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:49.771Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:49.772Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:49.780Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:49.781Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T06:34:49.876Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-25T06:34:49.879Z||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-04-25T06:34:49.880Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:49.930Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:34:49.931Z||pool-39-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:34:50.675Z||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-04-25T06:34:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:34:50.724Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:34:50.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "aai-ml",
  "timestamp": 1650868397749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868395291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "policy-id",
  "timestamp": 1650868403946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.782Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:50.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.784Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:50.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "cds",
  "timestamp": 1650868405456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "aai-ml",
  "timestamp": 1650868397749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868395291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:34:50.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "policy-id",
  "timestamp": 1650868403946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "cds",
  "timestamp": 1650868405456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "aai-ml",
  "timestamp": 1650868397749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868395291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:34:50.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.812Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "policy-id",
  "timestamp": 1650868403946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "cds",
  "timestamp": 1650868405456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868407243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.813Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "aai-ml",
  "timestamp": 1650868397749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868395291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "policy-id",
  "timestamp": 1650868403946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "cds",
  "timestamp": 1650868405456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868407243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "aai-ml",
  "timestamp": 1650868397749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868395291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T06:34:50.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "policy-id",
  "timestamp": 1650868403946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "cds",
  "timestamp": 1650868405456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868407243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "aai-ml",
  "timestamp": 1650868397749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868395291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "policy-id",
  "timestamp": 1650868403946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "cds",
  "timestamp": 1650868405456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868407243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "aai-ml",
  "timestamp": 1650868397749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:34:50.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868395291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:34:50.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "policy-id",
  "timestamp": 1650868403946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:34:50.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "cds",
  "timestamp": 1650868405456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:34:50.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868407243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "clamp",
  "timestamp": 1650868410860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "aai-ml",
  "timestamp": 1650868412529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "policy-id",
  "timestamp": 1650868412544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:34:50.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868412714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:34:50.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868407243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "cds",
  "timestamp": 1650868413474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:34:50.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "clamp",
  "timestamp": 1650868410860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "policy-id",
  "timestamp": 1650868413550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650868407243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868414125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:34:50.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:50.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "cds",
  "timestamp": 1650868414484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-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-04-25T06:34:50.892Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-04-25T06:34:50.894Z||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-04-25T06:34:50.895Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:50.905Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:34:50.908Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 and ComponentName cds
2022-04-25T06:34:50.921Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-04-25T06:34:50.925Z||pool-40-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T06:34:50.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "clamp",
  "timestamp": 1650868410860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:50.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:50.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:50.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "policy-id",
  "timestamp": 1650868414553,
  "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-04-25T06:34:50.985Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:34:50.987Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 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-04-25T06:34:51.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "clamp",
  "timestamp": 1650868410860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868415523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:34:51.025Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:51.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "clamp",
  "timestamp": 1650868410860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868416626,
  "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-04-25T06:34:51.067Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:34:51.068Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 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-04-25T06:34:51.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "clamp",
  "timestamp": 1650868410860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650868417634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:34:51.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:51.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "clamp",
  "timestamp": 1650868410860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:34:51.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868424376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868424376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "aai-ml",
  "timestamp": 1650868427274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:34:51.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:51.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "clamp",
  "timestamp": 1650868426622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:34:51.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:51.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868424376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "aai-ml",
  "timestamp": 1650868428280,
  "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-04-25T06:34:51.122Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:34:51.123Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 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-04-25T06:34:51.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868424376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868424376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "clamp",
  "timestamp": 1650868429628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:34:51.149Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:34:51.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868424376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:34:51.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "clamp",
  "timestamp": 1650868430640,
  "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-04-25T06:34:51.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:34:51.173Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 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-04-25T06:34:51.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:34:51.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868424376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:34:51.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:34:51.816Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:34:51.819Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:51.842Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:51.860Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:34:51.943Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-04-25T06:34:51.945Z||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-04-25T06:34:51.945Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:51.978Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:34:51.979Z||pool-41-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:34:52.861Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "serviceName": "vFW 2022-04-25 06-31-04",
  "serviceVersion": "1.0",
  "serviceUUID": "99783811-0fdd-4f3f-ac07-7303918aa05a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f330876b-e289-4c04-b742-16823848d9f5",
  "resources": [
    {
      "resourceInstanceName": "vFW 86aacee2-39ff 0",
      "resourceCustomizationUUID": "8a520523-7c88-4d2c-abf7-622f42c11055",
      "resourceName": "vFW 86aacee2-39ff",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0c4b44fe-3a97-4d12-9145-6a610ed32da6",
      "resourceInvariantUUID": "4f0662c4-0cde-40d7-8a04-548c03b17574",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw86aacee239ff0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
          "artifactChecksum": "NDk3MjVhNzJhYjYzYzlkNTIyZTZkMDYwMmQwMGRiMDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c2e33865-9750-4bd9-b0c5-e9a233092935",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "57934bf7-c79b-41cc-9c0f-cc5eff019698",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe",
            "generatedFromUUID": "57934bf7-c79b-41cc-9c0f-cc5eff019698"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220425063104-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
      "artifactChecksum": "YjgzMzNkZTIyNTFlYjIxOTczN2JhMzBkM2RiMzRlODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "51e0d5f3-994f-4b0c-9fa4-3db25835365c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T06:34:52.862Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:34:52.862Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99783811-0fdd-4f3f-ac07-7303918aa05a ASDC
2022-04-25T06:34:52.863Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9fe6e9ee-8964-4a09-b200-96f30d394c16
ServiceName:vFW 2022-04-25 06-31-04
ServiceVersion:1.0
ServiceUUID:99783811-0fdd-4f3f-ac07-7303918aa05a
ServiceInvariantUUID:f330876b-e289-4c04-b742-16823848d9f5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220425063104-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar
ArtifactUUID:51e0d5f3-994f-4b0c-9fa4-3db25835365c
ArtifactChecksum:YjgzMzNkZTIyNTFlYjIxOTczN2JhMzBkM2RiMzRlODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 86aacee2-39ff 0
ResourceCustomizationUUID:8a520523-7c88-4d2c-abf7-622f42c11055
ResourceInvariantUUID:4f0662c4-0cde-40d7-8a04-548c03b17574
ResourceName:vFW 86aacee2-39ff
ResourceType:VF
ResourceUUID:0c4b44fe-3a97-4d12-9145-6a610ed32da6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw86aacee239ff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json
ArtifactUUID:c2e33865-9750-4bd9-b0c5-e9a233092935
ArtifactChecksum:NDk3MjVhNzJhYjYzYzlkNTIyZTZkMDYwMmQwMGRiMDU=
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/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml
ArtifactUUID:57934bf7-c79b-41cc-9c0f-cc5eff019698
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/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
ArtifactUUID:6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe
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/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
ArtifactUUID:6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T06:34:52.863Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99783811-0fdd-4f3f-ac07-7303918aa05a 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-04-25T06:34:52.916Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:34:52.917Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-25T06:34:52.917Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-25T06:34:52.918Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 51e0d5f3-994f-4b0c-9fa4-3db25835365c from URL: /sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:52.919Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-25T06:34:52.919Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:53.029Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-25T06:34:53.038Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar 51e0d5f3-994f-4b0c-9fa4-3db25835365c 99005
2022-04-25T06:34:53.039Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar ASDC sendASDCNotification
2022-04-25T06:34:53.039Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:53.039Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:34:53.040Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:34:53.051Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:34:53.052Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868493039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:34:53.143Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-25T06:34:53.146Z||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-04-25T06:34:53.146Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:34:53.180Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:34:53.182Z||pool-42-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:34:54.053Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:34:54.054Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-25T06:34:54.054Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 51e0d5f3-994f-4b0c-9fa4-3db25835365c, URL: /sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar to file: /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:54.055Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220425063104-csar.csar
2022-04-25T06:34:54.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:54.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:34:54.774Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16410115640018231141/Definitions/service-Vfw20220425063104-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-25T06:35:00.935Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:35:00.936Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-25T06:35:00.936Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.937Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-25T06:35:00.937Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.937Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.937Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.938Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.938Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.938Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.938Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 86aacee2-39ff 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.938Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.939Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.939Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.939Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.939Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.939Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:00.940Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-25T06:35:00.940Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.940Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.940Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:00.941Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-25T06:35:00.941Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:35:00.941Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.942Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.942Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:00.942Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-25T06:35:00.942Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:35:00.943Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.943Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.943Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.943Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:00.944Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:00.944Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:35:00.944Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.944Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.945Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:35:00.945Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.945Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:00.945Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:35:00.946Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:35:00.946Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.946Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.947Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:35:00.947Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.947Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:35:00.947Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.948Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T06:35:00.948Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.948Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:35:00.948Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.949Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:00.949Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:00.949Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.949Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:00.950Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:00.950Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.950Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:00.950Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:00.951Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.951Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:00.951Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:00.951Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T06:35:00.952Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:00.952Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:35:00.952Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:35:00.952Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.953Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.953Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:35:00.953Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.953Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:35:00.954Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.954Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c536e7c-e1fb-4825-ac77-f8737f16f398
2022-04-25T06:35:00.954Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.954Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:00.955Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:00.955Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:35:00.955Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.955Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.956Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:35:00.956Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.956Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:00.956Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T06:35:00.957Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:35:00.957Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.957Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:35:00.957Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.958Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=40b08a41-0a7e-4131-a854-8b37b219c0d5
2022-04-25T06:35:00.958Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.958Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:00.959Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:00.959Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:35:00.959Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.959Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.959Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:35:00.960Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.960Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:00.960Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:35:00.960Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:35:00.961Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:00.961Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:00.961Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T06:35:00.961Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b625acd3-7a6b-4b2c-a868-a1df1f1aa45e
2022-04-25T06:35:00.962Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.962Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.962Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.962Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.962Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.963Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.963Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:00.963Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:00.963Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-25 06-31-04
Description:catalog service description
Model UUID:99783811-0fdd-4f3f-ac07-7303918aa05a
Model Version:NULL
Model InvariantUuid:f330876b-e289-4c04-b742-16823848d9f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 86aacee2-39ff
Model UUID:40ff156b-f9ca-4075-b8bc-0056e8c69090
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f0662c4-0cde-40d7-8a04-548c03b17574
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8a520523-7c88-4d2c-abf7-622f42c11055
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cd3be7d8-5bfc-46a5-9905-9b63df566a98
ModelName:Vfw86aacee239ff..base_vfw..module-0
ModelUuid:539fb523-cf95-4072-917d-6320bfbb69b7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1c536e7c-e1fb-4825-ac77-f8737f16f398
ModelInvariantUuid:551695fb-44bb-4eb5-942e-5a0936629b72
ModelName:vFW 86aacee2-39ff-nodes.vfwCvfc
ModelUuid:d07efc59-0b9d-4e6b-b2b3-ada52d58b6c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:cf5667d9-7ef0-4c54-9009-dff5614d5dfa
ModelInvariantUuid:48609d98-6039-4581-bc18-9d92684f04cd
ModelName:Vfw86aacee239ff.compute.nodes.heat.vfw
ModelUuid:fbc219a5-92b9-483c-aeef-37f97754674e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:40b08a41-0a7e-4131-a854-8b37b219c0d5
ModelInvariantUuid:b0689eb6-c65f-4ffb-8880-8fbd9e3ebbb5
ModelName:vFW 86aacee2-39ff-nodes.vsnCvfc
ModelUuid:ff398a15-6e2e-4cf3-a956-c460c7d60fed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:72f5bb40-0776-4265-9c9a-4c8d786a164d
ModelInvariantUuid:b1a71224-7fd3-45c1-a576-58dd2aaf4976
ModelName:Vfw86aacee239ff.compute.nodes.heat.vsn
ModelUuid:a084b00c-ba3a-42f0-b128-0037da92032b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b625acd3-7a6b-4b2c-a868-a1df1f1aa45e
ModelInvariantUuid:185f8852-c30d-4157-ad7c-f0a18b6a55a2
ModelName:vFW 86aacee2-39ff-nodes.vpgCvfc
ModelUuid:db94f09c-5018-4404-9ff8-1f071b4a4af3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01fe1fea-bea1-4598-8097-1f2ac06fcc36
ModelInvariantUuid:ba37c932-1e2a-4be3-8e90-cdfd9a266536
ModelName:Vfw86aacee239ff.compute.nodes.heat.vpg
ModelUuid:68425f12-d5f8-47f9-af36-de31668d4c90
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-04-25T06:35:00.985Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c4b44fe-3a97-4d12-9145-6a610ed32da6
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-04-25T06:35:01.002Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||vFW 86aacee2-39ff 0
2022-04-25T06:35:01.003Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c4b44fe-3a97-4d12-9145-6a610ed32da6
2022-04-25T06:35:01.004Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c2e33865-9750-4bd9-b0c5-e9a233092935 from URL: /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json
2022-04-25T06:35:01.005Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-25T06:35:01.006Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json
2022-04-25T06:35:01.247Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-25T06:35:01.247Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json c2e33865-9750-4bd9-b0c5-e9a233092935 785
2022-04-25T06:35:01.248Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json ASDC sendASDCNotification
2022-04-25T06:35:01.248Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json
2022-04-25T06:35:01.248Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:35:01.248Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:35:01.251Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:35:01.251Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868501248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:35:01.354Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-25T06:35:01.358Z||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-04-25T06:35:01.360Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:35:01.392Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:35:01.393Z||pool-43-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:35:02.252Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw86aacee239ff..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cd3be7d8-5bfc-46a5-9905-9b63df566a98",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "539fb523-cf95-4072-917d-6320bfbb69b7",
    "vfModuleModelCustomizationUUID": "4f717fde-8f7c-4273-919b-67c0ec9687bf",
    "isBase": true,
    "artifacts": [
      "57934bf7-c79b-41cc-9c0f-cc5eff019698",
      "6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe"
    ],
    "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-04-25T06:35:02.260Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw86aacee239ff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:539fb523-cf95-4072-917d-6320bfbb69b7
VfModuleModelInvariantUUID:cd3be7d8-5bfc-46a5-9905-9b63df566a98
VfModuleModelDescription:NULL
Artifacts UUID List:{
57934bf7-c79b-41cc-9c0f-cc5eff019698
,
6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe

}
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-04-25T06:35:02.276Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw86aacee239ff..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cd3be7d8-5bfc-46a5-9905-9b63df566a98",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "539fb523-cf95-4072-917d-6320bfbb69b7",
    "vfModuleModelCustomizationUUID": "4f717fde-8f7c-4273-919b-67c0ec9687bf",
    "isBase": true,
    "artifacts": [
      "57934bf7-c79b-41cc-9c0f-cc5eff019698",
      "6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe"
    ],
    "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-04-25T06:35:02.277Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw86aacee239ff..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:539fb523-cf95-4072-917d-6320bfbb69b7
VfModuleModelInvariantUUID:cd3be7d8-5bfc-46a5-9905-9b63df566a98
VfModuleModelDescription:NULL
Artifacts UUID List:{
57934bf7-c79b-41cc-9c0f-cc5eff019698
,
6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe

}
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-04-25T06:35:02.277Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57934bf7-c79b-41cc-9c0f-cc5eff019698 from URL: /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml
2022-04-25T06:35:02.277Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-25T06:35:02.277Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml
2022-04-25T06:35:02.669Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-25T06:35:02.675Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml 57934bf7-c79b-41cc-9c0f-cc5eff019698 20368
2022-04-25T06:35:02.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T06:35:02.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml
2022-04-25T06:35:02.677Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:35:02.677Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:35:02.683Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:35:02.684Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868502676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:35:02.782Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:35:02.784Z||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-04-25T06:35:02.784Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:35:02.799Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:35:02.800Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:35:03.686Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe from URL: /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
2022-04-25T06:35:03.686Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-25T06:35:03.687Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
2022-04-25T06:35:04.056Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-25T06:35:04.056Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env 6c8801c5-bc68-42a2-b9d2-f0fbe52dc2fe 2098
2022-04-25T06:35:04.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T06:35:04.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
2022-04-25T06:35:04.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:35:04.057Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:35:04.068Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:35:04.068Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868504057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:35:04.161Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-25T06:35:04.163Z||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-04-25T06:35:04.163Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:35:04.178Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:35:04.179Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:35:05.069Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 99783811-0fdd-4f3f-ac07-7303918aa05a
2022-04-25T06:35:05.070Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 86aacee2-39ff 0 0c4b44fe-3a97-4d12-9145-6a610ed32da6 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-04-25T06:35:05.104Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45a21e52, org.onap.sdc.toscaparser.api.parameters.Input@7b197e76, org.onap.sdc.toscaparser.api.parameters.Input@2fa5aa40, org.onap.sdc.toscaparser.api.parameters.Input@6d7ad575, org.onap.sdc.toscaparser.api.parameters.Input@387f1606]
2022-04-25T06:35:05.106Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.106Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:05.106Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-04-25T06:35:05.106Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8a520523-7c88-4d2c-abf7-622f42c11055
2022-04-25T06:35:05.107Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a520523-7c88-4d2c-abf7-622f42c11055 matches Tosca VF Customization UUID: 8a520523-7c88-4d2c-abf7-622f42c11055
2022-04-25T06:35:05.107Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8a520523-7c88-4d2c-abf7-622f42c11055  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-04-25T06:35:05.112Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.112Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:05.115Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8a520523-7c88-4d2c-abf7-622f42c11055: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-25T06:35:05.116Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31bad40d
2022-04-25T06:35:05.116Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.116Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:35:05.117Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f717fde-8f7c-4273-919b-67c0ec9687bf
2022-04-25T06:35:05.117Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f717fde-8f7c-4273-919b-67c0ec9687bf
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-04-25T06:35:05.123Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.123Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:05.124Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:05.124Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.125Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:05.126Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:05.127Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.128Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:05.129Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:05.136Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T06:35:05.136Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:05.136Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:35:05.136Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:35:05.137Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:05.137Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:05.137Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:35:05.137Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:05.137Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:35:05.138Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:05.138Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c536e7c-e1fb-4825-ac77-f8737f16f398
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-04-25T06:35:05.143Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.144Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:05.144Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:05.144Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.145Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:05.145Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:05.145Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:35:05.145Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:05.146Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:05.146Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:35:05.146Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:05.147Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:05.147Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T06:35:05.147Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T06:35:05.147Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:05.148Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T06:35:05.148Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:05.148Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=40b08a41-0a7e-4131-a854-8b37b219c0d5
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-04-25T06:35:05.150Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.151Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:05.151Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:05.151Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.152Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is not matching search criteria
2022-04-25T06:35:05.152Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T06:35:05.152Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T06:35:05.153Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:05.154Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:05.155Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T06:35:05.156Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T06:35:05.157Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T06:35:05.157Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T06:35:05.158Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T06:35:05.159Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T06:35:05.160Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T06:35:05.160Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T06:35:05.161Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b625acd3-7a6b-4b2c-a868-a1df1f1aa45e
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-04-25T06:35:05.165Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.166Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:05.166Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:35:05.167Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.167Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Node template vFW 86aacee2-39ff 0 is matching search criteria
2022-04-25T06:35:05.168Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 86aacee2-39ff 0] matching following query criteria: sdcType=VF, customizationUUID=8a520523-7c88-4d2c-abf7-622f42c11055
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-04-25T06:35:05.172Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.173Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:05.173Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 99783811-0fdd-4f3f-ac07-7303918aa05a: vFW 86aacee2-39ff
2022-04-25T06:35:05.173Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.173Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:05.174Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.175Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:05.182Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.182Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:05.183Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.183Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:05.183Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:35:05.183Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-25 06-31-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:35:05.183Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-04-25 06-31-04 
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-04-25T06:35:05.519Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 86aacee2-39ff 0c4b44fe-3a97-4d12-9145-6a610ed32da6 1 ASDC deployResourceStructure
2022-04-25T06:35:05.520Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json ASDC sendASDCNotification
2022-04-25T06:35:05.520Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json
2022-04-25T06:35:05.520Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:35:05.521Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:35:05.524Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:35:05.524Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868505520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:35:05.627Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:35:05.628Z||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-04-25T06:35:05.628Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:35:05.645Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:35:05.648Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:35:06.530Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T06:35:06.530Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml
2022-04-25T06:35:06.530Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:35:06.531Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:35:06.533Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:35:06.533Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868506526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:35:06.634Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T06:35:06.635Z||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-04-25T06:35:06.635Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:35:06.664Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:35:06.665Z||pool-47-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:35:07.536Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T06:35:07.546Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env
2022-04-25T06:35:07.546Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:35:07.547Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:35:07.558Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:35:07.558Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868507535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:35:07.660Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T06:35:07.661Z||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-04-25T06:35:07.661Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:35:07.678Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:35:07.679Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:35:08.564Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar ASDC sendASDCNotification
2022-04-25T06:35:08.565Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar
2022-04-25T06:35:08.565Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:35:08.565Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:35:08.568Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:35:08.568Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868508564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:35:08.668Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:35:08.669Z||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-04-25T06:35:08.669Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:35:08.680Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:35:08.681Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:35:09.575Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fe6e9ee-8964-4a09-b200-96f30d394c16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:35:09.613Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fe6e9ee-8964-4a09-b200-96f30d394c16
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-04-25T06:35:09.621Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:35:09.621Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:35:09.621Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:35:09.622Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:35:39.622Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fe6e9ee-8964-4a09-b200-96f30d394c16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:35:39.639Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fe6e9ee-8964-4a09-b200-96f30d394c16
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-04-25T06:35:39.644Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:35:39.644Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:35:39.644Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:35:39.645Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:35:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:35:50.676Z||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-04-25T06:35:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:35:50.703Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:35:50.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:35:50.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868432089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:35:50.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:35:50.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:35:50.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868435630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:35:50.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:35:50.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:35:50.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650868436634,
  "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-04-25T06:35:50.749Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fe6e9ee-8964-4a09-b200-96f30d394c16
2022-04-25T06:35:50.749Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fe6e9ee-8964-4a09-b200-96f30d394c16 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-04-25T06:35:50.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:35:50.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae56fff-d710-4caa-a6e5-570083c69b20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868480341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:35:50.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:35:50.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:35:50.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:35:50.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:35:50.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:35:50.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:35:50.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:35:50.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:35:50.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:35:50.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:35:50.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:35:50.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:35:50.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:35:50.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T06:35:50.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T06:35:50.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:36:09.645Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fe6e9ee-8964-4a09-b200-96f30d394c16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:36:09.661Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fe6e9ee-8964-4a09-b200-96f30d394c16
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-04-25T06:36:09.674Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:36:09.674Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:36:09.674Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:36:09.675Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:36:09.675Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:36:09.675Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:36:09.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:36:09.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:36:09.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:36:09.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:36:09.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T06:36:09.689Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:36:39.691Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fe6e9ee-8964-4a09-b200-96f30d394c16 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-04-25T06:36:39.719Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fe6e9ee-8964-4a09-b200-96f30d394c16 and serviceModelVersionId: 99783811-0fdd-4f3f-ac07-7303918aa05a
2022-04-25T06:36:39.719Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f330876b-e289-4c04-b742-16823848d9f5
2022-04-25T06:36:39.721Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f330876b-e289-4c04-b742-16823848d9f5/model-vers/model-ver/99783811-0fdd-4f3f-ac07-7303918aa05a?depth=0
2022-04-25T06:36:39.730Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:36:40.089Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f330876b-e289-4c04-b742-16823848d9f5/model-vers/model-ver/99783811-0fdd-4f3f-ac07-7303918aa05a?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-04-25T06:36:40.094Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f330876b-e289-4c04-b742-16823848d9f5/model-vers/model-ver/99783811-0fdd-4f3f-ac07-7303918aa05a?depth=0|INFO|500||Invoke
2022-04-25T06:36:40.245Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f330876b-e289-4c04-b742-16823848d9f5/model-vers/model-ver/99783811-0fdd-4f3f-ac07-7303918aa05a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T06:36:40.733Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f330876b-e289-4c04-b742-16823848d9f5/model-vers/model-ver/99783811-0fdd-4f3f-ac07-7303918aa05a?depth=0|INFO|500||InvokeReturn
2022-04-25T06:36:40.735Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f330876b-e289-4c04-b742-16823848d9f5/model-vers/model-ver/99783811-0fdd-4f3f-ac07-7303918aa05a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-06:36:40:725-81693], vertex-id=[159784], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:36:40 GMT], Content-Type=[application/json]}
2022-04-25T06:36:40.735Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:36:40.736Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:36:40.736Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T06:36:40.795Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T06:36:40.796Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fe6e9ee-8964-4a09-b200-96f30d394c16 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:36:40.797Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:36:40.797Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:36:40.809Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:36:40.809Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868600796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:36:40.903Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-25T06:36:40.910Z||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-04-25T06:36:40.911Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:36:40.990Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:36:40.992Z||pool-50-thread-1|||||INFO|500||cambria reply ok (87 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-04-25T06:36:41.867Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:36:41.870Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:36:41.870Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:36:50.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:36:50.682Z||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-04-25T06:36:50.682Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:36:50.756Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:36:50.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-25T06:36:50.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:36:50.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:36:51.436Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:36:51.443Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:36:51.445Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:36:51.445Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:37:00.986Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:37:01.010Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:37:01.012Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:37:01.013Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:37:10.559Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:37:10.561Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:37:10.563Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:37:10.564Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:37:20.109Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:37:20.110Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:37:20.111Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:37:20.111Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:37:29.649Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:37:29.651Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:37:29.652Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:37:29.652Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:37:39.213Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:37:50.662Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:37:50.663Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:37:50.663Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:37:50.674Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:37:50.675Z|bae56fff-d710-4caa-a6e5-570083c69b20|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-04-25T06:37:50.675Z|bae56fff-d710-4caa-a6e5-570083c69b20|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:37:50.731Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:37:50.733Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:37:50.734Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868481389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:37:50.741Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:37:50.741Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:37:50.742Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868493039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:37:50.742Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:37:50.743Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:37:50.743Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868501248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:37:50.743Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:37:50.743Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:37:50.744Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868502676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:37:50.744Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:37:50.745Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:37:50.745Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868504057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:37:50.745Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:37:50.746Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:37:50.746Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868505520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/vfw86aacee239ff0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:37:50.746Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:37:50.747Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:37:50.747Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868506526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:37:50.747Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:37:50.748Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:37:50.748Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868507535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/resourceInstances/vfw86aacee239ff0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:37:50.748Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:37:50.749Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:37:50.749Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868508564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425063104/1.0/artifacts/service-Vfw20220425063104-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:37:50.750Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:38:00.216Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:38:50.655Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:38:50.657Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:38:50.657Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:38:50.673Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:38:50.674Z|bae56fff-d710-4caa-a6e5-570083c69b20|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-04-25T06:38:50.674Z|bae56fff-d710-4caa-a6e5-570083c69b20|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:38:51.222Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:38:51.225Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T06:38:51.225Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9fe6e9ee-8964-4a09-b200-96f30d394c16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650868600796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:38:51.241Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:39:00.238Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:39:50.656Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:39:50.657Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:39:50.657Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:39:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:39:50.676Z||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-04-25T06:39:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:40:00.197Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:40:00.267Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:40:50.656Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:40:50.660Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:40:50.662Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:40:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:40:50.676Z||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-04-25T06:40:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:41:00.237Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:41:00.257Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:41:50.656Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:41:50.658Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:41:50.658Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:41:50.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:41:50.675Z||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-04-25T06:41:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:42:00.206Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:42:00.212Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:42:50.659Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:42:50.679Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:42:50.680Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:42:50.689Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:42:50.690Z|bae56fff-d710-4caa-a6e5-570083c69b20|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-04-25T06:42:50.690Z|bae56fff-d710-4caa-a6e5-570083c69b20|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:43:00.326Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:43:00.336Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:43:50.657Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:43:50.663Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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-04-25T06:43:50.664Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:43:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:43:50.675Z||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-04-25T06:43:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:43:54.639Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:43:54.641Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T06:43:54.648Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4834c367-1aa2-4c73-ac89-b74b7be44db0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0c24ae13-8c4b-4ca9-939e-b1e1e5c32878","serviceDescription":"service","serviceInvariantUUID":"4a8e48aa-3b50-4aee-bc1c-141238f1b45f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"093499d8-b35b-43df-99ec-9859cc1f8d63","resourceInvariantUUID":"f3f1ac53-7266-4a48-9bea-dff45c69b89f","resourceCustomizationUUID":"f3c9cca7-4e6d-4d19-ae93-00d9526a5dae","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":"OTc5YjlkNGZhMzY2ZTNiZTZlYzIxZDczMzA3OGEzZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4d12ece-7b27-4486-955b-cf53ae7ea2ef","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmVlOTE2YmQwYzA4YjgwYWI5ZTY1MThlOTFiMzFhZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8affbb51-2b9b-4282-ac4a-007c3e48cef1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:43:54.658Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:43:54.659Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:43:54.666Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:43:54.666Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869030656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:43:54.779Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-04-25T06:43:54.781Z||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-04-25T06:43:54.782Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:43:54.797Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:43:54.799Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:43:54.880Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:43:54.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:43:54.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869027243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:43:54.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:43:54.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:43:54.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "cds",
  "timestamp": 1650869035456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:43:54.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:43:55.667Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:43:55.670Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:43:55.673Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:43:55.674Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869030656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:43:55.777Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:43:55.789Z||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-04-25T06:43:55.789Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:43:55.815Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:43:55.816Z||pool-52-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:43:56.675Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0c24ae13-8c4b-4ca9-939e-b1e1e5c32878",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4a8e48aa-3b50-4aee-bc1c-141238f1b45f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f3c9cca7-4e6d-4d19-ae93-00d9526a5dae",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "093499d8-b35b-43df-99ec-9859cc1f8d63",
      "resourceInvariantUUID": "f3f1ac53-7266-4a48-9bea-dff45c69b89f",
      "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": "MmVlOTE2YmQwYzA4YjgwYWI5ZTY1MThlOTFiMzFhZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8affbb51-2b9b-4282-ac4a-007c3e48cef1"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T06:43:56.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:43:56.676Z|9fe6e9ee-8964-4a09-b200-96f30d394c16|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0c24ae13-8c4b-4ca9-939e-b1e1e5c32878 ASDC
2022-04-25T06:43:56.678Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4834c367-1aa2-4c73-ac89-b74b7be44db0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0c24ae13-8c4b-4ca9-939e-b1e1e5c32878
ServiceInvariantUUID:4a8e48aa-3b50-4aee-bc1c-141238f1b45f
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:8affbb51-2b9b-4282-ac4a-007c3e48cef1
ArtifactChecksum:MmVlOTE2YmQwYzA4YjgwYWI5ZTY1MThlOTFiMzFhZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f3c9cca7-4e6d-4d19-ae93-00d9526a5dae
ResourceInvariantUUID:f3f1ac53-7266-4a48-9bea-dff45c69b89f
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:093499d8-b35b-43df-99ec-9859cc1f8d63
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-25T06:43:56.683Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c24ae13-8c4b-4ca9-939e-b1e1e5c32878 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-04-25T06:43:56.791Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:43:56.792Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-25T06:43:56.792Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-25T06:43:56.792Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8affbb51-2b9b-4282-ac4a-007c3e48cef1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-25T06:43:56.793Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-25T06:43:56.793Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-25T06:43:58.197Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-25T06:43:58.208Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8affbb51-2b9b-4282-ac4a-007c3e48cef1 52507
2022-04-25T06:43:58.209Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-25T06:43:58.209Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-25T06:43:58.209Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:43:58.209Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:43:58.216Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:43:58.217Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869038208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:43:58.324Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-25T06:43:58.326Z||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-04-25T06:43:58.327Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:43:58.347Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:43:58.347Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:43:59.219Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:43:59.222Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-25T06:43:59.225Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8affbb51-2b9b-4282-ac4a-007c3e48cef1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-25T06:43:59.226Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-25T06:43:59.229Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-25T06:43:59.230Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-25T06:43:59.855Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3389030260725586141/Definitions/service-BasicNetwork-template.yml
2022-04-25T06:44:01.437Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:44:01.437Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-25T06:44:01.438Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-25T06:44:01.438Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-25T06:44:01.438Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||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-04-25T06:44:01.438Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||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-04-25T06:44:01.438Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||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-04-25T06:44:01.438Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||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-04-25T06:44:01.438Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-25T06:44:01.438Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||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-04-25T06:44:01.438Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||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-04-25T06:44:01.438Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||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-04-25T06:44:01.439Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-25T06:44:01.439Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.439Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.439Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-25T06:44:01.439Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-25T06:44:01.440Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:44:01.440Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.440Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.440Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-25T06:44:01.440Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-25T06:44:01.440Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:44:01.440Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.440Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.441Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.441Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.441Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.441Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.441Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.441Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.442Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.442Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.442Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0c24ae13-8c4b-4ca9-939e-b1e1e5c32878
Model Version:NULL
Model InvariantUuid:4a8e48aa-3b50-4aee-bc1c-141238f1b45f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f3f1ac53-7266-4a48-9bea-dff45c69b89f
Model UUID:42d9c3f5-2b0a-4368-89ee-e2cb8f6bdec4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f3c9cca7-4e6d-4d19-ae93-00d9526a5dae
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-04-25T06:44:01.584Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 093499d8-b35b-43df-99ec-9859cc1f8d63
2022-04-25T06:44:01.584Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||No resources found for Service: 0c24ae13-8c4b-4ca9-939e-b1e1e5c32878
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-04-25T06:44:01.621Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||
2022-04-25T06:44:01.622Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-25T06:44:01.623Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0c24ae13-8c4b-4ca9-939e-b1e1e5c32878
2022-04-25T06:44:01.623Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0c24ae13-8c4b-4ca9-939e-b1e1e5c32878
2022-04-25T06:44:01.623Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-25T06:44:01.624Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||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-04-25T06:44:01.679Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2342c6e1, org.onap.sdc.toscaparser.api.parameters.Input@7dafef59, org.onap.sdc.toscaparser.api.parameters.Input@2240d76a, org.onap.sdc.toscaparser.api.parameters.Input@69138bc5, org.onap.sdc.toscaparser.api.parameters.Input@5c532dc8]
2022-04-25T06:44:01.683Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.684Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.686Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.687Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.688Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0c24ae13-8c4b-4ca9-939e-b1e1e5c32878: Generic NeutronNet
2022-04-25T06:44:01.689Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.690Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.691Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.691Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||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-04-25T06:44:01.897Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.899Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.899Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.900Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.900Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:44:01.901Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:44:01.901Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||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-04-25T06:44:02.270Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-25T06:44:02.270Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-25T06:44:02.270Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-25T06:44:02.271Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:44:02.271Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:44:02.292Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:44:02.292Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869042270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:44:02.379Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-04-25T06:44:02.380Z||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-04-25T06:44:02.380Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:44:02.412Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:44:02.413Z||pool-54-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:44:03.307Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:44:03.396Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
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-04-25T06:44:03.403Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:44:03.403Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:44:03.403Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:44:33.404Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:44:33.457Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
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-04-25T06:44:33.461Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:44:33.461Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:44:33.462Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:44:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:44:50.675Z||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-04-25T06:44:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:44:50.746Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:44:50.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:44:50.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869035290,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:44:50.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:45:03.463Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:45:03.563Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
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-04-25T06:45:03.590Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:45:03.591Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:45:03.591Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:45:33.592Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:45:33.647Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
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-04-25T06:45:33.660Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:45:33.660Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:45:33.661Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:45:50.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:45:50.677Z||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-04-25T06:45:50.678Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:45:50.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:45:50.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:45:50.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "aai-ml",
  "timestamp": 1650869027749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:45:50.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:45:50.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:45:50.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869030656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:45:50.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:03.692Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:46:03.859Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
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-04-25T06:46:03.882Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:46:03.883Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:46:03.883Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:46:33.885Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:46:33.912Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
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-04-25T06:46:33.937Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:46:33.938Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:46:33.938Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:46:50.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:46:50.688Z||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-04-25T06:46:50.688Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:46:50.731Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:46:50.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869035290,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:46:50.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:50.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "aai-ml",
  "timestamp": 1650869027749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:46:50.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:50.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869027243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:46:50.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:50.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "cds",
  "timestamp": 1650869035456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:46:50.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:50.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869030656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:46:50.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:50.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "aai-ml",
  "timestamp": 1650869039400,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:46:50.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:50.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "cds",
  "timestamp": 1650869039667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:46:50.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:50.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869038208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:46:50.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:50.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "cds",
  "timestamp": 1650869040672,
  "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-04-25T06:46:50.775Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4834c367-1aa2-4c73-ac89-b74b7be44db0
2022-04-25T06:46:50.776Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4834c367-1aa2-4c73-ac89-b74b7be44db0 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-04-25T06:46:50.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "clamp",
  "timestamp": 1650869040861,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:46:50.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:50.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "clamp",
  "timestamp": 1650869040861,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:46:50.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:50.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869042270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:46:50.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:50.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "policy-id",
  "timestamp": 1650869043946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:46:50.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:50.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "policy-id",
  "timestamp": 1650869043946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:46:50.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:50.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "aai-ml",
  "timestamp": 1650869046135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:46:50.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:50.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "aai-ml",
  "timestamp": 1650869047140,
  "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-04-25T06:46:50.882Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4834c367-1aa2-4c73-ac89-b74b7be44db0
2022-04-25T06:46:50.882Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4834c367-1aa2-4c73-ac89-b74b7be44db0 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-04-25T06:46:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "policy-id",
  "timestamp": 1650869047533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:46:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "policy-id",
  "timestamp": 1650869048539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:46:50.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:50.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:50.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "policy-id",
  "timestamp": 1650869049544,
  "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-04-25T06:46:50.995Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4834c367-1aa2-4c73-ac89-b74b7be44db0
2022-04-25T06:46:50.995Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4834c367-1aa2-4c73-ac89-b74b7be44db0 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-04-25T06:46:51.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:51.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "clamp",
  "timestamp": 1650869052770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:46:51.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:51.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:51.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869054377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:46:51.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:51.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:51.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "clamp",
  "timestamp": 1650869054789,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:46:51.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:51.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:51.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869054377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:46:51.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:46:51.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:51.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "clamp",
  "timestamp": 1650869055794,
  "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-04-25T06:46:51.058Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4834c367-1aa2-4c73-ac89-b74b7be44db0
2022-04-25T06:46:51.058Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4834c367-1aa2-4c73-ac89-b74b7be44db0 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-04-25T06:46:51.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:51.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869057551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:46:51.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:51.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:51.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869059222,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:46:51.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:46:51.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:46:51.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869060226,
  "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-04-25T06:46:51.144Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4834c367-1aa2-4c73-ac89-b74b7be44db0
2022-04-25T06:46:51.144Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4834c367-1aa2-4c73-ac89-b74b7be44db0 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-04-25T06:47:03.955Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:47:04.063Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0
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-04-25T06:47:04.070Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:47:04.070Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:47:04.070Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:47:04.071Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:47:04.071Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:04.071Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:04.071Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:04.071Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:04.071Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:04.071Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:04.071Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T06:47:04.085Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:47:34.086Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0 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-04-25T06:47:34.145Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4834c367-1aa2-4c73-ac89-b74b7be44db0 and serviceModelVersionId: 0c24ae13-8c4b-4ca9-939e-b1e1e5c32878
2022-04-25T06:47:34.150Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a8e48aa-3b50-4aee-bc1c-141238f1b45f
2022-04-25T06:47:34.156Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a8e48aa-3b50-4aee-bc1c-141238f1b45f/model-vers/model-ver/0c24ae13-8c4b-4ca9-939e-b1e1e5c32878?depth=0
2022-04-25T06:47:34.178Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:47:34.415Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8e48aa-3b50-4aee-bc1c-141238f1b45f/model-vers/model-ver/0c24ae13-8c4b-4ca9-939e-b1e1e5c32878?depth=0|INFO|500||Invoke
2022-04-25T06:47:34.416Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8e48aa-3b50-4aee-bc1c-141238f1b45f/model-vers/model-ver/0c24ae13-8c4b-4ca9-939e-b1e1e5c32878?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8e48aa-3b50-4aee-bc1c-141238f1b45f/model-vers/model-ver/0c24ae13-8c4b-4ca9-939e-b1e1e5c32878?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4834c367-1aa2-4c73-ac89-b74b7be44db0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a61a6d1-381d-40a8-a084-a463ad1fea3c], X-ECOMP-RequestID=[4834c367-1aa2-4c73-ac89-b74b7be44db0], X-TransactionId=[], X-ONAP-RequestID=[4834c367-1aa2-4c73-ac89-b74b7be44db0], Content-Type=[application/merge-patch+json]}
2022-04-25T06:47:34.509Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8e48aa-3b50-4aee-bc1c-141238f1b45f/model-vers/model-ver/0c24ae13-8c4b-4ca9-939e-b1e1e5c32878?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T06:47:35.347Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8e48aa-3b50-4aee-bc1c-141238f1b45f/model-vers/model-ver/0c24ae13-8c4b-4ca9-939e-b1e1e5c32878?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/4a8e48aa-3b50-4aee-bc1c-141238f1b45f/model-vers/model-ver/0c24ae13-8c4b-4ca9-939e-b1e1e5c32878?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220425-06:47:34:991-38136], vertex-id=[188488], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:47:34 GMT], Content-Type=[application/json]}
2022-04-25T06:47:35.351Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8e48aa-3b50-4aee-bc1c-141238f1b45f/model-vers/model-ver/0c24ae13-8c4b-4ca9-939e-b1e1e5c32878?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:47:35.356Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8e48aa-3b50-4aee-bc1c-141238f1b45f/model-vers/model-ver/0c24ae13-8c4b-4ca9-939e-b1e1e5c32878?depth=0|INFO|500||InvokeReturn
2022-04-25T06:47:35.357Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:47:35.358Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T06:47:35.379Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T06:47:35.380Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4834c367-1aa2-4c73-ac89-b74b7be44db0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:47:35.397Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:47:35.400Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:35.430Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:35.431Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869255382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:47:35.531Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:47:35.533Z||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-04-25T06:47:35.533Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:35.566Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:35.567Z||pool-55-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-25T06:47:36.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:47:36.450Z||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-04-25T06:47:36.450Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:47:40.788Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:40.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-25T06:47:40.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ffa04eb-94de-43ce-8ff7-ea9f891bf57a","serviceName":"Demo_pNF_iue15JjSHJvrxs1U4n1s","serviceVersion":"1.0","serviceUUID":"8ed010b2-2ae8-46f2-bbb5-af790795e5f5","serviceDescription":"catalog service description","serviceInvariantUUID":"d01d4301-377f-44d6-8624-e6bbe8a8ba66","resources":[{"resourceInstanceName":"pNF 14eda548-0482 0","resourceName":"pNF 14eda548-0482","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2cf19ed8-6403-47f7-a563-b768d2508b93","resourceInvariantUUID":"94e0e4d6-a5e5-4e52-8222-c55759961e5b","resourceCustomizationUUID":"4a36f38a-9a7e-4695-a3e8-37ce8390d7aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vf-license-model.xml","artifactChecksum":"MDlkOGUyMTYzMmYwMmZlNzNhMTE1MTFhMGI4NzY3OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e1a6f894-25c1-4911-97ea-d3a88329aaa1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/pNF.csar","artifactChecksum":"NWJiNTJlYWE4MjhlODE4YWU2OWNkOGM4ZWFkMzJiODA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e4b3c02-9296-478a-958c-a9c0f5a95562","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9703bd13-3a73-4fd4-9fe2-c333787643c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vendor-license-model.xml","artifactChecksum":"ODMxZjFkNGNjMzUxNDM0YWNlNDMxNjFhZGZlYTg5Mzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55a96679-b359-4f3b-9cf5-566f364a85f8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a9826df-7935-4c88-a064-049f05bb3960","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed0c1bd6-727d-471f-b192-76c42b6f5a3d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml","artifactChecksum":"MmU5MWNiNzkwM2QxMmZkZTMwNThmZWVjMTZmOGRiODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"340ddc33-7ba0-402b-90a6-9ee6538b2d33","artifactVersion":"1"},{"artifactName":"service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar","artifactChecksum":"ZWUxYjljNTUyMmRjMDI1OTU3MWY4NmYxMDI5N2I1YjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82db27ae-52df-4a35-bb1e-96afc773a311","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:47:40.828Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:47:40.828Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:40.837Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:40.837Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:40.954Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-04-25T06:47:40.961Z||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-04-25T06:47:40.962Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:41.007Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:41.010Z||pool-56-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:47:41.838Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:47:41.839Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:41.855Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:41.855Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:41.956Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:47:41.968Z||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-04-25T06:47:41.968Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:42.063Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:42.071Z||pool-57-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:47:42.877Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:47:42.939Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:42.971Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:43.002Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:43.093Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-25T06:47:43.094Z||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-04-25T06:47:43.095Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:43.154Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:43.165Z||pool-58-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:47:44.009Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:47:44.010Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:44.014Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:44.014Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:44.126Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-04-25T06:47:44.134Z||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-04-25T06:47:44.135Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:44.178Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:44.180Z||pool-59-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:47:45.018Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:47:45.019Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:45.026Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:45.026Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:45.133Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-25T06:47:45.134Z||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-04-25T06:47:45.134Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:45.178Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:45.179Z||pool-60-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:47:46.030Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:47:46.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:46.038Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:46.038Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:46.139Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:47:46.141Z||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-04-25T06:47:46.141Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:46.159Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:46.160Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:47:47.047Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:47:47.067Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:47.085Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:47.088Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:47.200Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:47:47.208Z||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-04-25T06:47:47.209Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:47.241Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:47.242Z||pool-62-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:47:48.098Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:47:48.101Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:48.123Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:48.123Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:48.218Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-25T06:47:48.219Z||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-04-25T06:47:48.219Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:48.273Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:48.275Z||pool-63-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:47:49.130Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "serviceName": "Demo_pNF_iue15JjSHJvrxs1U4n1s",
  "serviceVersion": "1.0",
  "serviceUUID": "8ed010b2-2ae8-46f2-bbb5-af790795e5f5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d01d4301-377f-44d6-8624-e6bbe8a8ba66",
  "resources": [
    {
      "resourceInstanceName": "pNF 14eda548-0482 0",
      "resourceCustomizationUUID": "4a36f38a-9a7e-4695-a3e8-37ce8390d7aa",
      "resourceName": "pNF 14eda548-0482",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2cf19ed8-6403-47f7-a563-b768d2508b93",
      "resourceInvariantUUID": "94e0e4d6-a5e5-4e52-8222-c55759961e5b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
      "artifactChecksum": "ZWUxYjljNTUyMmRjMDI1OTU3MWY4NmYxMDI5N2I1YjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "82db27ae-52df-4a35-bb1e-96afc773a311"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T06:47:49.134Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:47:49.146Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ed010b2-2ae8-46f2-bbb5-af790795e5f5 ASDC
2022-04-25T06:47:49.173Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2ffa04eb-94de-43ce-8ff7-ea9f891bf57a
ServiceName:Demo_pNF_iue15JjSHJvrxs1U4n1s
ServiceVersion:1.0
ServiceUUID:8ed010b2-2ae8-46f2-bbb5-af790795e5f5
ServiceInvariantUUID:d01d4301-377f-44d6-8624-e6bbe8a8ba66
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
ArtifactUUID:82db27ae-52df-4a35-bb1e-96afc773a311
ArtifactChecksum:ZWUxYjljNTUyMmRjMDI1OTU3MWY4NmYxMDI5N2I1YjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 14eda548-0482 0
ResourceCustomizationUUID:4a36f38a-9a7e-4695-a3e8-37ce8390d7aa
ResourceInvariantUUID:94e0e4d6-a5e5-4e52-8222-c55759961e5b
ResourceName:pNF 14eda548-0482
ResourceType:PNF
ResourceUUID:2cf19ed8-6403-47f7-a563-b768d2508b93
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-25T06:47:49.175Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ed010b2-2ae8-46f2-bbb5-af790795e5f5 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-04-25T06:47:49.490Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:47:49.493Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:47:49.493Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:47:49.494Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 82db27ae-52df-4a35-bb1e-96afc773a311 from URL: /sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:49.495Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:47:49.496Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:50.023Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:47:50.083Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar 82db27ae-52df-4a35-bb1e-96afc773a311 82641
2022-04-25T06:47:50.083Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar ASDC sendASDCNotification
2022-04-25T06:47:50.084Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:50.084Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:47:50.084Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:50.114Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:50.115Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869270083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:50.222Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-25T06:47:50.225Z||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-04-25T06:47:50.225Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:50.336Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:50.457Z||pool-64-thread-1|||||INFO|500||cambria reply ok (233 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:47:50.677Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:47:50.711Z||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-04-25T06:47:50.712Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:47:50.750Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:50.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "cds",
  "timestamp": 1650869170456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869167243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869174376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869175291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "cds",
  "timestamp": 1650869170456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869167243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869174376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869175291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "cds",
  "timestamp": 1650869170456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869167243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869174376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869175291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "cds",
  "timestamp": 1650869170456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869167243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869177749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869174376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869175291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "cds",
  "timestamp": 1650869170456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869167243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869177749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869174376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869175291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "cds",
  "timestamp": 1650869170456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869167243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:47:50.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869177749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869174376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869175291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "cds",
  "timestamp": 1650869170456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869167243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869177749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869174376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869175291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "cds",
  "timestamp": 1650869170456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869167243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869177749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869174376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869175291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "cds",
  "timestamp": 1650869183508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869177749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869183492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:50.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869183443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:50.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:50.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:50.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "cds",
  "timestamp": 1650869184516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-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-04-25T06:47:50.949Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a
2022-04-25T06:47:50.950Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a 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-04-25T06:47:51.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869177749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869184693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:47:51.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:51.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869177749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:51.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869185698,
  "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-04-25T06:47:51.114Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a
2022-04-25T06:47:51.114Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a and ComponentName 
2022-04-25T06:47:51.120Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:47:51.163Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:47:51.165Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 82db27ae-52df-4a35-bb1e-96afc773a311, URL: /sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar to file: /app/ASDC/1/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-04-25T06:47:51.172Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:51.187Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:51.189Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T06:47:51.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "cds",
  "timestamp": 1650869185521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869185389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:47:51.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:51.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869186830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:51.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:51.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869186393,
  "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-04-25T06:47:51.411Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a
2022-04-25T06:47:51.411Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a 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-04-25T06:47:51.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "cds",
  "timestamp": 1650869185521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869187243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "cds",
  "timestamp": 1650869185521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869187243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "cds",
  "timestamp": 1650869185521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869187243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "cds",
  "timestamp": 1650869185521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869187243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "cds",
  "timestamp": 1650869185521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:51.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869187243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "cds",
  "timestamp": 1650869185521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869187243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869193152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869187243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "cds",
  "timestamp": 1650869194367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:51.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:51.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869194157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:47:51.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:51.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869194940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:47:51.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:51.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "cds",
  "timestamp": 1650869195376,
  "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-04-25T06:47:51.732Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
2022-04-25T06:47:51.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79d32cee-f55a-4906-8ad1-29b0a0d94e0f 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-04-25T06:47:51.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "policy-id",
  "timestamp": 1650869195169,
  "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-04-25T06:47:51.781Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a
2022-04-25T06:47:51.781Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a 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-04-25T06:47:51.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869195291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:51.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:51.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:51.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "aai-ml",
  "timestamp": 1650869195945,
  "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-04-25T06:47:51.996Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a
2022-04-25T06:47:51.998Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a 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-04-25T06:47:52.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869195291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:47:52.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869195291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:47:52.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:47:52.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869195291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:52.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869195291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T06:47:52.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869200456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869195291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869200456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869195291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:52.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "policy-id",
  "timestamp": 1650869183946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:52.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869200456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869203489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:52.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:52.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "policy-id",
  "timestamp": 1650869203585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:52.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:52.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869200456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "policy-id",
  "timestamp": 1650869204591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:47:52.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:52.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869200456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869205195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:52.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:52.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "policy-id",
  "timestamp": 1650869205595,
  "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-04-25T06:47:52.386Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
2022-04-25T06:47:52.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79d32cee-f55a-4906-8ad1-29b0a0d94e0f 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-04-25T06:47:52.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869200456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869206384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:52.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:52.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869200456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.519Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP300064739797197749/Definitions/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml
2022-04-25T06:47:52.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869206598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869207573,
  "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-04-25T06:47:52.743Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
2022-04-25T06:47:52.743Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79d32cee-f55a-4906-8ad1-29b0a0d94e0f 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-04-25T06:47:53.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869207243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869200456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869206598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869208577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:47:53.146Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:53.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869207243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869200456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869206598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:47:53.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869208790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:53.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:53.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869207243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869200456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:53.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869206598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869207243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869206598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869211711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:47:53.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:53.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:47:53.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:53.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869210808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:47:53.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:47:53.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:47:53.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869207243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:47:53.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:47:58.345Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:47:58.346Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-25T06:47:58.346Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:58.346Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-25T06:47:58.346Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 14eda548-0482 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-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:58.346Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||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-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:58.346Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:58.347Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||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-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:58.347Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||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-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:58.347Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||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-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:58.347Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||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-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:58.347Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-25T06:47:58.348Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:47:58.348Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iue15JjSHJvrxs1U4n1s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:47:58.348Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Node template pNF 14eda548-0482 0 is matching search criteria
2022-04-25T06:47:58.349Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-25T06:47:58.349Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 14eda548-0482 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:47:58.349Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:47:58.349Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iue15JjSHJvrxs1U4n1s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:47:58.350Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Node template pNF 14eda548-0482 0 is matching search criteria
2022-04-25T06:47:58.354Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-25T06:47:58.354Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 14eda548-0482 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:47:58.354Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:47:58.355Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iue15JjSHJvrxs1U4n1s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:47:58.355Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:47:58.355Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iue15JjSHJvrxs1U4n1s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:47:58.355Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:47:58.355Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iue15JjSHJvrxs1U4n1s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:47:58.356Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:47:58.356Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iue15JjSHJvrxs1U4n1s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:47:58.356Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:47:58.356Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iue15JjSHJvrxs1U4n1s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:47:58.356Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_iue15JjSHJvrxs1U4n1s
Description:catalog service description
Model UUID:8ed010b2-2ae8-46f2-bbb5-af790795e5f5
Model Version:NULL
Model InvariantUuid:d01d4301-377f-44d6-8624-e6bbe8a8ba66
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-04-25T06:47:58.423Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2cf19ed8-6403-47f7-a563-b768d2508b93
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-04-25T06:47:58.441Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||pNF 14eda548-0482 0
2022-04-25T06:47:58.443Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2cf19ed8-6403-47f7-a563-b768d2508b93
2022-04-25T06:47:58.444Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 8ed010b2-2ae8-46f2-bbb5-af790795e5f5
2022-04-25T06:47:58.451Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8ed010b2-2ae8-46f2-bbb5-af790795e5f5
2022-04-25T06:47:58.452Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 14eda548-0482 0 2cf19ed8-6403-47f7-a563-b768d2508b93 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-04-25T06:47:58.512Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d94bfec, org.onap.sdc.toscaparser.api.parameters.Input@4c418645, org.onap.sdc.toscaparser.api.parameters.Input@4d8f19dc, org.onap.sdc.toscaparser.api.parameters.Input@3ba4ac53, org.onap.sdc.toscaparser.api.parameters.Input@53a71f14]
2022-04-25T06:47:58.513Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:47:58.513Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iue15JjSHJvrxs1U4n1s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:47:58.516Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8ed010b2-2ae8-46f2-bbb5-af790795e5f5: pNF 14eda548-0482
2022-04-25T06:47:58.517Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||Processing PNF resource: 2cf19ed8-6403-47f7-a563-b768d2508b93
2022-04-25T06:47:58.517Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:47:58.534Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_iue15JjSHJvrxs1U4n1s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:47:58.538Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||Resource customization UUID: 4a36f38a-9a7e-4695-a3e8-37ce8390d7aa is the same as notified resource customizationUUID: 4a36f38a-9a7e-4695-a3e8-37ce8390d7aa
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-04-25T06:47:58.704Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 14eda548-0482 2cf19ed8-6403-47f7-a563-b768d2508b93 0 ASDC deployResourceStructure
2022-04-25T06:47:58.705Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar ASDC sendASDCNotification
2022-04-25T06:47:58.705Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar
2022-04-25T06:47:58.705Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:47:58.705Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:47:58.709Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:47:58.710Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869278704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:47:58.819Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-04-25T06:47:58.821Z||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-04-25T06:47:58.821Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:47:58.851Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:47:58.864Z||pool-65-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:47:59.715Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:47:59.832Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a
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-04-25T06:47:59.879Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:47:59.880Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:47:59.880Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:47:59.880Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:47:59.881Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:59.881Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:59.881Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:59.881Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:59.882Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:59.891Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:47:59.891Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||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-04-25T06:47:59.924Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:48:29.925Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a 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-04-25T06:48:29.937Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a and serviceModelVersionId: 8ed010b2-2ae8-46f2-bbb5-af790795e5f5
2022-04-25T06:48:29.937Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d01d4301-377f-44d6-8624-e6bbe8a8ba66
2022-04-25T06:48:29.939Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d01d4301-377f-44d6-8624-e6bbe8a8ba66/model-vers/model-ver/8ed010b2-2ae8-46f2-bbb5-af790795e5f5?depth=0
2022-04-25T06:48:29.957Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:48:30.138Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d01d4301-377f-44d6-8624-e6bbe8a8ba66/model-vers/model-ver/8ed010b2-2ae8-46f2-bbb5-af790795e5f5?depth=0|INFO|500||Invoke
2022-04-25T06:48:30.139Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d01d4301-377f-44d6-8624-e6bbe8a8ba66/model-vers/model-ver/8ed010b2-2ae8-46f2-bbb5-af790795e5f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d01d4301-377f-44d6-8624-e6bbe8a8ba66/model-vers/model-ver/8ed010b2-2ae8-46f2-bbb5-af790795e5f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ffa04eb-94de-43ce-8ff7-ea9f891bf57a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39e31fc1-93b0-46cb-8a86-7ad02b0258c0], X-ECOMP-RequestID=[2ffa04eb-94de-43ce-8ff7-ea9f891bf57a], X-TransactionId=[], X-ONAP-RequestID=[2ffa04eb-94de-43ce-8ff7-ea9f891bf57a], Content-Type=[application/merge-patch+json]}
2022-04-25T06:48:30.223Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d01d4301-377f-44d6-8624-e6bbe8a8ba66/model-vers/model-ver/8ed010b2-2ae8-46f2-bbb5-af790795e5f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T06:48:31.033Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d01d4301-377f-44d6-8624-e6bbe8a8ba66/model-vers/model-ver/8ed010b2-2ae8-46f2-bbb5-af790795e5f5?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/d01d4301-377f-44d6-8624-e6bbe8a8ba66/model-vers/model-ver/8ed010b2-2ae8-46f2-bbb5-af790795e5f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-06:48:30:696-73400], vertex-id=[192704], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:48:30 GMT], Content-Type=[application/json]}
2022-04-25T06:48:31.034Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d01d4301-377f-44d6-8624-e6bbe8a8ba66/model-vers/model-ver/8ed010b2-2ae8-46f2-bbb5-af790795e5f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:48:31.037Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d01d4301-377f-44d6-8624-e6bbe8a8ba66/model-vers/model-ver/8ed010b2-2ae8-46f2-bbb5-af790795e5f5?depth=0|INFO|500||InvokeReturn
2022-04-25T06:48:31.038Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:48:31.038Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||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-04-25T06:48:31.051Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||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-04-25T06:48:31.051Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:48:31.051Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:48:31.052Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:31.054Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:31.055Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869311051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:48:31.155Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:48:31.158Z||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-04-25T06:48:31.158Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:31.194Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:31.195Z||pool-66-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-25T06:48:32.083Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-25T06:48:32.083Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"79d32cee-f55a-4906-8ad1-29b0a0d94e0f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"356bfc16-d379-4c1a-9f9c-f823378be408","serviceDescription":"service","serviceInvariantUUID":"5812c283-317e-49ef-bc7f-836b9fad2fbb","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ba78bec6-4d15-43ff-8e46-928625ce43ef","resourceInvariantUUID":"f6020e42-f3ad-40bc-847d-f3a57687e2ae","resourceCustomizationUUID":"8bf03cde-6043-416a-8799-beb06a9a43d1","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":"ZDMzOThkNjNjNjU1NTIxZTk3NGM5MTA5OWFhMWE4MTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"65cb3d65-ad39-4229-8bfb-6331be5147f9","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":"NzQ2MjJkODM3ODMwZTRlYTYyYzExNzJkNzZiM2JiMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1474f874-82ae-463e-9be2-a5551be75713","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":"c2782256-2848-45e4-90a6-bbd78213fd57","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":"3947ddac-883d-4dad-b551-00c54cae342a","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":"86bd70d0-169e-4bac-8f68-6816c1f6ffb3","artifactVersion":"2","generatedFromUUID":"c2782256-2848-45e4-90a6-bbd78213fd57"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzBkYjg3Yzk1MTczYjM1OTI2NjAwOWYyM2Y2YWNhNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5fa595b-6c0c-4991-b28b-b01f6e08ddf1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzBhN2ZlYmNlNjRjNDM0OWY3MGU4YjI4MjU5YmZhMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de5ec14a-0bdf-4837-bd95-4822499d4765","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:48:32.085Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:48:32.086Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:32.091Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:32.093Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:48:32.192Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:48:32.192Z||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-04-25T06:48:32.193Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:32.211Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:32.212Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:33.094Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:48:33.095Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:33.104Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:33.104Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:48:33.206Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T06:48:33.208Z||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-04-25T06:48:33.208Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:33.239Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:33.246Z||pool-68-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:34.105Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:48:34.106Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:34.111Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:34.111Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:48:34.226Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-04-25T06:48:34.229Z||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-04-25T06:48:34.230Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:34.257Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:34.258Z||pool-69-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:35.114Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:48:35.115Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:35.136Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:35.140Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:48:35.238Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:48:35.240Z||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-04-25T06:48:35.240Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:35.307Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:35.308Z||pool-70-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:36.146Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:48:36.156Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:36.177Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:36.181Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T06:48:36.298Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-04-25T06:48:36.300Z||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-04-25T06:48:36.300Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:36.339Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:36.344Z||pool-71-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:48:37.235Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:48:37.236Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:37.245Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:37.245Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:48:37.340Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-25T06:48:37.341Z||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-04-25T06:48:37.342Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:37.361Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:37.363Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:38.246Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:48:38.247Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:38.252Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:38.252Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:48:38.353Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:48:38.356Z||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-04-25T06:48:38.356Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:38.408Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:38.412Z||pool-73-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:39.256Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "356bfc16-d379-4c1a-9f9c-f823378be408",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5812c283-317e-49ef-bc7f-836b9fad2fbb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8bf03cde-6043-416a-8799-beb06a9a43d1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ba78bec6-4d15-43ff-8e46-928625ce43ef",
      "resourceInvariantUUID": "f6020e42-f3ad-40bc-847d-f3a57687e2ae",
      "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": "NzQ2MjJkODM3ODMwZTRlYTYyYzExNzJkNzZiM2JiMjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1474f874-82ae-463e-9be2-a5551be75713",
          "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": "c2782256-2848-45e4-90a6-bbd78213fd57",
          "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": "86bd70d0-169e-4bac-8f68-6816c1f6ffb3",
            "generatedFromUUID": "c2782256-2848-45e4-90a6-bbd78213fd57"
          },
          "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": "86bd70d0-169e-4bac-8f68-6816c1f6ffb3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzBhN2ZlYmNlNjRjNDM0OWY3MGU4YjI4MjU5YmZhMzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de5ec14a-0bdf-4837-bd95-4822499d4765"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T06:48:39.257Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:48:39.257Z|2ffa04eb-94de-43ce-8ff7-ea9f891bf57a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 356bfc16-d379-4c1a-9f9c-f823378be408 ASDC
2022-04-25T06:48:39.257Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:79d32cee-f55a-4906-8ad1-29b0a0d94e0f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:356bfc16-d379-4c1a-9f9c-f823378be408
ServiceInvariantUUID:5812c283-317e-49ef-bc7f-836b9fad2fbb
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:de5ec14a-0bdf-4837-bd95-4822499d4765
ArtifactChecksum:MzBhN2ZlYmNlNjRjNDM0OWY3MGU4YjI4MjU5YmZhMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8bf03cde-6043-416a-8799-beb06a9a43d1
ResourceInvariantUUID:f6020e42-f3ad-40bc-847d-f3a57687e2ae
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ba78bec6-4d15-43ff-8e46-928625ce43ef
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:1474f874-82ae-463e-9be2-a5551be75713
ArtifactChecksum:NzQ2MjJkODM3ODMwZTRlYTYyYzExNzJkNzZiM2JiMjc=
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:c2782256-2848-45e4-90a6-bbd78213fd57
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:86bd70d0-169e-4bac-8f68-6816c1f6ffb3
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:86bd70d0-169e-4bac-8f68-6816c1f6ffb3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T06:48:39.257Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 356bfc16-d379-4c1a-9f9c-f823378be408 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-04-25T06:48:39.425Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:48:39.439Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:48:39.442Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:48:39.444Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: de5ec14a-0bdf-4837-bd95-4822499d4765 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-25T06:48:39.444Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:48:39.446Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-25T06:48:39.989Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:48:40.011Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de5ec14a-0bdf-4837-bd95-4822499d4765 71066
2022-04-25T06:48:40.013Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-25T06:48:40.014Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-25T06:48:40.015Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:48:40.017Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:40.035Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:40.035Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869320012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:48:40.121Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-04-25T06:48:40.135Z||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-04-25T06:48:40.144Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:40.167Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:40.167Z||pool-74-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:41.036Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:48:41.038Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:48:41.039Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: de5ec14a-0bdf-4837-bd95-4822499d4765, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T06:48:41.039Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-25T06:48:41.042Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T06:48:41.042Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T06:48:41.628Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8649562589252048301/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-25T06:48:44.414Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:48:44.417Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-25T06:48:44.422Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T06:48:44.422Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-25T06:48:44.423Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T06:48:44.423Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T06:48:44.423Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:44.423Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T06:48:44.424Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:44.424Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:44.424Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:44.424Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T06:48:44.425Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:44.425Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-25T06:48:44.425Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.426Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:44.430Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T06:48:44.431Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-25T06:48:44.431Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:48:44.432Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.432Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:44.432Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T06:48:44.432Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-25T06:48:44.433Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:48:44.433Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.433Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:44.433Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.434Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-25T06:48:44.434Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-25T06:48:44.434Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-25T06:48:44.434Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-25T06:48:44.435Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T06:48:44.435Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T06:48:44.435Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.435Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:48:44.436Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.436Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T06:48:44.436Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:48:44.437Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.437Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T06:48:44.437Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:48:44.437Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.438Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T06:48:44.448Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:48:44.451Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.452Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-25T06:48:44.454Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-25T06:48:44.455Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T06:48:44.457Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=19b6750e-0259-4c7d-8de0-301bd94e9a8f
2022-04-25T06:48:44.459Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.461Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:44.463Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.463Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:44.464Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.464Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:44.464Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:44.465Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:44.465Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:356bfc16-d379-4c1a-9f9c-f823378be408
Model Version:NULL
Model InvariantUuid:5812c283-317e-49ef-bc7f-836b9fad2fbb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4fa56ae0-2736-4540-a30e-69e141da8c34
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f6020e42-f3ad-40bc-847d-f3a57687e2ae
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8bf03cde-6043-416a-8799-beb06a9a43d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1c2f08e5-d42d-429f-8955-7f834a83edaf
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:bd1ff94d-5300-45c0-8e26-e485a192b1c2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:19b6750e-0259-4c7d-8de0-301bd94e9a8f
ModelInvariantUuid:5b41c5d5-22de-4fb6-9b57-1b2eef52b5d6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:dc13e9c1-a69f-4110-9e8f-09461f8860be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ea03fced-98de-41ce-8a57-91b557eab871
ModelInvariantUuid:faa23d3e-ecc8-46ba-8958-e31f46e2d236
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:bef88044-2473-4031-ac69-251853a86161
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-04-25T06:48:44.539Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ba78bec6-4d15-43ff-8e46-928625ce43ef
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-04-25T06:48:44.561Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-04-25T06:48:44.563Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ba78bec6-4d15-43ff-8e46-928625ce43ef
2022-04-25T06:48:44.564Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1474f874-82ae-463e-9be2-a5551be75713 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-25T06:48:44.564Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:48:44.565Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:44.867Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:48:44.868Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1474f874-82ae-463e-9be2-a5551be75713 787
2022-04-25T06:48:44.868Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:44.868Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:44.868Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:48:44.868Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:44.887Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:44.887Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869324868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:48:44.978Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-25T06:48:44.979Z||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-04-25T06:48:44.980Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:44.996Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:44.997Z||pool-75-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:45.891Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1c2f08e5-d42d-429f-8955-7f834a83edaf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd1ff94d-5300-45c0-8e26-e485a192b1c2",
    "vfModuleModelCustomizationUUID": "7a6b3bb3-acf3-4ecd-baeb-a8b344fa99dd",
    "isBase": true,
    "artifacts": [
      "c2782256-2848-45e4-90a6-bbd78213fd57",
      "86bd70d0-169e-4bac-8f68-6816c1f6ffb3"
    ],
    "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-04-25T06:48:45.910Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd1ff94d-5300-45c0-8e26-e485a192b1c2
VfModuleModelInvariantUUID:1c2f08e5-d42d-429f-8955-7f834a83edaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2782256-2848-45e4-90a6-bbd78213fd57
,
86bd70d0-169e-4bac-8f68-6816c1f6ffb3

}
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-04-25T06:48:45.921Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1c2f08e5-d42d-429f-8955-7f834a83edaf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd1ff94d-5300-45c0-8e26-e485a192b1c2",
    "vfModuleModelCustomizationUUID": "7a6b3bb3-acf3-4ecd-baeb-a8b344fa99dd",
    "isBase": true,
    "artifacts": [
      "c2782256-2848-45e4-90a6-bbd78213fd57",
      "86bd70d0-169e-4bac-8f68-6816c1f6ffb3"
    ],
    "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-04-25T06:48:45.921Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd1ff94d-5300-45c0-8e26-e485a192b1c2
VfModuleModelInvariantUUID:1c2f08e5-d42d-429f-8955-7f834a83edaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2782256-2848-45e4-90a6-bbd78213fd57
,
86bd70d0-169e-4bac-8f68-6816c1f6ffb3

}
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-04-25T06:48:45.922Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c2782256-2848-45e4-90a6-bbd78213fd57 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-25T06:48:45.922Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:48:45.923Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:46.086Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:48:46.087Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c2782256-2848-45e4-90a6-bbd78213fd57 5033
2022-04-25T06:48:46.088Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:46.088Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:46.088Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:48:46.089Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:46.100Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:46.100Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869326087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:48:46.199Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:48:46.201Z||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-04-25T06:48:46.201Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:46.237Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:46.238Z||pool-76-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:47.101Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 86bd70d0-169e-4bac-8f68-6816c1f6ffb3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-25T06:48:47.103Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:48:47.104Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:47.268Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:48:47.269Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 86bd70d0-169e-4bac-8f68-6816c1f6ffb3 903
2022-04-25T06:48:47.269Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:47.269Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:47.269Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:48:47.270Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:47.273Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:47.273Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869327269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:48:47.382Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-25T06:48:47.394Z||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-04-25T06:48:47.394Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:47.420Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:47.422Z||pool-77-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:48.289Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 356bfc16-d379-4c1a-9f9c-f823378be408
2022-04-25T06:48:48.290Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ba78bec6-4d15-43ff-8e46-928625ce43ef 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-04-25T06:48:48.322Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cd1d6e5, org.onap.sdc.toscaparser.api.parameters.Input@74974e7c, org.onap.sdc.toscaparser.api.parameters.Input@633e6b80, org.onap.sdc.toscaparser.api.parameters.Input@25473e2e, org.onap.sdc.toscaparser.api.parameters.Input@2723a29d]
2022-04-25T06:48:48.327Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.328Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:48.329Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-25T06:48:48.329Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8bf03cde-6043-416a-8799-beb06a9a43d1
2022-04-25T06:48:48.330Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8bf03cde-6043-416a-8799-beb06a9a43d1 matches Tosca VF Customization UUID: 8bf03cde-6043-416a-8799-beb06a9a43d1
2022-04-25T06:48:48.331Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8bf03cde-6043-416a-8799-beb06a9a43d1  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-04-25T06:48:48.335Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.336Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:48.338Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8bf03cde-6043-416a-8799-beb06a9a43d1: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-04-25T06:48:48.339Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65510f3e
2022-04-25T06:48:48.339Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.340Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:48:48.341Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7a6b3bb3-acf3-4ecd-baeb-a8b344fa99dd
2022-04-25T06:48:48.342Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7a6b3bb3-acf3-4ecd-baeb-a8b344fa99dd
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-04-25T06:48:48.346Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.346Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T06:48:48.347Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:48:48.348Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.349Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T06:48:48.349Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:48:48.351Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.352Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-25T06:48:48.353Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-25T06:48:48.354Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T06:48:48.355Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=19b6750e-0259-4c7d-8de0-301bd94e9a8f
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-04-25T06:48:48.361Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.362Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T06:48:48.363Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:48:48.364Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.366Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T06:48:48.367Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8bf03cde-6043-416a-8799-beb06a9a43d1
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-04-25T06:48:48.373Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.373Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:48.375Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 356bfc16-d379-4c1a-9f9c-f823378be408: basic_vm
2022-04-25T06:48:48.376Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.377Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:48.379Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.379Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:48.380Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.381Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:48.382Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.383Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:48.384Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:48:48.384Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:48:48.385Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:48.576Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ba78bec6-4d15-43ff-8e46-928625ce43ef 1 ASDC deployResourceStructure
2022-04-25T06:48:48.577Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:48.577Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:48.577Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:48:48.577Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:48.582Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:48.582Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869328577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:48:48.682Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:48:48.683Z||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-04-25T06:48:48.683Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:48.713Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:48.713Z||pool-78-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:49.584Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:49.585Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:49.585Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:48:49.585Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:49.596Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:49.596Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869329584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:48:49.694Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:48:49.696Z||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-04-25T06:48:49.697Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:49.721Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:49.721Z||pool-79-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:50.597Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:50.597Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:48:50.598Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:48:50.598Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:50.601Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:50.601Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869330597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:48:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:48:50.675Z||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-04-25T06:48:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:48:50.701Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:48:50.702Z||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-04-25T06:48:50.702Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:50.707Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:50.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:48:50.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869206598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:48:50.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:48:50.720Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:50.720Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:48:51.614Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-25T06:48:51.615Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-25T06:48:51.616Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:48:51.616Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:48:51.620Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:48:51.620Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869331614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:48:51.723Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-25T06:48:51.727Z||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-04-25T06:48:51.727Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:48:51.763Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:48:51.764Z||pool-81-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:48:52.621Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:48:52.695Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
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-04-25T06:48:52.704Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:48:52.705Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:48:52.705Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:49:22.706Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:49:22.727Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
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-04-25T06:49:22.731Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:49:22.731Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T06:49:22.731Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T06:49:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:49:50.675Z||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-04-25T06:49:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:49:50.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:49:50.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "clamp",
  "timestamp": 1650869211813,
  "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-04-25T06:49:50.732Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a
2022-04-25T06:49:50.733Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ffa04eb-94de-43ce-8ff7-ea9f891bf57a 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-04-25T06:49:50.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869207243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869212434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:50.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869206598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "cds",
  "timestamp": 1650869213994,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:49:50.768Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 652d1dd7-684c-4015-b5f4-75fa1dfddee2
2022-04-25T06:49:50.768Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 652d1dd7-684c-4015-b5f4-75fa1dfddee2 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-04-25T06:49:50.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869207243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869206598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869207243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869206598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869214918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:50.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "aai-ml",
  "timestamp": 1650869215707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:50.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869207243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869215290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869206598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869215926,
  "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-04-25T06:49:50.800Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
2022-04-25T06:49:50.800Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79d32cee-f55a-4906-8ad1-29b0a0d94e0f 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-04-25T06:49:50.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869207243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869215290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869217419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:50.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869215290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869218424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:50.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869215290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "policy-id",
  "timestamp": 1650869219428,
  "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-04-25T06:49:50.848Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 652d1dd7-684c-4015-b5f4-75fa1dfddee2
2022-04-25T06:49:50.848Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 652d1dd7-684c-4015-b5f4-75fa1dfddee2 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-04-25T06:49:50.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "clamp",
  "timestamp": 1650869190859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869215290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869215290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869215290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869215290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869215290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869215290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869226483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:50.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869204376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "clamp",
  "timestamp": 1650869226793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:50.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869227741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:50.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869228479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:50.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "clamp",
  "timestamp": 1650869228816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:50.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869229978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:50.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "aai-ml",
  "timestamp": 1650869230283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:50.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869230030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:50.874Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "clamp",
  "timestamp": 1650869229828,
  "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-04-25T06:49:50.879Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
2022-04-25T06:49:50.880Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79d32cee-f55a-4906-8ad1-29b0a0d94e0f 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-04-25T06:49:50.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "cds",
  "timestamp": 1650869230456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869227243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869223946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869231285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:50.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "aai-ml",
  "timestamp": 1650869231288,
  "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-04-25T06:49:50.922Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
2022-04-25T06:49:50.922Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79d32cee-f55a-4906-8ad1-29b0a0d94e0f 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-04-25T06:49:50.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869231038,
  "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-04-25T06:49:50.936Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 652d1dd7-684c-4015-b5f4-75fa1dfddee2
2022-04-25T06:49:50.936Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 652d1dd7-684c-4015-b5f4-75fa1dfddee2 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-04-25T06:49:50.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "cds",
  "timestamp": 1650869230456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869227243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869223946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869232723,
  "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-04-25T06:49:50.951Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 652d1dd7-684c-4015-b5f4-75fa1dfddee2
2022-04-25T06:49:50.951Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 652d1dd7-684c-4015-b5f4-75fa1dfddee2 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-04-25T06:49:50.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "cds",
  "timestamp": 1650869230456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869227243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869223946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869233730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:50.959Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:50.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "cds",
  "timestamp": 1650869230456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869227243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869223946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869227243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "cds",
  "timestamp": 1650869230456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869223946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869234376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869235293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "cds",
  "timestamp": 1650869230456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869227243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869223946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869234376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869235293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:49:50.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "cds",
  "timestamp": 1650869230456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869227243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869223946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:50.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:50.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869234376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869235293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "cds",
  "timestamp": 1650869230456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869227243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869223946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869234376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869235293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "cds",
  "timestamp": 1650869239722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869239485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869234376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869235293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869240489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:51.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869234376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.012Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "cds",
  "timestamp": 1650869240969,
  "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-04-25T06:49:51.034Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b5b409b-f3dd-43df-90a9-4ce4336787db
2022-04-25T06:49:51.034Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b5b409b-f3dd-43df-90a9-4ce4336787db 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-04-25T06:49:51.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869235293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869207749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "policy-id",
  "timestamp": 1650869241492,
  "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-04-25T06:49:51.047Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b5b409b-f3dd-43df-90a9-4ce4336787db
2022-04-25T06:49:51.047Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b5b409b-f3dd-43df-90a9-4ce4336787db 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-04-25T06:49:51.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869234376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869235293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869234376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869242591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869235293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869243154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869244124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869245274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869245501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:51.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869246358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869246505,
  "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-04-25T06:49:51.126Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b5b409b-f3dd-43df-90a9-4ce4336787db
2022-04-25T06:49:51.126Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b5b409b-f3dd-43df-90a9-4ce4336787db 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-04-25T06:49:51.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869247389,
  "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-04-25T06:49:51.152Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b5b409b-f3dd-43df-90a9-4ce4336787db
2022-04-25T06:49:51.152Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b5b409b-f3dd-43df-90a9-4ce4336787db 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-04-25T06:49:51.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869248394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:51.182Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869247799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869252808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:51.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "clamp",
  "timestamp": 1650869253813,
  "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-04-25T06:49:51.202Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 652d1dd7-684c-4015-b5f4-75fa1dfddee2
2022-04-25T06:49:51.203Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 652d1dd7-684c-4015-b5f4-75fa1dfddee2 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-04-25T06:49:51.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4834c367-1aa2-4c73-ac89-b74b7be44db0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869255382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:49:51.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869255291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869255291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869259539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:49:51.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869255291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "aai-ml",
  "timestamp": 1650869260546,
  "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-04-25T06:49:51.276Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 652d1dd7-684c-4015-b5f4-75fa1dfddee2
2022-04-25T06:49:51.276Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 652d1dd7-684c-4015-b5f4-75fa1dfddee2 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-04-25T06:49:51.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869260456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869255291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869260456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869255291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869230856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869260456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869255291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869260456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869255291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869263946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869260456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869255291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869264377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869263946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869260456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650869255291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869264377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869263946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869260456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/resourceInstances/pnf14eda54804820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869264377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869263946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869267244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869260456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869264377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869263946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869267244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869260456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:49:51.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869264377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869263946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869267244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869270482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869270719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869264377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869263946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869267244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869270083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:49:51.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:49:51.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869264377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869263946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:51.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "cds",
  "timestamp": 1650869271951,
  "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-04-25T06:49:51.415Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db5dd376-040f-4c19-8da9-b9cb9e9b0bfb
2022-04-25T06:49:51.415Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5dd376-040f-4c19-8da9-b9cb9e9b0bfb 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-04-25T06:49:51.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:49:51.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869267244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:49:51.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:49:52.732Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:49:52.756Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79d32cee-f55a-4906-8ad1-29b0a0d94e0f
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-04-25T06:49:52.759Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:49:52.760Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:49:52.760Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:49:52.761Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:49:52.761Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:49:52.761Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:49:52.762Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:49:52.762Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:49:52.763Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:49:52.763Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:49:52.764Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:49:52.771Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:50:22.771Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 79d32cee-f55a-4906-8ad1-29b0a0d94e0f 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-04-25T06:50:22.779Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 79d32cee-f55a-4906-8ad1-29b0a0d94e0f and serviceModelVersionId: 356bfc16-d379-4c1a-9f9c-f823378be408
2022-04-25T06:50:22.779Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5812c283-317e-49ef-bc7f-836b9fad2fbb
2022-04-25T06:50:22.780Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5812c283-317e-49ef-bc7f-836b9fad2fbb/model-vers/model-ver/356bfc16-d379-4c1a-9f9c-f823378be408?depth=0
2022-04-25T06:50:22.788Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:50:22.912Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5812c283-317e-49ef-bc7f-836b9fad2fbb/model-vers/model-ver/356bfc16-d379-4c1a-9f9c-f823378be408?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-04-25T06:50:22.928Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5812c283-317e-49ef-bc7f-836b9fad2fbb/model-vers/model-ver/356bfc16-d379-4c1a-9f9c-f823378be408?depth=0|INFO|500||Invoke
2022-04-25T06:50:23.005Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5812c283-317e-49ef-bc7f-836b9fad2fbb/model-vers/model-ver/356bfc16-d379-4c1a-9f9c-f823378be408?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T06:50:23.141Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5812c283-317e-49ef-bc7f-836b9fad2fbb/model-vers/model-ver/356bfc16-d379-4c1a-9f9c-f823378be408?depth=0|INFO|500||InvokeReturn
2022-04-25T06:50:23.143Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5812c283-317e-49ef-bc7f-836b9fad2fbb/model-vers/model-ver/356bfc16-d379-4c1a-9f9c-f823378be408?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-06:50:23:475-87347], vertex-id=[221384], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:50:23 GMT], Content-Type=[application/json]}
2022-04-25T06:50:23.145Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:50:23.146Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:50:23.146Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:50:23.157Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||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-04-25T06:50:23.157Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 79d32cee-f55a-4906-8ad1-29b0a0d94e0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:50:23.158Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:50:23.158Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:23.160Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:23.161Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869423157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:50:23.261Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:50:23.263Z||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-04-25T06:50:23.263Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:23.283Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:23.283Z||pool-82-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-04-25T06:50:24.192Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-25T06:50:24.193Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"652d1dd7-684c-4015-b5f4-75fa1dfddee2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0ea54326-fc00-415b-aafe-02a04fec9e5e","serviceDescription":"service","serviceInvariantUUID":"c211719f-5aaf-435c-b354-9e5d19588428","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0fda0d01-76f6-4d0a-bd02-ea6f6bbec9a8","resourceInvariantUUID":"e0021338-7f22-4f97-9b14-914596206ecb","resourceCustomizationUUID":"c29f57bc-b375-41b7-860f-788ac5c5f014","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":"NjQwMTQ2YzBkYzZkNTA5OWM0OTZhYWFhODdmMDM4NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9711c3ad-a819-44c1-ace7-b15e5e9ebc5a","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":"NWJhZjc2NDJmNDI5NzE4MjI0NGYyYWYyYWVkZmVjODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25a588af-ea82-452e-8b5b-85da17ad0a17","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":"a288cc43-a381-4b72-bc2a-51bfb0194275","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":"bfffbbd6-56be-4b5d-8f0e-022b6a63fd63","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":"7bdb2bec-62cc-4cc6-a12e-93c3ee79c10c","artifactVersion":"2","generatedFromUUID":"50769f24-b90d-48a9-b1ea-299943bb27a6"},{"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":"9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6","artifactVersion":"2","generatedFromUUID":"a288cc43-a381-4b72-bc2a-51bfb0194275"},{"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":"50769f24-b90d-48a9-b1ea-299943bb27a6","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":"b184c6fd-9fd1-4fe0-a7d1-98de2c0942a9","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":"M2VhMjhmYjM4YjRlZjVkYjViYmYwYjRhMjZhOWQ2Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8fd19719-e05d-45fb-90a3-67d8683338d0","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWIwZWEyYzUzMDE3MjFiYWFhZThkZjRiYmVkMzNhMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f5c7526-e57a-4370-ac3a-d477336152ba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:50:24.194Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:50:24.194Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:24.197Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:24.197Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:24.297Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:50:24.299Z||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-04-25T06:50:24.299Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:24.313Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:24.314Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:25.198Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:50:25.199Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:25.201Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:25.201Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:50:25.301Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:50:25.302Z||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-04-25T06:50:25.303Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:25.323Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:25.323Z||pool-84-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:26.202Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:50:26.203Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:26.210Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:26.211Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:50:26.309Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:50:26.310Z||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-04-25T06:50:26.310Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:26.324Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:26.324Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:27.215Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:50:27.217Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:27.224Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:27.225Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:27.323Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:50:27.325Z||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-04-25T06:50:27.325Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:27.341Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:27.342Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:28.226Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:50:28.239Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:28.244Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:28.245Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-25T06:50:28.344Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:50:28.345Z||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-04-25T06:50:28.345Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:28.359Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:28.359Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:29.247Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:50:29.249Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:29.254Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:29.255Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-25T06:50:29.355Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:50:29.356Z||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-04-25T06:50:29.356Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:29.369Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:29.370Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:50:30.257Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:50:30.269Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:30.273Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:30.274Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-25T06:50:30.385Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-04-25T06:50:30.386Z||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-04-25T06:50:30.387Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:30.404Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:30.405Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:31.280Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:50:31.282Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:31.312Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:31.312Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:31.417Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-25T06:50:31.419Z||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-04-25T06:50:31.419Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:31.447Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:31.448Z||pool-90-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:50:32.318Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:50:32.321Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:32.341Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:32.341Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:32.447Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-25T06:50:32.454Z||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-04-25T06:50:32.456Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:32.498Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:32.503Z||pool-91-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:50:33.342Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:50:33.343Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:33.348Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:33.348Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:50:33.450Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T06:50:33.451Z||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-04-25T06:50:33.452Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:33.465Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:33.465Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:34.352Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0ea54326-fc00-415b-aafe-02a04fec9e5e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c211719f-5aaf-435c-b354-9e5d19588428",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c29f57bc-b375-41b7-860f-788ac5c5f014",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0fda0d01-76f6-4d0a-bd02-ea6f6bbec9a8",
      "resourceInvariantUUID": "e0021338-7f22-4f97-9b14-914596206ecb",
      "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": "NWJhZjc2NDJmNDI5NzE4MjI0NGYyYWYyYWVkZmVjODk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "25a588af-ea82-452e-8b5b-85da17ad0a17",
          "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": "a288cc43-a381-4b72-bc2a-51bfb0194275",
          "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": "9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6",
            "generatedFromUUID": "a288cc43-a381-4b72-bc2a-51bfb0194275"
          },
          "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": "7bdb2bec-62cc-4cc6-a12e-93c3ee79c10c",
          "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": "9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6",
          "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": "50769f24-b90d-48a9-b1ea-299943bb27a6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWIwZWEyYzUzMDE3MjFiYWFhZThkZjRiYmVkMzNhMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7f5c7526-e57a-4370-ac3a-d477336152ba"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T06:50:34.352Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:50:34.352Z|79d32cee-f55a-4906-8ad1-29b0a0d94e0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0ea54326-fc00-415b-aafe-02a04fec9e5e ASDC
2022-04-25T06:50:34.352Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:652d1dd7-684c-4015-b5f4-75fa1dfddee2
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0ea54326-fc00-415b-aafe-02a04fec9e5e
ServiceInvariantUUID:c211719f-5aaf-435c-b354-9e5d19588428
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:7f5c7526-e57a-4370-ac3a-d477336152ba
ArtifactChecksum:NWIwZWEyYzUzMDE3MjFiYWFhZThkZjRiYmVkMzNhMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c29f57bc-b375-41b7-860f-788ac5c5f014
ResourceInvariantUUID:e0021338-7f22-4f97-9b14-914596206ecb
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:0fda0d01-76f6-4d0a-bd02-ea6f6bbec9a8
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:25a588af-ea82-452e-8b5b-85da17ad0a17
ArtifactChecksum:NWJhZjc2NDJmNDI5NzE4MjI0NGYyYWYyYWVkZmVjODk=
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:a288cc43-a381-4b72-bc2a-51bfb0194275
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:9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6
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:7bdb2bec-62cc-4cc6-a12e-93c3ee79c10c
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:9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6
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:50769f24-b90d-48a9-b1ea-299943bb27a6
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T06:50:34.353Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ea54326-fc00-415b-aafe-02a04fec9e5e 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-04-25T06:50:34.532Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:50:34.533Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:50:34.533Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:50:34.534Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7f5c7526-e57a-4370-ac3a-d477336152ba from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-25T06:50:34.534Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:50:34.534Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-25T06:50:36.888Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:50:36.944Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7f5c7526-e57a-4370-ac3a-d477336152ba 158200
2022-04-25T06:50:36.945Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-25T06:50:36.945Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-25T06:50:36.945Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:50:36.946Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:36.949Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:36.949Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869436945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:37.050Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T06:50:37.051Z||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-04-25T06:50:37.051Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:37.100Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:37.101Z||pool-93-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:37.956Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:50:37.957Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:50:37.957Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7f5c7526-e57a-4370-ac3a-d477336152ba, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-25T06:50:37.958Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-25T06:50:37.959Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-25T06:50:37.959Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-25T06:50:38.183Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6455283810437059086/Definitions/service-BasicCnfMacro-template.yml
2022-04-25T06:50:42.320Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:50:42.322Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-25T06:50:42.323Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-25T06:50:42.323Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-25T06:50:42.324Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:42.325Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:42.325Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:42.326Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-25T06:50:42.329Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-25T06:50:42.333Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.335Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:42.336Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-25T06:50:42.336Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-25T06:50:42.336Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:50:42.337Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.337Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:42.339Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-25T06:50:42.339Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-25T06:50:42.339Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:50:42.340Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.340Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:42.340Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.341Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-25T06:50:42.342Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-25T06:50:42.342Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-25T06:50:42.343Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T06:50:42.343Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.344Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:50:42.344Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.345Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-25T06:50:42.345Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:50:42.346Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.346Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-25T06:50:42.346Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:50:42.347Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.347Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-25T06:50:42.347Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:50:42.347Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.348Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-25T06:50:42.348Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:50:42.348Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.349Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-25T06:50:42.349Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-25T06:50:42.349Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1b6a3755-001a-4367-941b-9e3db488623d
2022-04-25T06:50:42.350Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.350Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:42.351Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.351Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:42.352Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.353Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:42.353Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:42.354Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:42.355Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0ea54326-fc00-415b-aafe-02a04fec9e5e
Model Version:NULL
Model InvariantUuid:c211719f-5aaf-435c-b354-9e5d19588428
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8b27d7a7-7fbf-4a0c-ab8a-b2249fbc7a74
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e0021338-7f22-4f97-9b14-914596206ecb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c29f57bc-b375-41b7-860f-788ac5c5f014
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:823724ca-3d74-462b-ad12-16c13410626d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:97f3a4ac-eb33-40e9-a97f-0f7dd4680999
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6787cd84-c2bf-4c6a-a01b-54c639c08769
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:12e434ea-de46-42d9-b471-1a97e8deaaef
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1b6a3755-001a-4367-941b-9e3db488623d
ModelInvariantUuid:5c9f4a51-65b9-4fa2-b2d2-3b67a51bbb0f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:cb5ea251-b5e0-4dd3-b831-a4325cd18eff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:8c080052-b463-441c-8673-50c2d9e23689
ModelInvariantUuid:cd17a7f6-3a51-4d7d-99bb-7448b1f0e6fe
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7f505ebf-b3f9-42a7-b9ef-7cc44ae8b513
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-04-25T06:50:42.366Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0fda0d01-76f6-4d0a-bd02-ea6f6bbec9a8
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-04-25T06:50:42.371Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-04-25T06:50:42.371Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0fda0d01-76f6-4d0a-bd02-ea6f6bbec9a8
2022-04-25T06:50:42.371Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25a588af-ea82-452e-8b5b-85da17ad0a17 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-25T06:50:42.372Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:50:42.372Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:42.790Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:50:42.791Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 25a588af-ea82-452e-8b5b-85da17ad0a17 1565
2022-04-25T06:50:42.791Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:42.791Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:42.791Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:50:42.791Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:42.804Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:42.804Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869442791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:42.903Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:50:42.905Z||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-04-25T06:50:42.909Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:42.987Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:42.988Z||pool-94-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:43.832Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6787cd84-c2bf-4c6a-a01b-54c639c08769",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "12e434ea-de46-42d9-b471-1a97e8deaaef",
    "vfModuleModelCustomizationUUID": "347c5ace-6f98-42d0-9602-d28838855b68",
    "isBase": true,
    "artifacts": [
      "a288cc43-a381-4b72-bc2a-51bfb0194275",
      "9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6"
    ],
    "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": "823724ca-3d74-462b-ad12-16c13410626d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "97f3a4ac-eb33-40e9-a97f-0f7dd4680999",
    "vfModuleModelCustomizationUUID": "d627323d-5b3e-44bd-b5d2-3056399b5489",
    "isBase": false,
    "artifacts": [
      "50769f24-b90d-48a9-b1ea-299943bb27a6"
    ],
    "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-04-25T06:50:43.847Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12e434ea-de46-42d9-b471-1a97e8deaaef
VfModuleModelInvariantUUID:6787cd84-c2bf-4c6a-a01b-54c639c08769
VfModuleModelDescription:NULL
Artifacts UUID List:{
a288cc43-a381-4b72-bc2a-51bfb0194275
,
9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6

}
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:97f3a4ac-eb33-40e9-a97f-0f7dd4680999
VfModuleModelInvariantUUID:823724ca-3d74-462b-ad12-16c13410626d
VfModuleModelDescription:NULL
Artifacts UUID List:{
50769f24-b90d-48a9-b1ea-299943bb27a6

}
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-04-25T06:50:43.852Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6787cd84-c2bf-4c6a-a01b-54c639c08769",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "12e434ea-de46-42d9-b471-1a97e8deaaef",
    "vfModuleModelCustomizationUUID": "347c5ace-6f98-42d0-9602-d28838855b68",
    "isBase": true,
    "artifacts": [
      "a288cc43-a381-4b72-bc2a-51bfb0194275",
      "9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6"
    ],
    "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": "823724ca-3d74-462b-ad12-16c13410626d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "97f3a4ac-eb33-40e9-a97f-0f7dd4680999",
    "vfModuleModelCustomizationUUID": "d627323d-5b3e-44bd-b5d2-3056399b5489",
    "isBase": false,
    "artifacts": [
      "50769f24-b90d-48a9-b1ea-299943bb27a6"
    ],
    "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-04-25T06:50:43.852Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12e434ea-de46-42d9-b471-1a97e8deaaef
VfModuleModelInvariantUUID:6787cd84-c2bf-4c6a-a01b-54c639c08769
VfModuleModelDescription:NULL
Artifacts UUID List:{
a288cc43-a381-4b72-bc2a-51bfb0194275
,
9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6

}
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:97f3a4ac-eb33-40e9-a97f-0f7dd4680999
VfModuleModelInvariantUUID:823724ca-3d74-462b-ad12-16c13410626d
VfModuleModelDescription:NULL
Artifacts UUID List:{
50769f24-b90d-48a9-b1ea-299943bb27a6

}
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-04-25T06:50:43.853Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a288cc43-a381-4b72-bc2a-51bfb0194275 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-25T06:50:43.853Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:50:43.853Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:44.088Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:50:44.088Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml a288cc43-a381-4b72-bc2a-51bfb0194275 914
2022-04-25T06:50:44.088Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:44.089Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:44.089Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:50:44.089Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:44.092Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:44.092Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869444088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:44.193Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T06:50:44.194Z||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-04-25T06:50:44.194Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:44.218Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:44.218Z||pool-95-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:45.093Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7bdb2bec-62cc-4cc6-a12e-93c3ee79c10c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-25T06:50:45.094Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:50:45.101Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:45.373Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:50:45.374Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 7bdb2bec-62cc-4cc6-a12e-93c3ee79c10c 12
2022-04-25T06:50:45.374Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:45.374Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:45.374Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:50:45.375Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:45.376Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:45.377Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869445374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:45.477Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:50:45.479Z||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-04-25T06:50:45.479Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:45.504Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:45.504Z||pool-96-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:46.377Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-25T06:50:46.379Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:50:46.380Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:46.762Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:50:46.763Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 9efa071b-b48b-41dd-93e3-5ba6e9d2d5e6 96
2022-04-25T06:50:46.765Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:46.765Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:46.765Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:50:46.767Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:46.772Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:46.773Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869446764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:46.872Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:50:46.873Z||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-04-25T06:50:46.873Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:46.890Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:46.891Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:47.779Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50769f24-b90d-48a9-b1ea-299943bb27a6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-25T06:50:47.782Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:50:47.786Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:47.986Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:50:47.987Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 50769f24-b90d-48a9-b1ea-299943bb27a6 20206
2022-04-25T06:50:47.988Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:47.988Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:47.988Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:50:47.988Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:47.990Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:47.990Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869447988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:48.090Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:50:48.091Z||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-04-25T06:50:48.091Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:48.105Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:48.105Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:48.997Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0ea54326-fc00-415b-aafe-02a04fec9e5e
2022-04-25T06:50:48.997Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0fda0d01-76f6-4d0a-bd02-ea6f6bbec9a8 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-04-25T06:50:49.010Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d17c669, org.onap.sdc.toscaparser.api.parameters.Input@52690650, org.onap.sdc.toscaparser.api.parameters.Input@682aac4c, org.onap.sdc.toscaparser.api.parameters.Input@2d1dd1f0, org.onap.sdc.toscaparser.api.parameters.Input@1e8a6eb4]
2022-04-25T06:50:49.012Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.012Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:49.012Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-25T06:50:49.012Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c29f57bc-b375-41b7-860f-788ac5c5f014
2022-04-25T06:50:49.012Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c29f57bc-b375-41b7-860f-788ac5c5f014 matches Tosca VF Customization UUID: c29f57bc-b375-41b7-860f-788ac5c5f014
2022-04-25T06:50:49.013Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c29f57bc-b375-41b7-860f-788ac5c5f014  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-04-25T06:50:49.016Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.017Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:49.020Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c29f57bc-b375-41b7-860f-788ac5c5f014: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-04-25T06:50:49.022Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7aeff03c
2022-04-25T06:50:49.025Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.025Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:50:49.027Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d627323d-5b3e-44bd-b5d2-3056399b5489
2022-04-25T06:50:49.029Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d627323d-5b3e-44bd-b5d2-3056399b5489
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-04-25T06:50:49.035Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.036Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-25T06:50:49.038Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:50:49.066Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.068Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-25T06:50:49.068Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:50:49.070Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.070Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-25T06:50:49.071Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c29f57bc-b375-41b7-860f-788ac5c5f014
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-04-25T06:50:49.073Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.074Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:49.075Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0ea54326-fc00-415b-aafe-02a04fec9e5e: basic_cnf_macro
2022-04-25T06:50:49.075Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.076Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:49.076Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.077Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:49.078Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.079Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:49.080Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.087Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:49.088Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:50:49.088Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:50:49.089Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:49.156Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0fda0d01-76f6-4d0a-bd02-ea6f6bbec9a8 2 ASDC deployResourceStructure
2022-04-25T06:50:49.157Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:49.157Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:49.157Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:50:49.158Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:49.162Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:49.162Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869449157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:49.262Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:50:49.270Z||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-04-25T06:50:49.271Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:49.289Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:49.291Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:50.163Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:50.164Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:50.164Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:50:50.164Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:50.168Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:50.168Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869450163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.269Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:50:50.272Z||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-04-25T06:50:50.273Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:50.292Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:50.293Z||pool-100-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:50:50.675Z||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-04-25T06:50:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:50:50.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:50.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869264377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869263946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:50:50.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869271803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:50.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869267244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869264377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:50:50.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869267244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:50:50.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869273880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:50.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869274126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:50.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869267244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869274886,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.716Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869274815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869267244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "policy-id",
  "timestamp": 1650869275890,
  "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-04-25T06:50:50.740Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db5dd376-040f-4c19-8da9-b9cb9e9b0bfb
2022-04-25T06:50:50.741Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5dd376-040f-4c19-8da9-b9cb9e9b0bfb 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-04-25T06:50:50.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869275953,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "clamp",
  "timestamp": 1650869275821,
  "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-04-25T06:50:50.806Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b5b409b-f3dd-43df-90a9-4ce4336787db
2022-04-25T06:50:50.806Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b5b409b-f3dd-43df-90a9-4ce4336787db 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-04-25T06:50:50.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869277022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:50.853Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650869276957,
  "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-04-25T06:50:50.859Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db5dd376-040f-4c19-8da9-b9cb9e9b0bfb
2022-04-25T06:50:50.860Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5dd376-040f-4c19-8da9-b9cb9e9b0bfb 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-04-25T06:50:50.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869278049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869276829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650869279053,
  "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-04-25T06:50:50.883Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of db5dd376-040f-4c19-8da9-b9cb9e9b0bfb
2022-04-25T06:50:50.883Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5dd376-040f-4c19-8da9-b9cb9e9b0bfb 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-04-25T06:50:50.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869276829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869278704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIue15jjshjvrxs1u4n1s/1.0/artifacts/service-DemoPnfIue15jjshjvrxs1u4n1s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.897Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869276829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869276829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869276829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869276829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869276829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869285185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869276829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "aai-ml",
  "timestamp": 1650869286189,
  "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-04-25T06:50:50.916Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b5b409b-f3dd-43df-90a9-4ce4336787db
2022-04-25T06:50:50.917Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b5b409b-f3dd-43df-90a9-4ce4336787db 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-04-25T06:50:50.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869276829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:50:50.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869261550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869296502,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869297812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:50.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869299828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.932Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "clamp",
  "timestamp": 1650869300833,
  "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-04-25T06:50:50.939Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db5dd376-040f-4c19-8da9-b9cb9e9b0bfb
2022-04-25T06:50:50.939Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5dd376-040f-4c19-8da9-b9cb9e9b0bfb 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-04-25T06:50:50.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869302525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "aai-ml",
  "timestamp": 1650869303531,
  "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-04-25T06:50:50.960Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db5dd376-040f-4c19-8da9-b9cb9e9b0bfb
2022-04-25T06:50:50.960Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5dd376-040f-4c19-8da9-b9cb9e9b0bfb 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-04-25T06:50:50.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ffa04eb-94de-43ce-8ff7-ea9f891bf57a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869311051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:50:50.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:50:50.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:50:50.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T06:50:50.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:50:50.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:50:50.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:50:50.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869320012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:50.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869324868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:50.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869326087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:50.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869327269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:50:50.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869328577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:50.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:50:50.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869329584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:50.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:50:51.184Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:51.184Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:51.184Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-25T06:50:51.185Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:51.186Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:51.186Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869451169,
  "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-04-25T06:50:51.288Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:50:51.289Z||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-04-25T06:50:51.289Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:51.310Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:51.311Z||pool-101-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:52.188Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:52.188Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:52.188Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:50:52.191Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:52.198Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:52.199Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869452188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:52.297Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:50:52.298Z||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-04-25T06:50:52.298Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:52.317Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:52.318Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:53.203Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:53.204Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:53.204Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-25T06:50:53.205Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:53.215Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:53.216Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869453201,
  "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-04-25T06:50:53.309Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-25T06:50:53.310Z||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-04-25T06:50:53.311Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:53.345Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:53.345Z||pool-103-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:50:54.220Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-25T06:50:54.220Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-25T06:50:54.221Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:50:54.222Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:50:54.226Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:50:54.226Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869454220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:50:54.326Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:50:54.327Z||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-04-25T06:50:54.328Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:50:54.364Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:50:54.366Z||pool-104-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:50:55.228Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 652d1dd7-684c-4015-b5f4-75fa1dfddee2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:50:55.285Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 652d1dd7-684c-4015-b5f4-75fa1dfddee2
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-04-25T06:50:55.294Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:50:55.299Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:50:55.299Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:50:55.300Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:50:55.300Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:50:55.300Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:50:55.300Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:50:55.301Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:50:55.301Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:50:55.301Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:50:55.301Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:50:55.335Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:51:25.335Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 652d1dd7-684c-4015-b5f4-75fa1dfddee2 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-04-25T06:51:25.345Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 652d1dd7-684c-4015-b5f4-75fa1dfddee2 and serviceModelVersionId: 0ea54326-fc00-415b-aafe-02a04fec9e5e
2022-04-25T06:51:25.346Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c211719f-5aaf-435c-b354-9e5d19588428
2022-04-25T06:51:25.347Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c211719f-5aaf-435c-b354-9e5d19588428/model-vers/model-ver/0ea54326-fc00-415b-aafe-02a04fec9e5e?depth=0
2022-04-25T06:51:25.356Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:51:25.511Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c211719f-5aaf-435c-b354-9e5d19588428/model-vers/model-ver/0ea54326-fc00-415b-aafe-02a04fec9e5e?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-04-25T06:51:25.514Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c211719f-5aaf-435c-b354-9e5d19588428/model-vers/model-ver/0ea54326-fc00-415b-aafe-02a04fec9e5e?depth=0|INFO|500||Invoke
2022-04-25T06:51:25.590Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c211719f-5aaf-435c-b354-9e5d19588428/model-vers/model-ver/0ea54326-fc00-415b-aafe-02a04fec9e5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T06:51:25.707Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c211719f-5aaf-435c-b354-9e5d19588428/model-vers/model-ver/0ea54326-fc00-415b-aafe-02a04fec9e5e?depth=0|INFO|500||InvokeReturn
2022-04-25T06:51:25.707Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c211719f-5aaf-435c-b354-9e5d19588428/model-vers/model-ver/0ea54326-fc00-415b-aafe-02a04fec9e5e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220425-06:51:26:067-12448], vertex-id=[217280], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:51:26 GMT], Content-Type=[application/json]}
2022-04-25T06:51:25.708Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:51:25.709Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:51:25.709Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:51:25.715Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||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-04-25T06:51:25.716Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 652d1dd7-684c-4015-b5f4-75fa1dfddee2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:51:25.719Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:51:25.720Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:25.724Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:25.724Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869485719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:51:25.825Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:51:25.827Z||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-04-25T06:51:25.827Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:25.864Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:25.865Z||pool-105-thread-1|||||INFO|500||cambria reply ok (40 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-04-25T06:51:26.878Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-25T06:51:26.879Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b5b409b-f3dd-43df-90a9-4ce4336787db","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a71475d3-668f-411e-9fc2-e56885ed6017","serviceDescription":"service","serviceInvariantUUID":"0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f82e71f-9462-40ad-a3fb-557a789a7a28","resourceInvariantUUID":"725761ed-b895-43ce-8edb-0d80acda5c17","resourceCustomizationUUID":"27f4f279-393a-44d5-aa61-c03147f268cc","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":"MjE0ODE5ZWVjY2VkYjQyOGQ4NmIwNTY1MGVhZTI5NTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5796cccc-2e03-4b39-baa6-6a5f214f668d","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":"YzE5YjE1NmZhMDYzNDI4NDVkOWFiYjUzZDk4MDUwZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b2828f62-c3aa-422b-890e-ea4dfaea0d12","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":"0103c897-3ca2-4e5c-961a-6e9b3acbd223","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":"3f477d8d-f728-48cc-8506-9a17b9b88f3e","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":"d42651c0-ac86-4883-a875-bc0ec83309ab","artifactVersion":"2","generatedFromUUID":"0103c897-3ca2-4e5c-961a-6e9b3acbd223"},{"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":"NTJjN2Y2ZGY3ODMxNzU2NjAzNjczZTY4ZDc0NzVmYzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4e0beae3-357d-47c5-ae47-cdf2d177878a","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":"NWY2ZmMzOGJjZGVhZDJmNGQ1ZDIwMGY4ZWU0NTdiMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55894f2e-84fd-4e66-bcf9-b53c878b6489","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTAyYjAxZDgwYmNhNzk4ZTFkMzVlMDBkMjcyMzFhZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"278e3219-7c21-41f2-b007-133fa692411b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:51:26.879Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:51:26.880Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:26.888Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:26.888Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:51:26.987Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:51:26.988Z||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-04-25T06:51:26.989Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:27.015Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:27.015Z||pool-106-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:27.889Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:51:27.890Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:27.897Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:27.897Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:51:28.002Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-25T06:51:28.003Z||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-04-25T06:51:28.004Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:28.038Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:28.041Z||pool-107-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:28.909Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:51:28.909Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:28.944Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:28.945Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:51:29.050Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-25T06:51:29.051Z||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-04-25T06:51:29.051Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:29.068Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:29.069Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:29.949Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:51:29.956Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:29.968Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:29.969Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:51:30.066Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T06:51:30.067Z||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-04-25T06:51:30.067Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:30.097Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:30.097Z||pool-109-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:30.974Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:51:30.975Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:30.986Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:30.986Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T06:51:31.101Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-04-25T06:51:31.104Z||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-04-25T06:51:31.104Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:31.154Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:31.159Z||pool-110-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:31.987Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:51:31.991Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:32.006Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:32.006Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:51:32.094Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-25T06:51:32.095Z||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-04-25T06:51:32.095Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:32.126Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:32.127Z||pool-111-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:51:33.008Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:51:33.009Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:33.021Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:33.021Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:51:33.131Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-04-25T06:51:33.132Z||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-04-25T06:51:33.132Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:33.174Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:33.175Z||pool-112-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:34.022Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:51:34.024Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:34.107Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:34.109Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:51:34.211Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-25T06:51:34.214Z||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-04-25T06:51:34.215Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:34.244Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:34.245Z||pool-113-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:35.125Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a71475d3-668f-411e-9fc2-e56885ed6017",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "27f4f279-393a-44d5-aa61-c03147f268cc",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f82e71f-9462-40ad-a3fb-557a789a7a28",
      "resourceInvariantUUID": "725761ed-b895-43ce-8edb-0d80acda5c17",
      "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": "YzE5YjE1NmZhMDYzNDI4NDVkOWFiYjUzZDk4MDUwZTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b2828f62-c3aa-422b-890e-ea4dfaea0d12",
          "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": "0103c897-3ca2-4e5c-961a-6e9b3acbd223",
          "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": "d42651c0-ac86-4883-a875-bc0ec83309ab",
            "generatedFromUUID": "0103c897-3ca2-4e5c-961a-6e9b3acbd223"
          },
          "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": "d42651c0-ac86-4883-a875-bc0ec83309ab",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTAyYjAxZDgwYmNhNzk4ZTFkMzVlMDBkMjcyMzFhZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "278e3219-7c21-41f2-b007-133fa692411b"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T06:51:35.136Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:51:35.136Z|652d1dd7-684c-4015-b5f4-75fa1dfddee2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a71475d3-668f-411e-9fc2-e56885ed6017 ASDC
2022-04-25T06:51:35.138Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3b5b409b-f3dd-43df-90a9-4ce4336787db
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a71475d3-668f-411e-9fc2-e56885ed6017
ServiceInvariantUUID:0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4
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:278e3219-7c21-41f2-b007-133fa692411b
ArtifactChecksum:OTAyYjAxZDgwYmNhNzk4ZTFkMzVlMDBkMjcyMzFhZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:27f4f279-393a-44d5-aa61-c03147f268cc
ResourceInvariantUUID:725761ed-b895-43ce-8edb-0d80acda5c17
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2f82e71f-9462-40ad-a3fb-557a789a7a28
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:b2828f62-c3aa-422b-890e-ea4dfaea0d12
ArtifactChecksum:YzE5YjE1NmZhMDYzNDI4NDVkOWFiYjUzZDk4MDUwZTY=
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:0103c897-3ca2-4e5c-961a-6e9b3acbd223
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:d42651c0-ac86-4883-a875-bc0ec83309ab
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:d42651c0-ac86-4883-a875-bc0ec83309ab
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T06:51:35.138Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a71475d3-668f-411e-9fc2-e56885ed6017 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-04-25T06:51:35.433Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:51:35.434Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:51:35.434Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:51:35.435Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 278e3219-7c21-41f2-b007-133fa692411b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-25T06:51:35.435Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:51:35.435Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-25T06:51:37.968Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:51:37.990Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 278e3219-7c21-41f2-b007-133fa692411b 78810
2022-04-25T06:51:37.994Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-25T06:51:37.994Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-25T06:51:37.995Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:51:37.995Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:38.006Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:38.007Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869497994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:51:38.114Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-25T06:51:38.116Z||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-04-25T06:51:38.116Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:38.147Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:38.148Z||pool-114-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:51:39.008Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:51:39.009Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:51:39.009Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 278e3219-7c21-41f2-b007-133fa692411b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T06:51:39.010Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-25T06:51:39.010Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T06:51:39.011Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T06:51:39.419Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2090861429850483552/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-25T06:51:43.529Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:51:43.531Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-25T06:51:43.532Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T06:51:43.533Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-25T06:51:43.534Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T06:51:43.534Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T06:51:43.535Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:43.535Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T06:51:43.536Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:43.536Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:43.537Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:43.537Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T06:51:43.538Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:43.539Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-25T06:51:43.539Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.540Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:43.540Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T06:51:43.541Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-25T06:51:43.542Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:51:43.542Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.543Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:43.544Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T06:51:43.544Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-25T06:51:43.545Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:51:43.547Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.548Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:43.549Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.550Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-25T06:51:43.551Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-25T06:51:43.552Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-25T06:51:43.555Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-25T06:51:43.556Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T06:51:43.558Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T06:51:43.560Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.560Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:51:43.561Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.561Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T06:51:43.562Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:51:43.563Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.564Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T06:51:43.566Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:51:43.567Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.569Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T06:51:43.570Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:51:43.572Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.573Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-25T06:51:43.574Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-25T06:51:43.575Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T06:51:43.576Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=46a6a9ae-1a80-4057-80fe-e3ad5b289ffa
2022-04-25T06:51:43.578Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.580Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:43.581Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.583Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:43.584Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.595Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:43.597Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:43.598Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:43.600Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a71475d3-668f-411e-9fc2-e56885ed6017
Model Version:NULL
Model InvariantUuid:0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:029c7d79-bac7-4580-a6b8-d8505d4fc6e7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:725761ed-b895-43ce-8edb-0d80acda5c17
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:27f4f279-393a-44d5-aa61-c03147f268cc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bf7a98b8-1124-4013-97b3-9f9f867f040d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:cf4f62ac-2bcb-489b-98fa-8f5d52653002
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:46a6a9ae-1a80-4057-80fe-e3ad5b289ffa
ModelInvariantUuid:39dfede9-2bff-4702-933a-e79863ff3edc
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:e0b36b94-bad5-4b51-aa80-a280f4d6a00c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7085e964-3337-4615-9dce-9ded8d4de475
ModelInvariantUuid:4dd69cd9-2413-4c11-81a8-6a1705890ae1
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:9194c98f-cdb6-4ff4-9722-09a422c64698
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-04-25T06:51:43.625Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f82e71f-9462-40ad-a3fb-557a789a7a28
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-04-25T06:51:43.637Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-04-25T06:51:43.638Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f82e71f-9462-40ad-a3fb-557a789a7a28
2022-04-25T06:51:43.638Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b2828f62-c3aa-422b-890e-ea4dfaea0d12 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-25T06:51:43.638Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:51:43.643Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:44.076Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:51:44.077Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b2828f62-c3aa-422b-890e-ea4dfaea0d12 792
2022-04-25T06:51:44.083Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:44.087Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:44.089Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:51:44.092Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:44.120Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:44.122Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869504083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:51:44.222Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:51:44.224Z||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-04-25T06:51:44.224Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:44.254Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:44.254Z||pool-115-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:51:45.127Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bf7a98b8-1124-4013-97b3-9f9f867f040d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf4f62ac-2bcb-489b-98fa-8f5d52653002",
    "vfModuleModelCustomizationUUID": "0c778fab-928b-4e26-aafc-682a93ab1213",
    "isBase": true,
    "artifacts": [
      "0103c897-3ca2-4e5c-961a-6e9b3acbd223",
      "d42651c0-ac86-4883-a875-bc0ec83309ab"
    ],
    "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-04-25T06:51:45.163Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf4f62ac-2bcb-489b-98fa-8f5d52653002
VfModuleModelInvariantUUID:bf7a98b8-1124-4013-97b3-9f9f867f040d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0103c897-3ca2-4e5c-961a-6e9b3acbd223
,
d42651c0-ac86-4883-a875-bc0ec83309ab

}
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-04-25T06:51:45.171Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bf7a98b8-1124-4013-97b3-9f9f867f040d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf4f62ac-2bcb-489b-98fa-8f5d52653002",
    "vfModuleModelCustomizationUUID": "0c778fab-928b-4e26-aafc-682a93ab1213",
    "isBase": true,
    "artifacts": [
      "0103c897-3ca2-4e5c-961a-6e9b3acbd223",
      "d42651c0-ac86-4883-a875-bc0ec83309ab"
    ],
    "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-04-25T06:51:45.171Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf4f62ac-2bcb-489b-98fa-8f5d52653002
VfModuleModelInvariantUUID:bf7a98b8-1124-4013-97b3-9f9f867f040d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0103c897-3ca2-4e5c-961a-6e9b3acbd223
,
d42651c0-ac86-4883-a875-bc0ec83309ab

}
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-04-25T06:51:45.171Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0103c897-3ca2-4e5c-961a-6e9b3acbd223 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-25T06:51:45.172Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:51:45.172Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:45.396Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:51:45.397Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0103c897-3ca2-4e5c-961a-6e9b3acbd223 5033
2022-04-25T06:51:45.402Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:45.403Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:45.403Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:51:45.404Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:45.418Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:45.418Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869505402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:51:45.515Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-25T06:51:45.528Z||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-04-25T06:51:45.528Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:45.615Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:45.618Z||pool-116-thread-1|||||INFO|500||cambria reply ok (101 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:46.422Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d42651c0-ac86-4883-a875-bc0ec83309ab from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-25T06:51:46.424Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:51:46.425Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:46.673Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:51:46.674Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d42651c0-ac86-4883-a875-bc0ec83309ab 903
2022-04-25T06:51:46.674Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:46.675Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:46.675Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:51:46.675Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:46.679Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:46.680Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869506674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:51:46.782Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:51:46.783Z||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-04-25T06:51:46.783Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:46.843Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:46.843Z||pool-117-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:47.680Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a71475d3-668f-411e-9fc2-e56885ed6017
2022-04-25T06:51:47.680Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2f82e71f-9462-40ad-a3fb-557a789a7a28 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-04-25T06:51:47.755Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7112aa5, org.onap.sdc.toscaparser.api.parameters.Input@452f826f, org.onap.sdc.toscaparser.api.parameters.Input@331bf25f, org.onap.sdc.toscaparser.api.parameters.Input@6113b2c1, org.onap.sdc.toscaparser.api.parameters.Input@6f59f844]
2022-04-25T06:51:47.759Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.759Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:47.760Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-25T06:51:47.760Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 27f4f279-393a-44d5-aa61-c03147f268cc
2022-04-25T06:51:47.761Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 27f4f279-393a-44d5-aa61-c03147f268cc matches Tosca VF Customization UUID: 27f4f279-393a-44d5-aa61-c03147f268cc
2022-04-25T06:51:47.761Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 27f4f279-393a-44d5-aa61-c03147f268cc  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-04-25T06:51:47.783Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.784Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:47.786Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 27f4f279-393a-44d5-aa61-c03147f268cc: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-25T06:51:47.786Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46408288
2022-04-25T06:51:47.786Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.787Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T06:51:47.787Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c778fab-928b-4e26-aafc-682a93ab1213
2022-04-25T06:51:47.788Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c778fab-928b-4e26-aafc-682a93ab1213
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-04-25T06:51:47.804Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.805Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T06:51:47.806Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:51:47.806Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.806Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T06:51:47.807Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:51:47.807Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.807Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-25T06:51:47.808Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-25T06:51:47.808Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T06:51:47.808Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=46a6a9ae-1a80-4057-80fe-e3ad5b289ffa
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-04-25T06:51:47.827Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.827Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T06:51:47.828Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T06:51:47.828Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.829Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T06:51:47.830Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=27f4f279-393a-44d5-aa61-c03147f268cc
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-04-25T06:51:47.839Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.840Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:47.841Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a71475d3-668f-411e-9fc2-e56885ed6017: basic_vm_macro
2022-04-25T06:51:47.842Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.843Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:47.845Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.846Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:47.848Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.849Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:47.849Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.850Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:47.851Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:51:47.851Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:51:47.852Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:48.304Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2f82e71f-9462-40ad-a3fb-557a789a7a28 1 ASDC deployResourceStructure
2022-04-25T06:51:48.305Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:48.305Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:48.305Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:51:48.306Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:48.309Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:48.309Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869508305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:51:48.414Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-25T06:51:48.419Z||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-04-25T06:51:48.419Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:48.461Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:48.465Z||pool-118-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:51:49.312Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:49.313Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:49.313Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:51:49.314Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:49.330Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:49.331Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869509312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:51:49.424Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-25T06:51:49.433Z||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-04-25T06:51:49.441Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:49.489Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:49.493Z||pool-119-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:50.340Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:50.341Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:50.341Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:51:50.342Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:50.383Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:50.384Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869510340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:51:50.483Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:51:50.484Z||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-04-25T06:51:50.484Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:50.530Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:50.530Z||pool-120-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:51:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:51:50.679Z||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-04-25T06:51:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:51:50.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:50.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:51:50.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869330597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:51:50.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:51:50.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:51:50.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869331614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:51:50.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:51:51.385Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-25T06:51:51.386Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-25T06:51:51.386Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:51:51.386Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:51:51.419Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:51:51.421Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869511385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:51:51.498Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 54 ms
2022-04-25T06:51:51.499Z||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-04-25T06:51:51.499Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:51:51.519Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:51:51.522Z||pool-121-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:51:52.448Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b5b409b-f3dd-43df-90a9-4ce4336787db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:51:52.575Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b5b409b-f3dd-43df-90a9-4ce4336787db
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-04-25T06:51:52.669Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:51:52.674Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:51:52.675Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:51:52.676Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:51:52.677Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:51:52.678Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:51:52.682Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:51:52.683Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:51:52.684Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:51:52.684Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:51:52.685Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:51:52.710Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:52:22.740Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b5b409b-f3dd-43df-90a9-4ce4336787db 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-04-25T06:52:22.814Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b5b409b-f3dd-43df-90a9-4ce4336787db and serviceModelVersionId: a71475d3-668f-411e-9fc2-e56885ed6017
2022-04-25T06:52:22.816Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4
2022-04-25T06:52:22.820Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4/model-vers/model-ver/a71475d3-668f-411e-9fc2-e56885ed6017?depth=0
2022-04-25T06:52:22.885Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:52:23.246Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4/model-vers/model-ver/a71475d3-668f-411e-9fc2-e56885ed6017?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-04-25T06:52:23.248Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4/model-vers/model-ver/a71475d3-668f-411e-9fc2-e56885ed6017?depth=0|INFO|500||Invoke
2022-04-25T06:52:23.363Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4/model-vers/model-ver/a71475d3-668f-411e-9fc2-e56885ed6017?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T06:52:23.485Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4/model-vers/model-ver/a71475d3-668f-411e-9fc2-e56885ed6017?depth=0|INFO|500||InvokeReturn
2022-04-25T06:52:23.486Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ae6c84b-a5db-429e-8ebd-d1ee6b162bf4/model-vers/model-ver/a71475d3-668f-411e-9fc2-e56885ed6017?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-06:52:23:839-66819], vertex-id=[241864], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:52:23 GMT], Content-Type=[application/json]}
2022-04-25T06:52:23.486Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:52:23.486Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:52:23.486Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:52:23.529Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||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-04-25T06:52:23.529Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b5b409b-f3dd-43df-90a9-4ce4336787db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:52:23.530Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:52:23.539Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:23.564Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:23.565Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869543529,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:52:23.654Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-25T06:52:23.657Z||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-04-25T06:52:23.657Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:23.727Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:23.728Z||pool-122-thread-1|||||INFO|500||cambria reply ok (72 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-04-25T06:52:24.679Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-25T06:52:24.681Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"db5dd376-040f-4c19-8da9-b9cb9e9b0bfb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"70f75aef-2a1a-4ed4-91ab-85fa2c6ecada","serviceDescription":"service","serviceInvariantUUID":"6012c6ca-81b0-4cfd-b11f-feec4dc7129b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0f201719-df50-47d6-aa2d-92c4508717bf","resourceInvariantUUID":"2a992cd7-9e19-44e0-bcb5-7a17d1eae917","resourceCustomizationUUID":"ee82181d-edc7-4d20-ae12-d779e4bc7c03","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":"ODkzZDdkNzM4M2FiMmRhYWUwMTAxODBiNzI0ZGFmOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b686d8e8-fd0c-4c4d-b534-91d1c14caf0a","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":"86c1c544-6563-4375-b64e-b15efa8b868b","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":"8a385e48-e28b-4467-9f53-ded1c9e38916","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":"YjFhODUwMGQ3YjE2YjhlZDRkN2JkM2IxZGJmZTkzMjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3a560c75-8262-4bd7-b147-2fd42f3ef1fa","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":"2b7812ba-da9f-48af-aba6-8bbc2b4b5e6c","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":"420af492-76b1-453d-8cc9-cca0f25f1c35","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":"dcd426ef-df20-47b6-83bd-6de77c76c0c5","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":"Yjg5OGY1ZGE2OGY1MjMyMjc1OTcyZTc2MzZmNjY4OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8f771b7-2e63-43a3-94ac-7e7fc2d9ec80","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWI1NGRiMjMzYWZiMzVlYjAyNjk3MjdiYTkwNTc0ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8144f31c-e4e9-4e19-9f82-0b948b095936","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T06:52:24.688Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:52:24.689Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:24.714Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:24.715Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:24.818Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:52:24.825Z||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-04-25T06:52:24.826Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:24.871Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:24.893Z||pool-123-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:52:25.721Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:52:25.723Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:25.806Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:25.808Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:25.892Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-04-25T06:52:25.920Z||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-04-25T06:52:25.921Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:26.025Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:26.032Z||pool-124-thread-1|||||INFO|500||cambria reply ok (139 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:52:26.826Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:52:26.826Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:26.852Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:26.852Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:26.970Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-04-25T06:52:26.971Z||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-04-25T06:52:26.971Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:26.991Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:26.992Z||pool-125-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:52:27.864Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:52:27.866Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:27.886Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:27.886Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:27.974Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-04-25T06:52:27.975Z||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-04-25T06:52:27.975Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:28.017Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:28.018Z||pool-126-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:52:28.904Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:52:28.910Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:28.942Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:28.942Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:29.046Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-25T06:52:29.049Z||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-04-25T06:52:29.049Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:29.081Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:29.085Z||pool-127-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:52:29.952Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:52:29.960Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:29.979Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:29.979Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:30.087Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-25T06:52:30.100Z||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-04-25T06:52:30.101Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:30.131Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:30.133Z||pool-128-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:52:30.980Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:52:30.981Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:30.995Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:30.995Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:31.093Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T06:52:31.094Z||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-04-25T06:52:31.094Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:31.121Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:31.122Z||pool-129-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:52:31.996Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:52:32.024Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:32.040Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:32.040Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:32.141Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T06:52:32.157Z||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-04-25T06:52:32.157Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:32.182Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:32.182Z||pool-130-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:52:33.045Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T06:52:33.046Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:33.051Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:33.051Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:52:33.204Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 153 ms
2022-04-25T06:52:33.215Z||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-04-25T06:52:33.216Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:33.276Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:33.277Z||pool-131-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":1,"count":1}
2022-04-25T06:52:34.063Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "70f75aef-2a1a-4ed4-91ab-85fa2c6ecada",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6012c6ca-81b0-4cfd-b11f-feec4dc7129b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "ee82181d-edc7-4d20-ae12-d779e4bc7c03",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0f201719-df50-47d6-aa2d-92c4508717bf",
      "resourceInvariantUUID": "2a992cd7-9e19-44e0-bcb5-7a17d1eae917",
      "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": "NWI1NGRiMjMzYWZiMzVlYjAyNjk3MjdiYTkwNTc0ZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8144f31c-e4e9-4e19-9f82-0b948b095936"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T06:52:34.064Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T06:52:34.064Z|3b5b409b-f3dd-43df-90a9-4ce4336787db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70f75aef-2a1a-4ed4-91ab-85fa2c6ecada ASDC
2022-04-25T06:52:34.065Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:db5dd376-040f-4c19-8da9-b9cb9e9b0bfb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:70f75aef-2a1a-4ed4-91ab-85fa2c6ecada
ServiceInvariantUUID:6012c6ca-81b0-4cfd-b11f-feec4dc7129b
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:8144f31c-e4e9-4e19-9f82-0b948b095936
ArtifactChecksum:NWI1NGRiMjMzYWZiMzVlYjAyNjk3MjdiYTkwNTc0ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:ee82181d-edc7-4d20-ae12-d779e4bc7c03
ResourceInvariantUUID:2a992cd7-9e19-44e0-bcb5-7a17d1eae917
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0f201719-df50-47d6-aa2d-92c4508717bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-25T06:52:34.065Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70f75aef-2a1a-4ed4-91ab-85fa2c6ecada 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-04-25T06:52:34.265Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:52:34.266Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:52:34.266Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:52:34.266Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8144f31c-e4e9-4e19-9f82-0b948b095936 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-25T06:52:34.266Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-25T06:52:34.266Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-25T06:52:36.334Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-25T06:52:36.409Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8144f31c-e4e9-4e19-9f82-0b948b095936 105657
2022-04-25T06:52:36.412Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-25T06:52:36.415Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-25T06:52:36.416Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T06:52:36.417Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:36.429Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:36.430Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869556412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:52:36.531Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T06:52:36.556Z||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-04-25T06:52:36.557Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:36.579Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:36.580Z||pool-132-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:52:37.432Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T06:52:37.432Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-25T06:52:37.433Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8144f31c-e4e9-4e19-9f82-0b948b095936, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T06:52:37.433Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-25T06:52:37.434Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T06:52:37.434Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T06:52:37.868Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3218627992899093246/Definitions/service-TestPnfMacro-template.yml
2022-04-25T06:52:41.689Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T06:52:41.692Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-25T06:52:41.692Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T06:52:41.692Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-25T06:52:41.693Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||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-04-25T06:52:41.693Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||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-04-25T06:52:41.693Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||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-04-25T06:52:41.694Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||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-04-25T06:52:41.695Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||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-04-25T06:52:41.695Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||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-04-25T06:52:41.696Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||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-04-25T06:52:41.696Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-25T06:52:41.696Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:52:41.701Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:52:41.702Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-25T06:52:41.702Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-25T06:52:41.703Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:52:41.704Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:52:41.704Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:52:41.704Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-25T06:52:41.705Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-25T06:52:41.705Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T06:52:41.706Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:52:41.707Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:52:41.708Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:52:41.708Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:52:41.709Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:52:41.710Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:52:41.710Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:52:41.711Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:52:41.711Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:52:41.712Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:52:41.713Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:70f75aef-2a1a-4ed4-91ab-85fa2c6ecada
Model Version:NULL
Model InvariantUuid:6012c6ca-81b0-4cfd-b11f-feec4dc7129b
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-04-25T06:52:41.815Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0f201719-df50-47d6-aa2d-92c4508717bf
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-04-25T06:52:41.819Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-04-25T06:52:41.819Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0f201719-df50-47d6-aa2d-92c4508717bf
2022-04-25T06:52:41.820Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 70f75aef-2a1a-4ed4-91ab-85fa2c6ecada
2022-04-25T06:52:41.820Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 70f75aef-2a1a-4ed4-91ab-85fa2c6ecada
2022-04-25T06:52:41.820Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0f201719-df50-47d6-aa2d-92c4508717bf 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-04-25T06:52:41.856Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ccceaf3, org.onap.sdc.toscaparser.api.parameters.Input@3ff043f7, org.onap.sdc.toscaparser.api.parameters.Input@50d0023d, org.onap.sdc.toscaparser.api.parameters.Input@6528ef5, org.onap.sdc.toscaparser.api.parameters.Input@d4267be]
2022-04-25T06:52:41.856Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:52:41.856Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:52:41.857Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 70f75aef-2a1a-4ed4-91ab-85fa2c6ecada: test-pnf
2022-04-25T06:52:41.857Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||Processing PNF resource: 0f201719-df50-47d6-aa2d-92c4508717bf
2022-04-25T06:52:41.857Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T06:52:41.857Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T06:52:41.858Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||Resource customization UUID: ee82181d-edc7-4d20-ae12-d779e4bc7c03 is the same as notified resource customizationUUID: ee82181d-edc7-4d20-ae12-d779e4bc7c03
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-04-25T06:52:42.211Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0f201719-df50-47d6-aa2d-92c4508717bf 0 ASDC deployResourceStructure
2022-04-25T06:52:42.212Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-25T06:52:42.212Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-25T06:52:42.214Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T06:52:42.214Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:52:42.219Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:52:42.219Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869562212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:52:42.320Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T06:52:42.324Z||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-04-25T06:52:42.324Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:52:42.352Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:42.358Z||pool-133-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-25T06:52:43.222Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db5dd376-040f-4c19-8da9-b9cb9e9b0bfb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T06:52:43.411Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db5dd376-040f-4c19-8da9-b9cb9e9b0bfb
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-04-25T06:52:43.429Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T06:52:43.479Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T06:52:43.479Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T06:52:43.480Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T06:52:43.492Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:52:43.493Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:52:43.494Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:52:43.494Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:52:43.495Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:52:43.497Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:52:43.498Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T06:52:43.503Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||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-04-25T06:52:43.541Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T06:52:50.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:52:50.676Z||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-04-25T06:52:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:52:50.707Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:52:50.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "79d32cee-f55a-4906-8ad1-29b0a0d94e0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869423157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:52:50.711Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:52:50.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:50.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:52:50.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:52:50.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:52:50.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:52:50.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:52:50.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:50.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:52:50.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-25T06:52:50.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:52:50.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-25T06:52:50.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:52:50.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-25T06:52:50.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:52:50.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:50.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:52:50.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:52:50.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:52:50.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:52:50.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:52:50.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869436945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:52:50.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:52:50.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869442791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:52:50.716Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:52:50.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869444088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:52:50.716Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:52:50.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869445374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:52:50.716Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:52:50.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869446764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:52:50.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:52:50.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869447988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:52:50.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:52:50.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869449157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:52:50.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:52:50.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-25T06:52:50.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869450163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:52:50.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:13.556Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db5dd376-040f-4c19-8da9-b9cb9e9b0bfb 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-04-25T06:53:13.587Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db5dd376-040f-4c19-8da9-b9cb9e9b0bfb and serviceModelVersionId: 70f75aef-2a1a-4ed4-91ab-85fa2c6ecada
2022-04-25T06:53:13.592Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6012c6ca-81b0-4cfd-b11f-feec4dc7129b
2022-04-25T06:53:13.597Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6012c6ca-81b0-4cfd-b11f-feec4dc7129b/model-vers/model-ver/70f75aef-2a1a-4ed4-91ab-85fa2c6ecada?depth=0
2022-04-25T06:53:13.623Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T06:53:13.729Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6012c6ca-81b0-4cfd-b11f-feec4dc7129b/model-vers/model-ver/70f75aef-2a1a-4ed4-91ab-85fa2c6ecada?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-04-25T06:53:13.755Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6012c6ca-81b0-4cfd-b11f-feec4dc7129b/model-vers/model-ver/70f75aef-2a1a-4ed4-91ab-85fa2c6ecada?depth=0|INFO|500||Invoke
2022-04-25T06:53:13.844Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6012c6ca-81b0-4cfd-b11f-feec4dc7129b/model-vers/model-ver/70f75aef-2a1a-4ed4-91ab-85fa2c6ecada?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T06:53:14.176Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6012c6ca-81b0-4cfd-b11f-feec4dc7129b/model-vers/model-ver/70f75aef-2a1a-4ed4-91ab-85fa2c6ecada?depth=0|INFO|500||InvokeReturn
2022-04-25T06:53:14.177Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6012c6ca-81b0-4cfd-b11f-feec4dc7129b/model-vers/model-ver/70f75aef-2a1a-4ed4-91ab-85fa2c6ecada?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220425-06:53:14:328-94282], vertex-id=[229568], Content-Length=[0], Date=[Mon, 25 Apr 2022 06:53:14 GMT], Content-Type=[application/json]}
2022-04-25T06:53:14.177Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-25T06:53:14.178Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T06:53:14.197Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||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-04-25T06:53:14.286Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||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-04-25T06:53:14.288Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db5dd376-040f-4c19-8da9-b9cb9e9b0bfb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T06:53:14.289Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T06:53:14.291Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-25T06:53:14.310Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T06:53:14.311Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869594289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:53:14.415Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T06:53:14.417Z||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-04-25T06:53:14.418Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJpNaImTIsunKXQU) ...
2022-04-25T06:53:14.525Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:53:14.529Z||pool-134-thread-1|||||INFO|500||cambria reply ok (113 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-04-25T06:53:15.402Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:53:15.404Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:53:15.404Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:53:25.635Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:53:25.637Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:53:25.638Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:53:25.642Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:53:35.185Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:53:35.187Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:53:35.189Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:53:35.190Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:53:44.759Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:53:44.761Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:53:44.762Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:53:44.762Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:53:50.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:53:50.680Z||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-04-25T06:53:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:53:50.750Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:53:50.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869451169,
  "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-04-25T06:53:50.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869452188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:53:50.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869453201,
  "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-04-25T06:53:50.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869454220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "652d1dd7-684c-4015-b5f4-75fa1dfddee2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869485719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869497994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869504083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869505402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869506674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869508305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869509312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T06:53:50.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869510340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-25T06:53:50.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:53:54.314Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:53:54.315Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:53:54.316Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:53:54.316Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:54:03.861Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:54:03.865Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:54:03.871Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:54:03.873Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:54:13.453Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:54:13.466Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:54:13.476Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:54:13.476Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:54:23.016Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:54:23.018Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:54:23.033Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:54:23.034Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:54:32.576Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:54:32.577Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:54:32.577Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:54:32.577Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:54:42.113Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:54:50.660Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:54:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:54:50.674Z||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-04-25T06:54:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:54:50.671Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:54:50.695Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:54:50.809Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:54:50.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869511385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:54:50.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:54:50.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b5b409b-f3dd-43df-90a9-4ce4336787db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869543529,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:54:50.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:54:50.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:54:50.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:54:50.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:54:50.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:54:50.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:54:50.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:54:50.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:54:50.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:54:50.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:54:50.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:54:50.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:54:50.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:54:50.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:54:50.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:54:50.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T06:54:50.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:54:50.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869256449,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T06:54:50.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T06:54:50.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869556412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T06:54:50.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:54:50.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:54:50.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869562212,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T06:54:50.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:55:00.241Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:55:50.657Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:55:50.661Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:55:50.661Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:55:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:55:50.677Z||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-04-25T06:55:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:55:51.268Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:55:51.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T06:55:51.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5dd376-040f-4c19-8da9-b9cb9e9b0bfb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650869594289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T06:55:51.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T06:56:00.295Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:56:50.656Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:56:50.657Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:56:50.658Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:56:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:56:50.675Z||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-04-25T06:56:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:57:00.290Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:57:00.293Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:57:50.657Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:57:50.664Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:57:50.664Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:57:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:57:50.674Z||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-04-25T06:57:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:58:00.236Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:58:00.247Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:58:50.659Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:58:50.665Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T06:58:50.665Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:58:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:58:50.674Z||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-04-25T06:58:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T06:59:00.255Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:59:00.261Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T06:59:50.675Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:59:50.678Z|bae56fff-d710-4caa-a6e5-570083c69b20|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-04-25T06:59:50.679Z|bae56fff-d710-4caa-a6e5-570083c69b20|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 eJpNaImTIsunKXQU) ...
2022-04-25T06:59:50.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T06:59:50.732Z||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-04-25T06:59:50.732Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:00:00.296Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:00:00.319Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:00:50.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:00:50.681Z||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-04-25T07:00:50.681Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:00:50.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:00:50.695Z||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-04-25T07:00:50.695Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:01:00.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:01:00.290Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:01:50.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:01:50.661Z||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-04-25T07:01:50.661Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:01:50.675Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:01:50.677Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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-04-25T07:01:50.677Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:02:00.267Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:02:00.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:02:50.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:02:50.665Z||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-04-25T07:02:50.665Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:02:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:02:50.677Z||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-04-25T07:02:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:03:00.287Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:03:00.325Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:03:50.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:03:50.657Z||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-04-25T07:03:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:03:50.674Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:03:50.675Z|bae56fff-d710-4caa-a6e5-570083c69b20|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-04-25T07:03:50.675Z|bae56fff-d710-4caa-a6e5-570083c69b20|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:04:00.286Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:04:00.294Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:04:50.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:04:50.656Z||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-04-25T07:04:50.656Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:04:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:04:50.676Z||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-04-25T07:04:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:05:00.212Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:05:00.215Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:05:50.656Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:05:50.659Z||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-04-25T07:05:50.659Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:05:50.677Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:05:50.679Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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-04-25T07:05:50.680Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:06:00.207Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:06:00.247Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:06:50.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:06:50.657Z||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-04-25T07:06:50.657Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:06:50.674Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:06:50.674Z||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-04-25T07:06:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:07:00.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:07:00.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:07:50.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:07:50.678Z||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-04-25T07:07:50.680Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:07:50.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:07:50.688Z||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-04-25T07:07:50.689Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:08:00.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:08:00.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:08:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:08:50.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:08:50.676Z||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-04-25T07:08:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:08:50.687Z||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-04-25T07:08:50.688Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:09:00.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:09:00.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:09:50.656Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:09:50.659Z||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-04-25T07:09:50.660Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:09:50.674Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:09:50.675Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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-04-25T07:09:50.676Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:10:00.266Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:10:00.288Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:10:50.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:10:50.656Z||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-04-25T07:10:50.657Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:10:50.674Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:10:50.675Z|bae56fff-d710-4caa-a6e5-570083c69b20|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-04-25T07:10:50.675Z|bae56fff-d710-4caa-a6e5-570083c69b20|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:11:00.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:11:00.227Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:11:50.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:11:50.658Z||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-04-25T07:11:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:11:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:11:50.677Z||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-04-25T07:11:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:12:00.246Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:12:00.247Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:12:50.659Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:12:50.660Z||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-04-25T07:12:50.660Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:12:50.693Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:12:50.694Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T07:12:50.694Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:13:00.220Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:13:00.238Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:13:50.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:13:50.656Z||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-04-25T07:13:50.656Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:13:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:13:50.675Z||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-04-25T07:13:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:14:00.207Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:14:00.219Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:14:50.656Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:14:50.657Z||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-04-25T07:14:50.657Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:14:50.675Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:14:50.676Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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-04-25T07:14:50.677Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:15:00.243Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:15:00.269Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:15:50.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:15:50.659Z||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-04-25T07:15:50.659Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:15:50.675Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:15:50.676Z|bae56fff-d710-4caa-a6e5-570083c69b20|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-04-25T07:15:50.680Z|bae56fff-d710-4caa-a6e5-570083c69b20|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:16:00.236Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:16:00.233Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:16:50.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:16:50.670Z||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-04-25T07:16:50.671Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:16:50.674Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:16:50.675Z||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-04-25T07:16:50.676Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:17:00.264Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:17:00.270Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:17:50.659Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:17:50.660Z||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-04-25T07:17:50.660Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:17:50.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:17:50.674Z||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-04-25T07:17:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:18:00.206Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:18:00.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:18:50.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:18:50.665Z||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-04-25T07:18:50.665Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:18:50.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:18:50.677Z||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-04-25T07:18:50.677Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:19:00.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:19:00.225Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:19:50.656Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:19:50.659Z||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-04-25T07:19:50.660Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:19:50.674Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:19:50.675Z|bae56fff-d710-4caa-a6e5-570083c69b20|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-04-25T07:19:50.676Z|bae56fff-d710-4caa-a6e5-570083c69b20|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:20:00.221Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:20:00.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:20:50.658Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:20:50.659Z||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-04-25T07:20:50.659Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:20:50.674Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:20:50.677Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T07:20:50.678Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:21:00.227Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:21:00.229Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:21:50.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:21:50.656Z||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-04-25T07:21:50.656Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:21:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:21:50.675Z||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-04-25T07:21:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:22:00.198Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:22:00.225Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:22:50.659Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:22:50.671Z||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-04-25T07:22:50.672Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:22:50.683Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:22:50.685Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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-04-25T07:22:50.685Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:23:00.278Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:23:00.302Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:23:50.659Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:23:50.666Z||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-04-25T07:23:50.666Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:23:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:23:50.675Z||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-04-25T07:23:50.689Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:24:00.277Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:24:00.363Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:24:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:24:50.657Z||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-04-25T07:24:50.657Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:24:50.674Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:24:50.674Z|bae56fff-d710-4caa-a6e5-570083c69b20|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-04-25T07:24:50.674Z|bae56fff-d710-4caa-a6e5-570083c69b20|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:25:00.212Z|bae56fff-d710-4caa-a6e5-570083c69b20|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:25:00.212Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:25:50.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:25:50.658Z||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-04-25T07:25:50.660Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:25:50.674Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:25:50.675Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T07:25:50.676Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:26:00.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:26:00.227Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:26:50.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:26:50.657Z||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-04-25T07:26:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:26:50.674Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:26:50.675Z||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-04-25T07:26:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:27:00.209Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:27:00.223Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:27:50.667Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:27:50.669Z||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-04-25T07:27:50.669Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:27:50.674Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:27:50.677Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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-04-25T07:27:50.677Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:28:00.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:28:00.226Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:28:50.658Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:28:50.662Z||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-04-25T07:28:50.663Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:28:50.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:28:50.678Z||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-04-25T07:28:50.679Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:29:00.253Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:29:00.260Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:29:50.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:29:50.686Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:29:50.687Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T07:29:50.687Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:29:50.696Z||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-04-25T07:29:50.699Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:30:00.288Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:30:00.288Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:30:50.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:30:50.657Z||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-04-25T07:30:50.657Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:30:50.674Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:30:50.674Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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-04-25T07:30:50.674Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:31:00.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:31:00.234Z|db5dd376-040f-4c19-8da9-b9cb9e9b0bfb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:31:50.658Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:31:50.660Z||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-04-25T07:31:50.660Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:31:50.674Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:31:50.674Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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-04-25T07:31:50.674Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|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 eJpNaImTIsunKXQU) ...
2022-04-25T07:32:00.237Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:32:00.243Z|4834c367-1aa2-4c73-ac89-b74b7be44db0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:32:50.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:32:50.658Z||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-04-25T07:32:50.658Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:32:50.674Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:32:50.674Z||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-04-25T07:32:50.674Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:33:00.212Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:33:00.218Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:33:50.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:33:50.665Z||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-04-25T07:33:50.665Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:33:50.674Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T07:33:50.675Z||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-04-25T07:33:50.675Z||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 eJpNaImTIsunKXQU) ...
2022-04-25T07:34:00.230Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T07:34:00.246Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK