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-05-29T05:39:29.937Z||main|||||INFO|500||The following profiles are active: basic
2022-05-29T05:39:56.595Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-29T05:39:56.597Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-29T05:39:56.910Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-29T05:40:06.811Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-29T05:40:07.711Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-29T05:40:09.259Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-29T05:40:09.314Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-29T05:40:09.597Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-29T05:40:10.428Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-29T05:40:12.443Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-29T05:40:18.860Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-29T05:40:24.625Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-29T05:40:24.772Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-29T05:40:26.018Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-29T05:40:26.831Z||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-05-29T05:40:30.035Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-29T05:40:33.190Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-29T05:40:33.255Z||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$$3d37c175.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-05-29T05:40:33.256Z||main|||||WARN|500||The sdc end point is not alive
2022-05-29T05:40:41.321Z||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-05-29T05:40:48.492Z||main|||||WARN|500||---
2022-05-29T05:40:48.493Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-29T05:40:48.493Z||main|||||WARN|500||---
2022-05-29T05:40:49.561Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-29T05:40:59.663Z||main|||||INFO|500||Started Application in 96.954 seconds (JVM running for 102.947)
2022-05-29T05:40:59.709Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-29T05:40:59.712Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-29T05:40:59.766Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-29T05:40:59.871Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-29T05:40:59.969Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee088157-04a0-4f45-9d01-685fc630fb2e url= /sdc/v1/artifactTypes
2022-05-29T05:40:59.971Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-29T05:41:00.607Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-29T05:41:00.671Z||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-05-29T05:41:00.716Z||scheduling-1|||||DEBUG|500||create keys
2022-05-29T05:41:00.748Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-29T05:41:00.838Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:41:00.868Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3e3abd26-e61c-4de2-a195-8411e175e225 url= /sdc/v1/registerForDistribution
2022-05-29T05:41:01.168Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3e3abd26-e61c-4de2-a195-8411e175e225 url= /sdc/v1/registerForDistribution
2022-05-29T05:41:01.185Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-29T05:41:01.255Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:41:01.257Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-29T05:41:01.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:41:01.268Z||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-05-29T05:41:01.268Z||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-05-29T05:41:01.269Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:41:01.270Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:41:11.750Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:41:11.789Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:42:01.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:42:01.202Z||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-05-29T05:42:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:42:01.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:42:01.251Z||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-05-29T05:42:01.254Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:42:10.808Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:42:10.815Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:43:01.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:43:01.202Z||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-05-29T05:43:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:43:01.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:43:01.209Z||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-05-29T05:43:01.221Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:43:10.788Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:43:10.794Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:44:01.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:44:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:44:01.210Z||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-05-29T05:44:01.211Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:44:01.211Z||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-05-29T05:44:01.212Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:44:10.779Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:44:10.781Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:45:01.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:45:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:45:01.207Z||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-05-29T05:45:01.207Z||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-05-29T05:45:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:45:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:45:10.783Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:45:10.787Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:46:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:46:01.203Z||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-05-29T05:46:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:46:01.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:46:01.205Z||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-05-29T05:46:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:46:10.754Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:46:10.766Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:47:01.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:47:01.204Z||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-05-29T05:47:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:47:01.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:47:01.207Z||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-05-29T05:47:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:47:10.778Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:47:10.783Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:48:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:48:01.203Z||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-05-29T05:48:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:48:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:48:01.209Z||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-05-29T05:48:01.210Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:48:10.805Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:48:10.805Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:49:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:49:01.202Z||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-05-29T05:49:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:49:01.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:49:01.208Z||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-05-29T05:49:01.209Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:49:10.781Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:49:10.783Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:50:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:50:01.204Z||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-05-29T05:50:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:50:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:50:01.205Z||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-05-29T05:50:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:50:10.795Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:50:10.796Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:50:14.078Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-29T05:51:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:51:01.204Z||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-05-29T05:51:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:51:01.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:51:01.208Z||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-05-29T05:51:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:51:10.791Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:51:10.806Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:52:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:52:01.201Z||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-05-29T05:52:01.201Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:52:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:52:01.206Z||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-05-29T05:52:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:52:10.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:52:10.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:53:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:53:01.201Z||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-05-29T05:53:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:53:01.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:53:01.205Z||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-05-29T05:53:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:53:10.761Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:53:10.761Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:54:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:54:01.202Z||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-05-29T05:54:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:54:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:54:01.205Z||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-05-29T05:54:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:54:10.785Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:54:10.789Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:55:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:55:01.202Z||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-05-29T05:55:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:55:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:55:01.208Z||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-05-29T05:55:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:55:10.783Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:55:10.784Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:56:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:56:01.202Z||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-05-29T05:56:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:56:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:56:01.205Z||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-05-29T05:56:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:56:10.795Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:56:10.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:57:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:57:01.202Z||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-05-29T05:57:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:57:01.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:57:01.205Z||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-05-29T05:57:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:57:10.797Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:57:10.800Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:58:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:58:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:58:01.205Z||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-05-29T05:58:01.205Z||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-05-29T05:58:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:58:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:58:10.775Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:58:10.777Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:59:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:59:01.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:59:01.206Z||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-05-29T05:59:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:59:01.206Z||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-05-29T05:59:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:59:10.780Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T05:59:10.786Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:00:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:00:01.202Z||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-05-29T06:00:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:00:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:00:01.205Z||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-05-29T06:00:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:00:10.763Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:00:10.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:01:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:01:01.203Z||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-05-29T06:01:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:01:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:01:01.205Z||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-05-29T06:01:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:01:10.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:01:10.769Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:02:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:02:01.202Z||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-05-29T06:02:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:02:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:02:01.204Z||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-05-29T06:02:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:02:10.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:02:10.778Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:03:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:03:01.203Z||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-05-29T06:03:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:03:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:03:01.205Z||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-05-29T06:03:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:03:10.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:03:10.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:04:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:04:01.202Z||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-05-29T06:04:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:04:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:04:01.205Z||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-05-29T06:04:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:04:10.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:04:10.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:05:01.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:05:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:05:01.206Z||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-05-29T06:05:01.206Z||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-05-29T06:05:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:05:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:05:10.782Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:05:10.789Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:06:01.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:06:01.202Z||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-05-29T06:06:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:06:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:06:01.205Z||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-05-29T06:06:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:06:10.788Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:06:10.789Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:07:01.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:07:01.201Z||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-05-29T06:07:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:07:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:07:01.204Z||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-05-29T06:07:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:07:10.752Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:07:10.758Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:08:01.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:08:01.202Z||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-05-29T06:08:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:08:01.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:08:01.206Z||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-05-29T06:08:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:08:10.750Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:08:10.765Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:09:01.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:09:01.202Z||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-05-29T06:09:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:09:01.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:09:01.207Z||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-05-29T06:09:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:09:10.779Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:09:10.779Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:10:01.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:10:01.201Z||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-05-29T06:10:01.201Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:10:01.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:10:01.205Z||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-05-29T06:10:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:10:10.761Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:10:10.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:11:01.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:11:01.201Z||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-05-29T06:11:01.201Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:11:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:11:01.206Z||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-05-29T06:11:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:11:10.750Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:11:10.756Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:12:01.201Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:12:01.203Z||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-05-29T06:12:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:12:01.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:12:01.205Z||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-05-29T06:12:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:12:10.771Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:12:10.791Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:13:01.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:13:01.204Z||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-05-29T06:13:01.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:13:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:13:01.205Z||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-05-29T06:13:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:13:10.777Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:13:10.776Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:14:01.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:14:01.201Z||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-05-29T06:14:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:14:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:14:01.205Z||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-05-29T06:14:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:14:10.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:14:10.760Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:15:01.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:15:01.202Z||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-05-29T06:15:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:15:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:15:01.205Z||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-05-29T06:15:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:15:10.764Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:15:10.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:16:01.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:16:01.201Z||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-05-29T06:16:01.201Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:16:01.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:16:01.205Z||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-05-29T06:16:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:16:10.786Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:16:10.794Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:17:01.201Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:17:01.202Z||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-05-29T06:17:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:17:01.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:17:01.205Z||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-05-29T06:17:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:17:10.786Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:17:10.786Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:18:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:18:01.203Z||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-05-29T06:18:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:18:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:18:01.205Z||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-05-29T06:18:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:18:10.787Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:18:10.788Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:19:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:19:01.202Z||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-05-29T06:19:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:19:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:19:01.204Z||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-05-29T06:19:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:19:10.784Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:19:10.788Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:20:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:20:01.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:20:01.207Z||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-05-29T06:20:01.207Z||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-05-29T06:20:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:20:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:20:10.806Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:20:10.825Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:21:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:21:01.202Z||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-05-29T06:21:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:21:01.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:21:01.205Z||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-05-29T06:21:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:21:10.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:21:10.775Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:22:01.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:22:01.201Z||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-05-29T06:22:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:22:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:22:01.205Z||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-05-29T06:22:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:22:10.792Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:22:10.802Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:01.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:23:01.202Z||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-05-29T06:23:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:23:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:23:01.205Z||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-05-29T06:23:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:23:08.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:08.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:23:08.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f203a558-e033-45ad-be56-07e150686fcf","serviceName":"basic_onboard_QkBaeL","serviceVersion":"1.0","serviceUUID":"6ad285ec-883c-4615-bae3-f3c302edcfab","serviceDescription":"service","serviceInvariantUUID":"00c0a869-4136-4882-8feb-5b6683d278a8","resources":[{"resourceInstanceName":"basic_onboard_QkBaeL 0","resourceName":"basic_onboard_QkBaeL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1319079-96d9-443a-9588-195eb5cf1206","resourceInvariantUUID":"438abe83-15ee-4791-9003-6da3219e20f0","resourceCustomizationUUID":"e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml","artifactChecksum":"YTEwMDliZWU5YTk2MjA2NmNkMTBiNzhjMWVmNDVlMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db2125d1-91d8-4816-a543-1aaa6484327b","artifactVersion":"1"},{"artifactName":"basic_onboard_qkbael0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json","artifactChecksum":"Zjg0NDU2OWE3N2JjMWJlOTIxY2E2YjBmOWIwOTAwZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6cf2d63e-21c7-4c10-b08f-624e9fda7edf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ccbab315-06e5-4fff-89b1-ed5849b57270","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33dc1008-0333-4755-9c53-c4bcdd1c5373","artifactVersion":"2","generatedFromUUID":"cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQkbael-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml","artifactChecksum":"NTZjYWVhMDkzNWMwMDQ5ZDIyZDJiOTUyMjEzZDQ2YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c7fcb94-f2c4-4ce8-829a-491c3542a542","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQkbael-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar","artifactChecksum":"NWFiMzFmZWU5ZDcyOTViMzQ3YTk4MjhmZDNjMmZiNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27e10a0b-4d28-4a5d-9b6a-27eca35f8260","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:23:08.234Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:08.257Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:08.295Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:08.296Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:23:08.394Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-05-29T06:23:08.408Z||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-05-29T06:23:08.409Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:08.429Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:08.431Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:08.470Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:08.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:23:08.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "cds",
  "timestamp": 1653805380691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:23:08.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:23:09.319Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:09.320Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:09.322Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:09.323Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:23:09.425Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:23:09.427Z||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-05-29T06:23:09.427Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:09.465Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:09.466Z||pool-4-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:10.325Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:10.329Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:10.332Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:10.333Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:23:10.434Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:23:10.437Z||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-05-29T06:23:10.438Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:10.457Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:10.458Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:11.333Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:11.335Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:11.338Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:11.339Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:23:11.442Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:23:11.443Z||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-05-29T06:23:11.443Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:11.459Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:11.461Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:12.340Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:12.343Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:12.347Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:12.348Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-29T06:23:12.448Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:23:12.450Z||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-05-29T06:23:12.450Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:12.467Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:12.468Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:13.348Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:13.350Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:13.355Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:13.355Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:23:13.456Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:23:13.457Z||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-05-29T06:23:13.458Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:13.482Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:13.484Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:14.358Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:14.362Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:14.364Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:14.364Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:23:14.465Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:23:14.467Z||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-05-29T06:23:14.468Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:14.505Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:14.506Z||pool-9-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:15.368Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "serviceName": "basic_onboard_QkBaeL",
  "serviceVersion": "1.0",
  "serviceUUID": "6ad285ec-883c-4615-bae3-f3c302edcfab",
  "serviceDescription": "service",
  "serviceInvariantUUID": "00c0a869-4136-4882-8feb-5b6683d278a8",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QkBaeL 0",
      "resourceCustomizationUUID": "e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7",
      "resourceName": "basic_onboard_QkBaeL",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c1319079-96d9-443a-9588-195eb5cf1206",
      "resourceInvariantUUID": "438abe83-15ee-4791-9003-6da3219e20f0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qkbael0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
          "artifactChecksum": "Zjg0NDU2OWE3N2JjMWJlOTIxY2E2YjBmOWIwOTAwZWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6cf2d63e-21c7-4c10-b08f-624e9fda7edf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "33dc1008-0333-4755-9c53-c4bcdd1c5373",
            "generatedFromUUID": "cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "33dc1008-0333-4755-9c53-c4bcdd1c5373",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQkbael-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
      "artifactChecksum": "NWFiMzFmZWU5ZDcyOTViMzQ3YTk4MjhmZDNjMmZiNzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27e10a0b-4d28-4a5d-9b6a-27eca35f8260"
    }
  ],
  "workloadContext": "Production"
}
2022-05-29T06:23:15.371Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:23:15.371Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6ad285ec-883c-4615-bae3-f3c302edcfab ASDC
2022-05-29T06:23:15.573Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f203a558-e033-45ad-be56-07e150686fcf
ServiceName:basic_onboard_QkBaeL
ServiceVersion:1.0
ServiceUUID:6ad285ec-883c-4615-bae3-f3c302edcfab
ServiceInvariantUUID:00c0a869-4136-4882-8feb-5b6683d278a8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQkbael-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar
ArtifactUUID:27e10a0b-4d28-4a5d-9b6a-27eca35f8260
ArtifactChecksum:NWFiMzFmZWU5ZDcyOTViMzQ3YTk4MjhmZDNjMmZiNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QkBaeL 0
ResourceCustomizationUUID:e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7
ResourceInvariantUUID:438abe83-15ee-4791-9003-6da3219e20f0
ResourceName:basic_onboard_QkBaeL
ResourceType:VF
ResourceUUID:c1319079-96d9-443a-9588-195eb5cf1206
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qkbael0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json
ArtifactUUID:6cf2d63e-21c7-4c10-b08f-624e9fda7edf
ArtifactChecksum:Zjg0NDU2OWE3N2JjMWJlOTIxY2E2YjBmOWIwOTAwZWI=
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/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a
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/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
ArtifactUUID:33dc1008-0333-4755-9c53-c4bcdd1c5373
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/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
ArtifactUUID:33dc1008-0333-4755-9c53-c4bcdd1c5373
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-29T06:23:15.574Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ad285ec-883c-4615-bae3-f3c302edcfab 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-05-29T06:23:16.046Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:23:16.048Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-29T06:23:16.053Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-29T06:23:16.054Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 27e10a0b-4d28-4a5d-9b6a-27eca35f8260 from URL: /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:16.054Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-29T06:23:16.060Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:16.562Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-29T06:23:16.594Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar 27e10a0b-4d28-4a5d-9b6a-27eca35f8260 71581
2022-05-29T06:23:16.597Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar ASDC sendASDCNotification
2022-05-29T06:23:16.598Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:16.606Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:23:16.609Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:16.615Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:16.616Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805396595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:23:16.713Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:23:16.715Z||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-05-29T06:23:16.715Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:16.731Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:16.732Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:17.617Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:23:17.619Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-29T06:23:17.620Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 27e10a0b-4d28-4a5d-9b6a-27eca35f8260, URL: /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar to file: /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:17.621Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:17.832Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:17.833Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:19.189Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15105508426688695689/Definitions/service-BasicOnboardQkbael-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-05-29T06:23:22.934Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:23:22.946Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-29T06:23:22.947Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.948Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-29T06:23:22.948Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.949Z|f203a558-e033-45ad-be56-07e150686fcf|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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.949Z|f203a558-e033-45ad-be56-07e150686fcf|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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.950Z|f203a558-e033-45ad-be56-07e150686fcf|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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.950Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.950Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.951Z|f203a558-e033-45ad-be56-07e150686fcf|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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.951Z|f203a558-e033-45ad-be56-07e150686fcf|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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.951Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QkBaeL 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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.952Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-29T06:23:22.971Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:22.976Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:22.987Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:22.988Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-29T06:23:22.992Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:23:22.996Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:22.997Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:22.998Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:22.998Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-29T06:23:22.999Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:23:22.999Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.000Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:23.008Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.010Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is not matching search criteria
2022-05-29T06:23:23.010Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-29T06:23:23.011Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-29T06:23:23.011Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-29T06:23:23.012Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-29T06:23:23.012Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-29T06:23:23.013Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.013Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:23:23.024Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.030Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:23.033Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:23.034Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.037Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:23.038Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:23.038Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.039Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:23.039Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:23.039Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.039Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is not matching search criteria
2022-05-29T06:23:23.040Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-29T06:23:23.040Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-29T06:23:23.040Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be99c7c3-6fcd-4bfc-a8c7-716f33f77fb5
2022-05-29T06:23:23.041Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.041Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:23.041Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.042Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:23.042Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.042Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:23.043Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:23.043Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:23.043Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_QkBaeL
Description:service
Model UUID:6ad285ec-883c-4615-bae3-f3c302edcfab
Model Version:NULL
Model InvariantUuid:00c0a869-4136-4882-8feb-5b6683d278a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_QkBaeL
Model UUID:c3a1728a-7fc3-4320-866f-7f50e9d2431c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:438abe83-15ee-4791-9003-6da3219e20f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e83788ca-8546-4ec0-b6a9-25343324b82b
ModelName:BasicOnboardQkbael..base_ubuntu18..module-0
ModelUuid:54a851d8-73d7-46f2-9be3-457a46c1b833
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:be99c7c3-6fcd-4bfc-a8c7-716f33f77fb5
ModelInvariantUuid:3aff69e3-b97e-4520-a06f-bb4aaede0969
ModelName:basic_onboard_QkBaeL-nodes.ubuntu18Cvfc
ModelUuid:5910ab6a-8452-4db9-9422-15e8d484c57a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:067ddb66-f78e-4180-a719-f957b2c14054
ModelInvariantUuid:ead9ae32-d9fd-4ddf-9ca5-382ba19420f7
ModelName:BasicOnboardQkbael.compute.nodes.heat.ubuntu18
ModelUuid:3fbb0ee4-ebad-4a1d-8776-b4ada6820222
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-05-29T06:23:23.083Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c1319079-96d9-443a-9588-195eb5cf1206
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-05-29T06:23:23.244Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||basic_onboard_QkBaeL 0
2022-05-29T06:23:23.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1319079-96d9-443a-9588-195eb5cf1206
2022-05-29T06:23:23.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6cf2d63e-21c7-4c10-b08f-624e9fda7edf from URL: /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json
2022-05-29T06:23:23.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-29T06:23:23.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json
2022-05-29T06:23:23.774Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-29T06:23:23.774Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json 6cf2d63e-21c7-4c10-b08f-624e9fda7edf 798
2022-05-29T06:23:23.775Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json ASDC sendASDCNotification
2022-05-29T06:23:23.775Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json
2022-05-29T06:23:23.775Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:23:23.776Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:23.781Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:23.781Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:23:23.882Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:23:23.883Z||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-05-29T06:23:23.883Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:23.920Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:23.922Z||pool-11-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:24.788Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQkbael..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e83788ca-8546-4ec0-b6a9-25343324b82b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "54a851d8-73d7-46f2-9be3-457a46c1b833",
    "vfModuleModelCustomizationUUID": "2a13aaae-bf5e-4924-91a0-be231717b53f",
    "isBase": true,
    "artifacts": [
      "cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a",
      "33dc1008-0333-4755-9c53-c4bcdd1c5373"
    ],
    "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-05-29T06:23:24.825Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQkbael..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54a851d8-73d7-46f2-9be3-457a46c1b833
VfModuleModelInvariantUUID:e83788ca-8546-4ec0-b6a9-25343324b82b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a
,
33dc1008-0333-4755-9c53-c4bcdd1c5373

}
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-05-29T06:23:24.837Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQkbael..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e83788ca-8546-4ec0-b6a9-25343324b82b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "54a851d8-73d7-46f2-9be3-457a46c1b833",
    "vfModuleModelCustomizationUUID": "2a13aaae-bf5e-4924-91a0-be231717b53f",
    "isBase": true,
    "artifacts": [
      "cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a",
      "33dc1008-0333-4755-9c53-c4bcdd1c5373"
    ],
    "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-05-29T06:23:24.838Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQkbael..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54a851d8-73d7-46f2-9be3-457a46c1b833
VfModuleModelInvariantUUID:e83788ca-8546-4ec0-b6a9-25343324b82b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a
,
33dc1008-0333-4755-9c53-c4bcdd1c5373

}
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-05-29T06:23:24.838Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a from URL: /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml
2022-05-29T06:23:24.838Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-29T06:23:24.839Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml
2022-05-29T06:23:25.167Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-29T06:23:25.168Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a 5033
2022-05-29T06:23:25.169Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-29T06:23:25.170Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml
2022-05-29T06:23:25.170Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:23:25.171Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:25.176Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:25.177Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805405169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:23:25.275Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:23:25.278Z||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-05-29T06:23:25.278Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:25.306Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:25.307Z||pool-12-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:26.178Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33dc1008-0333-4755-9c53-c4bcdd1c5373 from URL: /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
2022-05-29T06:23:26.180Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-29T06:23:26.180Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
2022-05-29T06:23:26.534Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-29T06:23:26.536Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env 33dc1008-0333-4755-9c53-c4bcdd1c5373 909
2022-05-29T06:23:26.537Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-29T06:23:26.538Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
2022-05-29T06:23:26.538Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:23:26.539Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:26.546Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:26.547Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805406537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:23:26.646Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:23:26.647Z||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-05-29T06:23:26.649Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:26.672Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:26.673Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:27.549Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6ad285ec-883c-4615-bae3-f3c302edcfab
2022-05-29T06:23:27.550Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QkBaeL 0 c1319079-96d9-443a-9588-195eb5cf1206 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-05-29T06:23:27.627Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f622212, org.onap.sdc.toscaparser.api.parameters.Input@67e80ae0, org.onap.sdc.toscaparser.api.parameters.Input@7ba68763, org.onap.sdc.toscaparser.api.parameters.Input@70560d42, org.onap.sdc.toscaparser.api.parameters.Input@3eeac3e8]
2022-05-29T06:23:27.675Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.676Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.676Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-05-29T06:23:27.677Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7
2022-05-29T06:23:27.677Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7 matches Tosca VF Customization UUID: e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7
2022-05-29T06:23:27.677Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7  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-05-29T06:23:27.688Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.689Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.691Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7: {\"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-05-29T06:23:27.692Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@360aa45c
2022-05-29T06:23:27.692Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.693Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:23:27.694Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a13aaae-bf5e-4924-91a0-be231717b53f
2022-05-29T06:23:27.696Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a13aaae-bf5e-4924-91a0-be231717b53f
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-05-29T06:23:27.718Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.719Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:27.719Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:27.721Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.721Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:27.721Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:27.722Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.722Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is not matching search criteria
2022-05-29T06:23:27.722Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-29T06:23:27.723Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-29T06:23:27.723Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be99c7c3-6fcd-4bfc-a8c7-716f33f77fb5
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-05-29T06:23:27.739Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.740Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:27.740Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:27.741Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.742Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:27.742Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7
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-05-29T06:23:27.746Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.746Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.747Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6ad285ec-883c-4615-bae3-f3c302edcfab: basic_onboard_QkBaeL
2022-05-29T06:23:27.748Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.748Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.748Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.749Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.749Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.749Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.752Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.752Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.753Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:23:27.753Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.753Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_QkBaeL 
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-05-29T06:23:28.344Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QkBaeL c1319079-96d9-443a-9588-195eb5cf1206 1 ASDC deployResourceStructure
2022-05-29T06:23:28.346Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json ASDC sendASDCNotification
2022-05-29T06:23:28.346Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json
2022-05-29T06:23:28.346Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:23:28.347Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:28.352Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:28.352Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805408346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:23:28.454Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:23:28.456Z||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-05-29T06:23:28.457Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:28.485Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:28.486Z||pool-14-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:29.354Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-29T06:23:29.355Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml
2022-05-29T06:23:29.355Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:23:29.356Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:29.365Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:29.366Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805409354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:23:29.466Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:23:29.467Z||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-05-29T06:23:29.468Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:29.495Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:29.495Z||pool-15-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:30.368Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-29T06:23:30.371Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
2022-05-29T06:23:30.372Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:23:30.374Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:30.378Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:30.379Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805410368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:23:30.478Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:23:30.480Z||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-05-29T06:23:30.480Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:30.499Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:30.500Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:31.380Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar ASDC sendASDCNotification
2022-05-29T06:23:31.381Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:31.381Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:23:31.382Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:31.386Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:31.387Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805411380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:23:31.487Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:23:31.488Z||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-05-29T06:23:31.489Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:31.514Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:23:31.515Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:32.392Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:23:32.449Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:23:32.454Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:23:32.454Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:23:32.455Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:24:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:24:01.205Z||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-05-29T06:24:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:24:01.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:24:01.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:24:01.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "aai-ml",
  "timestamp": 1653805382906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:24:01.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:24:02.456Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:24:02.476Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:24:02.482Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:24:02.486Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:24:02.486Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:24:32.487Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:24:32.502Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:24:32.505Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:24:32.507Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:24:32.507Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:25:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:25:01.205Z||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-05-29T06:25:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:25:01.240Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:25:01.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:25:01.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "clamp",
  "timestamp": 1653805383170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:25:01.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:25:01.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:25:01.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805383312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:25:01.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:25:01.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:25:01.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:25:01.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:25:02.508Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:25:02.537Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:25:02.542Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:25:02.542Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:25:02.543Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:25:32.543Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:25:32.559Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:25:32.563Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:25:32.563Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:25:32.563Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:26:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:26:01.206Z||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-05-29T06:26:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:26:01.252Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:26:01.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "cds",
  "timestamp": 1653805380691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "aai-ml",
  "timestamp": 1653805382906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "clamp",
  "timestamp": 1653805383170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805383312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "cds",
  "timestamp": 1653805380691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "aai-ml",
  "timestamp": 1653805382906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "clamp",
  "timestamp": 1653805383170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805383312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "cds",
  "timestamp": 1653805380691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "aai-ml",
  "timestamp": 1653805382906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "clamp",
  "timestamp": 1653805383170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805383312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805390370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "cds",
  "timestamp": 1653805380691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "aai-ml",
  "timestamp": 1653805382906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "clamp",
  "timestamp": 1653805383170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805383312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805390370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "cds",
  "timestamp": 1653805380691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "aai-ml",
  "timestamp": 1653805382906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "clamp",
  "timestamp": 1653805383170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805383312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805390370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "cds",
  "timestamp": 1653805380691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "aai-ml",
  "timestamp": 1653805382906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "clamp",
  "timestamp": 1653805383170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805383312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805381200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805390370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805390370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "policy-id",
  "timestamp": 1653805393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805395058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "cds",
  "timestamp": 1653805394870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "aai-ml",
  "timestamp": 1653805394440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805390370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805396595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.283Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "policy-id",
  "timestamp": 1653805393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "cds",
  "timestamp": 1653805395888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-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-05-29T06:26:01.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.299Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:01.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805396259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805390370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "policy-id",
  "timestamp": 1653805393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805397754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "policy-id",
  "timestamp": 1653805393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805399007,
  "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-05-29T06:26:01.336Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.336Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:01.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "policy-id",
  "timestamp": 1653805393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805400014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "policy-id",
  "timestamp": 1653805393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "policy-id",
  "timestamp": 1653805393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805401692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "policy-id",
  "timestamp": 1653805402239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805401692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "policy-id",
  "timestamp": 1653805403247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805405169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805401692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "policy-id",
  "timestamp": 1653805404253,
  "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-05-29T06:26:01.375Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.375Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:01.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805401692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805406537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "clamp",
  "timestamp": 1653805406474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805401692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805408346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:26:01.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805401692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "clamp",
  "timestamp": 1653805408486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:26:01.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805409354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:26:01.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805401692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:26:01.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:26:01.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "clamp",
  "timestamp": 1653805409491,
  "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-05-29T06:26:01.402Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.403Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:01.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805410368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:26:01.416Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805409770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805411380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:26:01.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "aai-ml",
  "timestamp": 1653805410701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:26:01.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "aai-ml",
  "timestamp": 1653805411706,
  "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-05-29T06:26:01.432Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.432Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:01.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805414267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:26:01.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805415290,
  "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-05-29T06:26:01.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.465Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:02.564Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:26:02.581Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:26:02.587Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:26:02.590Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:26:02.590Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:26:02.590Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:26:02.591Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:26:02.591Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:26:02.591Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:26:02.591Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:26:02.592Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:26:02.600Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:26:02.600Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:26:02.612Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:26:32.613Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:32.642Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f203a558-e033-45ad-be56-07e150686fcf and serviceModelVersionId: 6ad285ec-883c-4615-bae3-f3c302edcfab
2022-05-29T06:26:32.643Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00c0a869-4136-4882-8feb-5b6683d278a8
2022-05-29T06:27:00.385Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0
2022-05-29T06:27:00.627Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:27:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:27:01.213Z||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-05-29T06:27:01.213Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:27:01.275Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:01.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "cds",
  "timestamp": 1653805545691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805543312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805550370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805551692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "cds",
  "timestamp": 1653805545691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805543312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:27:01.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805550370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805551692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "cds",
  "timestamp": 1653805545691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805543312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:27:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805550370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805551692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "cds",
  "timestamp": 1653805545691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805543312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805550370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "policy-id",
  "timestamp": 1653805553622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805551692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "cds",
  "timestamp": 1653805545691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805543312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-29T06:27:01.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805550370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "policy-id",
  "timestamp": 1653805553622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805551692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "cds",
  "timestamp": 1653805545691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805543312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805550370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "policy-id",
  "timestamp": 1653805553622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:27:01.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805551692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "cds",
  "timestamp": 1653805545691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:27:01.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805543312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:27:01.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805550370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "policy-id",
  "timestamp": 1653805553622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.330Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805551692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:27:01.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "policy-id",
  "timestamp": 1653805553622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "cds",
  "timestamp": 1653805558933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:27:01.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:27:01.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805559228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:27:01.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:27:01.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805559454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:27:01.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:27:01.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "policy-id",
  "timestamp": 1653805553622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:27:01.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "cds",
  "timestamp": 1653805559940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-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-05-29T06:27:01.379Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:27:01.379Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:27:01.573Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0|INFO|500||Invoke
2022-05-29T06:27:01.588Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f203a558-e033-45ad-be56-07e150686fcf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[088e8bee-4661-4053-b779-e74b2b24a765], X-ECOMP-RequestID=[f203a558-e033-45ad-be56-07e150686fcf], X-TransactionId=[], X-ONAP-RequestID=[f203a558-e033-45ad-be56-07e150686fcf], Content-Type=[application/merge-patch+json]}
2022-05-29T06:27:01.814Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-29T06:27:02.443Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?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/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220529-06:27:01:032-96053], vertex-id=[188448], Content-Length=[0], Date=[Sun, 29 May 2022 06:27:01 GMT], Content-Type=[application/json]}
2022-05-29T06:27:02.447Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:27:02.449Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0|INFO|500||InvokeReturn
2022-05-29T06:27:02.458Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:27:02.463Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:27:02.473Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:27:02.476Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f203a558-e033-45ad-be56-07e150686fcf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:27:02.479Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:27:02.481Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:02.485Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:02.486Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805622477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:27:02.586Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:27:02.588Z||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-05-29T06:27:02.589Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:02.606Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:02.608Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-29T06:27:03.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:27:03.526Z||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-05-29T06:27:03.535Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:27:08.041Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:08.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-29T06:27:08.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a15948fb-2ae4-412f-a3c8-6beb7c9ac532","serviceName":"vFW 2022-05-29 06-23-07","serviceVersion":"1.0","serviceUUID":"06584685-de8f-4046-965d-9974fc9b38b4","serviceDescription":"catalog service description","serviceInvariantUUID":"f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82","resources":[{"resourceInstanceName":"vFW cc65452d-6ea5 0","resourceName":"vFW cc65452d-6ea5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1bd0c763-a05c-4873-b9c6-93aff42c4c0b","resourceInvariantUUID":"c9d71819-a358-424e-9f04-9db2ecd1a79d","resourceCustomizationUUID":"2f9cdfd6-92f7-435d-a617-ecc0b947142d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml","artifactChecksum":"NjE3NDY0Y2Y4NjgxNTBlZmE4NzZjYzc4MGVmNGI2ZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca0843d9-73c4-4f06-b92b-adee4704ce82","artifactVersion":"1"},{"artifactName":"vfwcc65452d6ea50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json","artifactChecksum":"NWUzZWMzYWVmOWQ5MjU3OGM4MjcyYTI0YjAwNzg2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1b722f5-fa60-4ff3-9ea9-b0a85f44dfc0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aa39332e-48f6-43f9-b8f2-206a14ba0c44","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml","artifactChecksum":"NzUzOTMzZjMzYTViZmY3NGFiOTM4MWRhODQ0NDc0ZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"46d17f75-f089-40e6-baac-e6413a813ea5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0dd266c1-770e-4deb-adec-dd4d652cbb46","artifactVersion":"2","generatedFromUUID":"aa39332e-48f6-43f9-b8f2-206a14ba0c44"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220529062307-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml","artifactChecksum":"MWY2NjhlOGY2MjRkOWNmNzg0ZmNiYzhiOTEwNmI4M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0d4d344-8993-4628-8198-ca57a9e0edd3","artifactVersion":"1"},{"artifactName":"service-Vfw20220529062307-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar","artifactChecksum":"NmY4NzYyYWQxNmM4MGIzMDMzNDBmN2QyY2M2NjJiOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce11ea24-fda9-462f-b076-4ffaaf5b046d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:27:08.048Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:08.049Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:08.060Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:08.065Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:08.169Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-05-29T06:27:08.171Z||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-05-29T06:27:08.171Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:08.196Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:08.198Z||pool-19-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:09.066Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:09.067Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:09.072Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:09.073Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:27:09.173Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:27:09.174Z||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-05-29T06:27:09.174Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:09.199Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:09.200Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:10.073Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:10.074Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:10.077Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:10.078Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:27:10.178Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:27:10.179Z||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-05-29T06:27:10.180Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:10.196Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:10.197Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:11.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:11.084Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:11.093Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:11.094Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:11.193Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:27:11.195Z||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-05-29T06:27:11.195Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:11.214Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:11.215Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:12.096Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:12.097Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:12.101Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:12.103Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-29T06:27:12.201Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T06:27:12.203Z||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-05-29T06:27:12.203Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:12.222Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:12.223Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:13.104Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:13.105Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:13.109Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:13.109Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:27:13.211Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:27:13.213Z||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-05-29T06:27:13.214Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:13.229Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:13.230Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:14.110Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:14.111Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:14.115Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:14.115Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:27:14.215Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:27:14.250Z||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-05-29T06:27:14.251Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:14.266Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:14.267Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:27:15.118Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "serviceName": "vFW 2022-05-29 06-23-07",
  "serviceVersion": "1.0",
  "serviceUUID": "06584685-de8f-4046-965d-9974fc9b38b4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82",
  "resources": [
    {
      "resourceInstanceName": "vFW cc65452d-6ea5 0",
      "resourceCustomizationUUID": "2f9cdfd6-92f7-435d-a617-ecc0b947142d",
      "resourceName": "vFW cc65452d-6ea5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1bd0c763-a05c-4873-b9c6-93aff42c4c0b",
      "resourceInvariantUUID": "c9d71819-a358-424e-9f04-9db2ecd1a79d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcc65452d6ea50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
          "artifactChecksum": "NWUzZWMzYWVmOWQ5MjU3OGM4MjcyYTI0YjAwNzg2MzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1b722f5-fa60-4ff3-9ea9-b0a85f44dfc0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "aa39332e-48f6-43f9-b8f2-206a14ba0c44",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0dd266c1-770e-4deb-adec-dd4d652cbb46",
            "generatedFromUUID": "aa39332e-48f6-43f9-b8f2-206a14ba0c44"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0dd266c1-770e-4deb-adec-dd4d652cbb46",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220529062307-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
      "artifactChecksum": "NmY4NzYyYWQxNmM4MGIzMDMzNDBmN2QyY2M2NjJiOGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce11ea24-fda9-462f-b076-4ffaaf5b046d"
    }
  ],
  "workloadContext": "Production"
}
2022-05-29T06:27:15.119Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:27:15.119Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06584685-de8f-4046-965d-9974fc9b38b4 ASDC
2022-05-29T06:27:15.120Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a15948fb-2ae4-412f-a3c8-6beb7c9ac532
ServiceName:vFW 2022-05-29 06-23-07
ServiceVersion:1.0
ServiceUUID:06584685-de8f-4046-965d-9974fc9b38b4
ServiceInvariantUUID:f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220529062307-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar
ArtifactUUID:ce11ea24-fda9-462f-b076-4ffaaf5b046d
ArtifactChecksum:NmY4NzYyYWQxNmM4MGIzMDMzNDBmN2QyY2M2NjJiOGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cc65452d-6ea5 0
ResourceCustomizationUUID:2f9cdfd6-92f7-435d-a617-ecc0b947142d
ResourceInvariantUUID:c9d71819-a358-424e-9f04-9db2ecd1a79d
ResourceName:vFW cc65452d-6ea5
ResourceType:VF
ResourceUUID:1bd0c763-a05c-4873-b9c6-93aff42c4c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcc65452d6ea50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json
ArtifactUUID:f1b722f5-fa60-4ff3-9ea9-b0a85f44dfc0
ArtifactChecksum:NWUzZWMzYWVmOWQ5MjU3OGM4MjcyYTI0YjAwNzg2MzM=
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/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml
ArtifactUUID:aa39332e-48f6-43f9-b8f2-206a14ba0c44
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/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
ArtifactUUID:0dd266c1-770e-4deb-adec-dd4d652cbb46
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/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
ArtifactUUID:0dd266c1-770e-4deb-adec-dd4d652cbb46
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-29T06:27:15.120Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06584685-de8f-4046-965d-9974fc9b38b4 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-05-29T06:27:15.190Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:27:15.191Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:27:15.191Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:27:15.192Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ce11ea24-fda9-462f-b076-4ffaaf5b046d from URL: /sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:15.192Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:27:15.192Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:15.374Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:27:15.384Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar ce11ea24-fda9-462f-b076-4ffaaf5b046d 98999
2022-05-29T06:27:15.388Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar ASDC sendASDCNotification
2022-05-29T06:27:15.389Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:15.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:27:15.391Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:15.399Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:15.401Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805635388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:27:15.498Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:27:15.499Z||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-05-29T06:27:15.500Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:15.517Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:15.520Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:16.401Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:27:16.403Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:27:16.404Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ce11ea24-fda9-462f-b076-4ffaaf5b046d, URL: /sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar to file: /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:16.405Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220529062307-csar.csar
2022-05-29T06:27:16.406Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:16.406Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:16.797Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9726567155318607893/Definitions/service-Vfw20220529062307-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-29T06:27:21.359Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:27:21.360Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-29T06:27:21.360Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.360Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.362Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.362Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.362Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.363Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.363Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cc65452d-6ea5 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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.363Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.364Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-29T06:27:21.364Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.364Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.365Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:21.365Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-29T06:27:21.365Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:27:21.366Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.366Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.366Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:21.367Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-29T06:27:21.367Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:27:21.367Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.367Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.368Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.368Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:21.368Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:21.368Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:27:21.368Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.369Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.369Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.369Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:27:21.369Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:21.370Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:27:21.370Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:27:21.370Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.370Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.371Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:27:21.371Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.371Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:27:21.371Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.371Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-29T06:27:21.372Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.372Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:27:21.372Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.372Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:21.373Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:21.374Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.374Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:21.374Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:21.374Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.375Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:21.375Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:21.375Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.375Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:21.376Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:21.376Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-29T06:27:21.376Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:21.376Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:27:21.377Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:27:21.377Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.378Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.378Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:27:21.378Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.379Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:27:21.379Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.380Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6794532-a952-4344-99d8-d6f6f3287069
2022-05-29T06:27:21.380Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.381Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:21.381Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:21.381Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:27:21.381Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.382Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.382Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.382Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:27:21.382Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:21.382Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-29T06:27:21.383Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:27:21.383Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.383Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:27:21.383Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.383Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=768114ee-e2cd-47ee-9806-f86a13061848
2022-05-29T06:27:21.385Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.387Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:21.389Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:21.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:27:21.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:27:21.391Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:21.391Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:27:21.391Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:27:21.391Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.392Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.392Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-29T06:27:21.392Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a2f2cb8-f79d-4f25-89f2-fecf76325f0e
2022-05-29T06:27:21.393Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.393Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.393Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.393Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.394Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.394Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.394Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:21.394Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.395Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-29 06-23-07
Description:catalog service description
Model UUID:06584685-de8f-4046-965d-9974fc9b38b4
Model Version:NULL
Model InvariantUuid:f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cc65452d-6ea5
Model UUID:55c23409-8ac5-4f4e-80c2-cf876289589d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c9d71819-a358-424e-9f04-9db2ecd1a79d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2f9cdfd6-92f7-435d-a617-ecc0b947142d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aa03c6de-c133-456d-8714-b6e008469f8f
ModelName:VfwCc65452d6ea5..base_vfw..module-0
ModelUuid:71bfc028-0795-4077-a91c-b92932e83f13
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b6794532-a952-4344-99d8-d6f6f3287069
ModelInvariantUuid:b9a84d5f-0266-4802-af4a-8404af6f50a7
ModelName:vFW cc65452d-6ea5-nodes.vfwCvfc
ModelUuid:5ad21136-46dd-4365-89b3-b460b4e9e3ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:30d764d0-a29b-4be1-8d52-89d18eef2198
ModelInvariantUuid:ce11125b-7a1a-42af-ba59-6e8e1a30c1fb
ModelName:VfwCc65452d6ea5.compute.nodes.heat.vfw
ModelUuid:3b633bd5-a068-4630-b7b6-cf06636aba53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:768114ee-e2cd-47ee-9806-f86a13061848
ModelInvariantUuid:dfd03c80-0fcf-4d61-9054-a21447e2d781
ModelName:vFW cc65452d-6ea5-nodes.vsnCvfc
ModelUuid:cec2ad0e-7ad1-4cc6-861b-f7c117383f7a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:21da0ed0-e5d0-42f0-bcca-347f1fdc6f04
ModelInvariantUuid:c80319b6-2115-4baa-a859-73987ad22d0b
ModelName:VfwCc65452d6ea5.compute.nodes.heat.vsn
ModelUuid:388288ae-2ef7-4cb9-b275-8b34d9bcd20c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5a2f2cb8-f79d-4f25-89f2-fecf76325f0e
ModelInvariantUuid:7e92afb8-485e-4725-ac20-558b2775e36a
ModelName:vFW cc65452d-6ea5-nodes.vpgCvfc
ModelUuid:a9a2b589-3835-412c-9ea8-87a5b6266567
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:397c36a9-5738-4831-b9f7-83c527784b04
ModelInvariantUuid:15358f39-f511-4ebc-9024-c15983170c61
ModelName:VfwCc65452d6ea5.compute.nodes.heat.vpg
ModelUuid:b7e80089-6e72-4a2a-bbd7-f2bf230b44b9
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-05-29T06:27:21.412Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 1bd0c763-a05c-4873-b9c6-93aff42c4c0b
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-05-29T06:27:21.426Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||vFW cc65452d-6ea5 0
2022-05-29T06:27:21.427Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1bd0c763-a05c-4873-b9c6-93aff42c4c0b
2022-05-29T06:27:21.428Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f1b722f5-fa60-4ff3-9ea9-b0a85f44dfc0 from URL: /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json
2022-05-29T06:27:21.428Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:27:21.428Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json
2022-05-29T06:27:21.937Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:27:21.938Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json f1b722f5-fa60-4ff3-9ea9-b0a85f44dfc0 785
2022-05-29T06:27:21.939Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json ASDC sendASDCNotification
2022-05-29T06:27:21.939Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json
2022-05-29T06:27:21.939Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:27:21.940Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:21.946Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:21.947Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805641939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:27:22.045Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T06:27:22.046Z||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-05-29T06:27:22.047Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:22.071Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:22.072Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:22.948Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCc65452d6ea5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "aa03c6de-c133-456d-8714-b6e008469f8f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71bfc028-0795-4077-a91c-b92932e83f13",
    "vfModuleModelCustomizationUUID": "860a860e-b88e-4ff1-a536-c087beeb7d37",
    "isBase": true,
    "artifacts": [
      "aa39332e-48f6-43f9-b8f2-206a14ba0c44",
      "0dd266c1-770e-4deb-adec-dd4d652cbb46"
    ],
    "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-05-29T06:27:22.958Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCc65452d6ea5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71bfc028-0795-4077-a91c-b92932e83f13
VfModuleModelInvariantUUID:aa03c6de-c133-456d-8714-b6e008469f8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
aa39332e-48f6-43f9-b8f2-206a14ba0c44
,
0dd266c1-770e-4deb-adec-dd4d652cbb46

}
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-05-29T06:27:22.964Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCc65452d6ea5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "aa03c6de-c133-456d-8714-b6e008469f8f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71bfc028-0795-4077-a91c-b92932e83f13",
    "vfModuleModelCustomizationUUID": "860a860e-b88e-4ff1-a536-c087beeb7d37",
    "isBase": true,
    "artifacts": [
      "aa39332e-48f6-43f9-b8f2-206a14ba0c44",
      "0dd266c1-770e-4deb-adec-dd4d652cbb46"
    ],
    "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-05-29T06:27:22.965Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCc65452d6ea5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71bfc028-0795-4077-a91c-b92932e83f13
VfModuleModelInvariantUUID:aa03c6de-c133-456d-8714-b6e008469f8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
aa39332e-48f6-43f9-b8f2-206a14ba0c44
,
0dd266c1-770e-4deb-adec-dd4d652cbb46

}
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-05-29T06:27:22.966Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa39332e-48f6-43f9-b8f2-206a14ba0c44 from URL: /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml
2022-05-29T06:27:22.966Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:27:22.966Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml
2022-05-29T06:27:23.529Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:27:23.531Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml aa39332e-48f6-43f9-b8f2-206a14ba0c44 20368
2022-05-29T06:27:23.533Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-29T06:27:23.533Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml
2022-05-29T06:27:23.533Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:27:23.534Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:23.537Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:23.538Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805643532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:27:23.638Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:27:23.641Z||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-05-29T06:27:23.641Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:23.659Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:23.660Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:27:24.539Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0dd266c1-770e-4deb-adec-dd4d652cbb46 from URL: /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
2022-05-29T06:27:24.540Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:27:24.541Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
2022-05-29T06:27:24.930Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:27:24.931Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env 0dd266c1-770e-4deb-adec-dd4d652cbb46 2098
2022-05-29T06:27:24.932Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-29T06:27:24.932Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
2022-05-29T06:27:24.933Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:27:24.933Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:24.937Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:24.938Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805644932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:27:25.038Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:27:25.040Z||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-05-29T06:27:25.041Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:25.061Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:25.062Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:27:25.939Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 06584685-de8f-4046-965d-9974fc9b38b4
2022-05-29T06:27:25.940Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cc65452d-6ea5 0 1bd0c763-a05c-4873-b9c6-93aff42c4c0b 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-05-29T06:27:25.970Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13561136, org.onap.sdc.toscaparser.api.parameters.Input@1d5a0d8f, org.onap.sdc.toscaparser.api.parameters.Input@1f8f580, org.onap.sdc.toscaparser.api.parameters.Input@222265c8, org.onap.sdc.toscaparser.api.parameters.Input@1de0f1b]
2022-05-29T06:27:25.972Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:25.973Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:25.973Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-29T06:27:25.973Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2f9cdfd6-92f7-435d-a617-ecc0b947142d
2022-05-29T06:27:25.973Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f9cdfd6-92f7-435d-a617-ecc0b947142d matches Tosca VF Customization UUID: 2f9cdfd6-92f7-435d-a617-ecc0b947142d
2022-05-29T06:27:25.974Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2f9cdfd6-92f7-435d-a617-ecc0b947142d  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-05-29T06:27:25.978Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:25.978Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:25.979Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2f9cdfd6-92f7-435d-a617-ecc0b947142d: {\"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-05-29T06:27:25.980Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b0acc90
2022-05-29T06:27:25.980Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:25.980Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:27:25.981Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 860a860e-b88e-4ff1-a536-c087beeb7d37
2022-05-29T06:27:25.981Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 860a860e-b88e-4ff1-a536-c087beeb7d37
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-05-29T06:27:25.985Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:25.986Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:25.986Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:25.986Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:25.987Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:25.987Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:25.987Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:25.988Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:25.988Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:25.988Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-29T06:27:25.988Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:25.989Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:27:25.989Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:27:25.989Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:25.989Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:25.990Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:27:25.990Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:25.990Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:27:25.990Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:25.990Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6794532-a952-4344-99d8-d6f6f3287069
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-05-29T06:27:25.995Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:25.996Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:25.996Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:25.997Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:25.998Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:25.998Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:25.998Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:27:25.999Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:25.999Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:25.999Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:25.999Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:27:26.000Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:26.000Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-29T06:27:26.000Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:27:26.000Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:26.001Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:27:26.001Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:26.001Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=768114ee-e2cd-47ee-9806-f86a13061848
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-05-29T06:27:26.005Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:26.005Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:26.005Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:26.010Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:26.011Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:26.011Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:26.012Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:27:26.012Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:26.012Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:26.013Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:26.013Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:27:26.014Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:26.014Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:27:26.014Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:27:26.014Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:26.015Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:26.015Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-29T06:27:26.015Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a2f2cb8-f79d-4f25-89f2-fecf76325f0e
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-05-29T06:27:26.026Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:26.027Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:26.027Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:26.028Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:26.028Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:26.028Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=2f9cdfd6-92f7-435d-a617-ecc0b947142d
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-05-29T06:27:26.035Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:26.037Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.038Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 06584685-de8f-4046-965d-9974fc9b38b4: vFW cc65452d-6ea5
2022-05-29T06:27:26.038Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:26.038Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.039Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:26.039Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.039Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:26.040Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.040Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:26.040Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.041Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:27:26.041Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.041Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-05-29 06-23-07 
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-05-29T06:27:26.474Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cc65452d-6ea5 1bd0c763-a05c-4873-b9c6-93aff42c4c0b 1 ASDC deployResourceStructure
2022-05-29T06:27:26.476Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json ASDC sendASDCNotification
2022-05-29T06:27:26.476Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json
2022-05-29T06:27:26.477Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:27:26.478Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:26.483Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:26.484Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805646476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:27:26.583Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-29T06:27:26.585Z||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-05-29T06:27:26.585Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:26.604Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:26.606Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:27.490Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-29T06:27:27.491Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml
2022-05-29T06:27:27.492Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:27:27.492Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:27.496Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:27.497Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805647490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:27:27.597Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:27:27.598Z||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-05-29T06:27:27.598Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:27.615Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:27.616Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:28.505Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-29T06:27:28.505Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
2022-05-29T06:27:28.508Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:27:28.509Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:28.512Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:28.512Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805648505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:27:28.614Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:27:28.616Z||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-05-29T06:27:28.616Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:28.650Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:28.651Z||pool-32-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:27:29.514Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar ASDC sendASDCNotification
2022-05-29T06:27:29.515Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:29.515Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:27:29.516Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:29.529Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:29.529Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805649514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:27:29.627Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T06:27:29.628Z||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-05-29T06:27:29.629Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:29.649Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:27:29.649Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:30.531Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:27:30.554Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:27:30.558Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:27:30.558Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:27:30.559Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:28:00.565Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:28:00.582Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:28:00.589Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:28:00.590Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:28:00.590Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:28:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:28:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:28:01.206Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:28:01.242Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:28:01.245Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:28:01.245Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805560446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:28:01.247Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:28:30.590Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:28:30.618Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:28:30.641Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:28:30.641Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:28:30.641Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:29:00.642Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:29:00.654Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:29:00.664Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:29:00.664Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:29:00.664Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:29:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:29:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:29:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:29:01.238Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:29:01.240Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.240Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "policy-id",
  "timestamp": 1653805553622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:29:01.242Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.242Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.242Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805561929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "policy-id",
  "timestamp": 1653805561607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805562955,
  "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-05-29T06:29:01.250Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:29:01.251Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:29:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805562941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:29:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "clamp",
  "timestamp": 1653805563169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "policy-id",
  "timestamp": 1653805562612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805563959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.263Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.263Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805563946,
  "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-05-29T06:29:01.270Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:29:01.271Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:29:01.283Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "clamp",
  "timestamp": 1653805563169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:29:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "aai-ml",
  "timestamp": 1653805562906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.285Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.285Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.285Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "policy-id",
  "timestamp": 1653805563615,
  "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-05-29T06:29:01.292Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:29:01.292Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:29:01.304Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.305Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "clamp",
  "timestamp": 1653805563169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.305Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.305Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.305Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "aai-ml",
  "timestamp": 1653805562906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.306Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.306Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.306Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "clamp",
  "timestamp": 1653805563169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.306Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.306Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.307Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "aai-ml",
  "timestamp": 1653805562906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.307Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.307Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.307Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "clamp",
  "timestamp": 1653805563169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.308Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.308Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.308Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "aai-ml",
  "timestamp": 1653805562906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.308Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.309Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.309Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "clamp",
  "timestamp": 1653805563169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.309Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.309Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.309Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "aai-ml",
  "timestamp": 1653805562906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "clamp",
  "timestamp": 1653805563169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "aai-ml",
  "timestamp": 1653805562906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "aai-ml",
  "timestamp": 1653805562906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "aai-ml",
  "timestamp": 1653805570749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "clamp",
  "timestamp": 1653805575489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.312Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.312Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "clamp",
  "timestamp": 1653805578492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:29:01.312Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.312Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.312Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "clamp",
  "timestamp": 1653805579496,
  "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-05-29T06:29:01.318Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:29:01.318Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:29:01.334Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.335Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "aai-ml",
  "timestamp": 1653805585888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:29:01.339Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.339Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.339Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "aai-ml",
  "timestamp": 1653805586891,
  "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-05-29T06:29:01.356Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:29:01.356Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:29:30.665Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:29:30.683Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:29:30.696Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:29:30.696Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:29:30.697Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:29:30.697Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:29:30.697Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:29:30.697Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:29:30.698Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:29:30.698Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:29:30.698Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:29:30.698Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:29:30.698Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-05-29T06:29:30.709Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:30:00.710Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:30:00.721Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532 and serviceModelVersionId: 06584685-de8f-4046-965d-9974fc9b38b4
2022-05-29T06:30:00.721Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82
2022-05-29T06:30:00.723Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0
2022-05-29T06:30:00.732Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:30:00.825Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0|INFO|500||Invoke
2022-05-29T06:30:00.826Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a15948fb-2ae4-412f-a3c8-6beb7c9ac532], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2e924b83-a118-4b27-8ab4-fd1efd8ea6c6], X-ECOMP-RequestID=[a15948fb-2ae4-412f-a3c8-6beb7c9ac532], X-TransactionId=[], X-ONAP-RequestID=[a15948fb-2ae4-412f-a3c8-6beb7c9ac532], Content-Type=[application/merge-patch+json]}
2022-05-29T06:30:00.872Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-29T06:30:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:30:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:30:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:30:01.244Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:01.245Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.246Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805622477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:30:01.247Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.247Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.252Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:30:01.252Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:30:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:30:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:30:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:30:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:30:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:30:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:30:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-29T06:30:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:30:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:30:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:30:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805623525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:30:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:30:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805635388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:30:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805641939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:30:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805643532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:30:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805644932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:30:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805646476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:30:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805647490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:30:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805648505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:30:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805649514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:30:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.537Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?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/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220529-06:30:00:082-51029], vertex-id=[192728], Content-Length=[0], Date=[Sun, 29 May 2022 06:30:00 GMT], Content-Type=[application/json]}
2022-05-29T06:30:01.537Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:30:01.538Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0|INFO|500||InvokeReturn
2022-05-29T06:30:01.540Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:30:01.540Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-05-29T06:30:01.548Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-05-29T06:30:01.549Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a15948fb-2ae4-412f-a3c8-6beb7c9ac532 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:30:01.549Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:30:01.550Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:01.553Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:01.553Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805801549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:30:01.653Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:30:01.655Z||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-05-29T06:30:01.655Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:01.670Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:01.671Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-29T06:30:02.573Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:30:02.574Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-05-29T06:30:02.575Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:30:07.054Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:07.055Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-29T06:30:07.055Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"388be8f4-2f48-4136-bb18-efb0a055e8d9","serviceName":"vFW 2022-05-29 06-26-17","serviceVersion":"1.0","serviceUUID":"ab4f092c-918a-464a-be6e-b6347781f651","serviceDescription":"catalog service description","serviceInvariantUUID":"28ff2ce5-9886-4e07-b688-3472f4d153e1","resources":[{"resourceInstanceName":"vFW 00f1fd20-bbfe 0","resourceName":"vFW 00f1fd20-bbfe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2884f60a-4951-4ea4-9d79-00a10f9281d9","resourceInvariantUUID":"b388c40b-3424-45ce-8922-88cadf80ede1","resourceCustomizationUUID":"0fae7649-5df6-4f1c-8f5a-765a782abce1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml","artifactChecksum":"ZTBkM2UyOGE5NWU0YWMwNjZlYzA4MWQ5YzY0YjQ1ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c8b37eb-b908-4b8b-ae27-6c7dd841bc72","artifactVersion":"1"},{"artifactName":"vfw00f1fd20bbfe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json","artifactChecksum":"MTQzNDE2NzJjYWUxZjQxYWJhMDcxYWE2MGFmYTQxMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9795c0b7-a758-44a5-964a-8bce8c977c7c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6f21f8b2-2955-42c2-aec8-60cfabb10682","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml","artifactChecksum":"MTk0NDlkZWM5YmQ2ZDIwNzZlMjY2YzU1YTViYmU5YmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51f18165-c751-4956-b884-22f2ea4d571a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"00a11aea-766d-4209-8e7a-e6a83b7863eb","artifactVersion":"2","generatedFromUUID":"6f21f8b2-2955-42c2-aec8-60cfabb10682"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220529062617-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml","artifactChecksum":"ZmJkNmE0NmI5OGUwNjcwZDQ0OTA2MTYzYWRhOTkxNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c53c04d6-59a0-4a43-aca2-e02a25d7ff31","artifactVersion":"1"},{"artifactName":"service-Vfw20220529062617-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar","artifactChecksum":"M2VjZTFiOTQ0ZGVlOTA0YzkyNjViZDk0M2RiMGQ3ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72fa9d28-d2b2-49b6-9cd8-88d71080ccb7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:30:07.066Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:07.067Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:07.077Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:07.080Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:30:07.177Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:30:07.178Z||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-05-29T06:30:07.178Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:07.197Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:07.197Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:30:08.084Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:08.085Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:08.114Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:08.114Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:30:08.189Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-05-29T06:30:08.191Z||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-05-29T06:30:08.192Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:08.208Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:08.209Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:09.115Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:09.117Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:09.124Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:09.125Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:30:09.223Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T06:30:09.225Z||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-05-29T06:30:09.225Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:09.244Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:09.245Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:10.126Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:10.127Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:10.130Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:10.130Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:30:10.230Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:30:10.232Z||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-05-29T06:30:10.232Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:10.248Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:10.250Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:11.131Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:11.132Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:11.135Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:11.135Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-29T06:30:11.235Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:30:11.236Z||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-05-29T06:30:11.236Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:11.251Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:11.251Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:12.136Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:12.137Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:12.140Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:12.140Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:30:12.240Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:30:12.242Z||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-05-29T06:30:12.242Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:12.259Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:12.260Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:13.141Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:13.142Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:13.145Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:13.146Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:30:13.246Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:30:13.248Z||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-05-29T06:30:13.248Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:13.272Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:13.273Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:14.148Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "serviceName": "vFW 2022-05-29 06-26-17",
  "serviceVersion": "1.0",
  "serviceUUID": "ab4f092c-918a-464a-be6e-b6347781f651",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "28ff2ce5-9886-4e07-b688-3472f4d153e1",
  "resources": [
    {
      "resourceInstanceName": "vFW 00f1fd20-bbfe 0",
      "resourceCustomizationUUID": "0fae7649-5df6-4f1c-8f5a-765a782abce1",
      "resourceName": "vFW 00f1fd20-bbfe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2884f60a-4951-4ea4-9d79-00a10f9281d9",
      "resourceInvariantUUID": "b388c40b-3424-45ce-8922-88cadf80ede1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw00f1fd20bbfe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
          "artifactChecksum": "MTQzNDE2NzJjYWUxZjQxYWJhMDcxYWE2MGFmYTQxMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9795c0b7-a758-44a5-964a-8bce8c977c7c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6f21f8b2-2955-42c2-aec8-60cfabb10682",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "00a11aea-766d-4209-8e7a-e6a83b7863eb",
            "generatedFromUUID": "6f21f8b2-2955-42c2-aec8-60cfabb10682"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "00a11aea-766d-4209-8e7a-e6a83b7863eb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220529062617-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
      "artifactChecksum": "M2VjZTFiOTQ0ZGVlOTA0YzkyNjViZDk0M2RiMGQ3ZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72fa9d28-d2b2-49b6-9cd8-88d71080ccb7"
    }
  ],
  "workloadContext": "Production"
}
2022-05-29T06:30:14.149Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:30:14.149Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab4f092c-918a-464a-be6e-b6347781f651 ASDC
2022-05-29T06:30:14.150Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:388be8f4-2f48-4136-bb18-efb0a055e8d9
ServiceName:vFW 2022-05-29 06-26-17
ServiceVersion:1.0
ServiceUUID:ab4f092c-918a-464a-be6e-b6347781f651
ServiceInvariantUUID:28ff2ce5-9886-4e07-b688-3472f4d153e1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220529062617-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar
ArtifactUUID:72fa9d28-d2b2-49b6-9cd8-88d71080ccb7
ArtifactChecksum:M2VjZTFiOTQ0ZGVlOTA0YzkyNjViZDk0M2RiMGQ3ZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 00f1fd20-bbfe 0
ResourceCustomizationUUID:0fae7649-5df6-4f1c-8f5a-765a782abce1
ResourceInvariantUUID:b388c40b-3424-45ce-8922-88cadf80ede1
ResourceName:vFW 00f1fd20-bbfe
ResourceType:VF
ResourceUUID:2884f60a-4951-4ea4-9d79-00a10f9281d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw00f1fd20bbfe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json
ArtifactUUID:9795c0b7-a758-44a5-964a-8bce8c977c7c
ArtifactChecksum:MTQzNDE2NzJjYWUxZjQxYWJhMDcxYWE2MGFmYTQxMGI=
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/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml
ArtifactUUID:6f21f8b2-2955-42c2-aec8-60cfabb10682
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/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
ArtifactUUID:00a11aea-766d-4209-8e7a-e6a83b7863eb
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/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
ArtifactUUID:00a11aea-766d-4209-8e7a-e6a83b7863eb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-29T06:30:14.150Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab4f092c-918a-464a-be6e-b6347781f651 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-05-29T06:30:14.204Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:30:14.205Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:30:14.205Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:30:14.205Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 72fa9d28-d2b2-49b6-9cd8-88d71080ccb7 from URL: /sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:14.206Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:30:14.207Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:14.561Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:30:14.583Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar 72fa9d28-d2b2-49b6-9cd8-88d71080ccb7 99029
2022-05-29T06:30:14.584Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar ASDC sendASDCNotification
2022-05-29T06:30:14.584Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:14.584Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:30:14.585Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:14.590Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:14.590Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805814584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:30:14.692Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:30:14.693Z||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-05-29T06:30:14.694Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:14.710Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:14.711Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:15.591Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:30:15.593Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:30:15.593Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 72fa9d28-d2b2-49b6-9cd8-88d71080ccb7, URL: /sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar to file: /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:15.594Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220529062617-csar.csar
2022-05-29T06:30:15.596Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:15.596Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:15.969Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8591762780931868769/Definitions/service-Vfw20220529062617-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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-05-29T06:30:20.120Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:30:20.121Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-29T06:30:20.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-29T06:30:20.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.124Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 00f1fd20-bbfe 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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.124Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.124Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.124Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.124Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.125Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-29T06:30:20.125Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.125Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.126Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:20.126Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-29T06:30:20.126Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:30:20.127Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.127Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.129Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:20.129Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-29T06:30:20.130Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:30:20.131Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.131Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.132Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.132Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:20.133Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:20.133Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:30:20.133Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.133Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.134Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:30:20.134Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.134Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:20.134Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:30:20.134Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:30:20.135Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.135Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.135Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:30:20.136Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.136Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:30:20.137Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.137Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-29T06:30:20.137Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.138Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:30:20.138Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.139Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:20.139Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:20.139Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.140Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:20.140Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:20.140Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.140Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:20.141Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:20.141Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.141Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:20.142Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:20.142Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-29T06:30:20.142Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:20.142Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:30:20.142Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.144Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2ade14cc-0706-4b28-8a5f-ffa3f7d647a7
2022-05-29T06:30:20.144Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.144Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:20.144Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:20.145Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:30:20.145Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.145Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.146Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:30:20.146Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.146Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:20.146Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-29T06:30:20.147Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:30:20.147Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.147Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:30:20.147Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.147Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87d54678-e151-4135-8df5-2e14ce062077
2022-05-29T06:30:20.148Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.148Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:20.148Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:20.149Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:30:20.153Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.154Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.154Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:30:20.155Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.155Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:20.157Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:30:20.157Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:30:20.158Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.158Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.158Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-29T06:30:20.159Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=22148b77-ff76-4d55-93c7-614846102263
2022-05-29T06:30:20.159Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.159Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.160Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.160Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.160Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:20.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-29 06-26-17
Description:catalog service description
Model UUID:ab4f092c-918a-464a-be6e-b6347781f651
Model Version:NULL
Model InvariantUuid:28ff2ce5-9886-4e07-b688-3472f4d153e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 00f1fd20-bbfe
Model UUID:0e2f9dcb-c41b-4e6c-aa4c-2c30ef386001
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b388c40b-3424-45ce-8922-88cadf80ede1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0fae7649-5df6-4f1c-8f5a-765a782abce1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0d0f61f8-a9ec-4bab-83fe-7784290e33ec
ModelName:Vfw00f1fd20Bbfe..base_vfw..module-0
ModelUuid:8f106761-2fab-4e99-b101-c75e7a7d21f1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2ade14cc-0706-4b28-8a5f-ffa3f7d647a7
ModelInvariantUuid:a258eac1-3ec9-4465-85e2-2b58f746dcf0
ModelName:vFW 00f1fd20-bbfe-nodes.vfwCvfc
ModelUuid:e88e7285-fbca-4db6-b6f0-39b852fa3819
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:032040df-c11d-429f-98d1-6788153c9236
ModelInvariantUuid:4bd53b7a-f45b-4602-b140-f45681ff453d
ModelName:Vfw00f1fd20Bbfe.compute.nodes.heat.vfw
ModelUuid:7fb25641-704f-4eac-8170-07312a5fd848
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:87d54678-e151-4135-8df5-2e14ce062077
ModelInvariantUuid:98bbb00f-d602-48ea-b6f5-d120d04c122e
ModelName:vFW 00f1fd20-bbfe-nodes.vsnCvfc
ModelUuid:dd99b445-cc38-4203-b424-644f213a86da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9e18148a-1366-4737-bf54-31e39dd3bd1b
ModelInvariantUuid:62be0a84-b2cb-4679-8e70-a7fc06993ea8
ModelName:Vfw00f1fd20Bbfe.compute.nodes.heat.vsn
ModelUuid:359c6201-36c4-4433-80b9-c7d31c8f2a35
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:22148b77-ff76-4d55-93c7-614846102263
ModelInvariantUuid:5e05c5ef-1600-42ea-b35a-43d7514f305a
ModelName:vFW 00f1fd20-bbfe-nodes.vpgCvfc
ModelUuid:b3681fc6-868b-4177-a36e-8ec90b302771
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a770feac-864d-430b-b24b-9e63af25fef0
ModelInvariantUuid:1d2b0c9b-4b88-4688-b90a-f268bf9819aa
ModelName:Vfw00f1fd20Bbfe.compute.nodes.heat.vpg
ModelUuid:fed2415e-9625-42d1-89bd-7db084e07269
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-05-29T06:30:20.187Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2884f60a-4951-4ea4-9d79-00a10f9281d9
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-05-29T06:30:20.198Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||vFW 00f1fd20-bbfe 0
2022-05-29T06:30:20.199Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2884f60a-4951-4ea4-9d79-00a10f9281d9
2022-05-29T06:30:20.199Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9795c0b7-a758-44a5-964a-8bce8c977c7c from URL: /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json
2022-05-29T06:30:20.199Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:30:20.199Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json
2022-05-29T06:30:20.674Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:30:20.675Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json 9795c0b7-a758-44a5-964a-8bce8c977c7c 785
2022-05-29T06:30:20.675Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json ASDC sendASDCNotification
2022-05-29T06:30:20.675Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json
2022-05-29T06:30:20.675Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:30:20.676Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:20.678Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:20.678Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805820675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:30:20.779Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:30:20.780Z||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-05-29T06:30:20.780Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:20.802Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:20.803Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:21.679Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw00f1fd20Bbfe..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0d0f61f8-a9ec-4bab-83fe-7784290e33ec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f106761-2fab-4e99-b101-c75e7a7d21f1",
    "vfModuleModelCustomizationUUID": "6934010c-ee7b-4fde-af70-9dab1ad56c02",
    "isBase": true,
    "artifacts": [
      "6f21f8b2-2955-42c2-aec8-60cfabb10682",
      "00a11aea-766d-4209-8e7a-e6a83b7863eb"
    ],
    "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-05-29T06:30:21.686Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw00f1fd20Bbfe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f106761-2fab-4e99-b101-c75e7a7d21f1
VfModuleModelInvariantUUID:0d0f61f8-a9ec-4bab-83fe-7784290e33ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f21f8b2-2955-42c2-aec8-60cfabb10682
,
00a11aea-766d-4209-8e7a-e6a83b7863eb

}
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-05-29T06:30:21.690Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw00f1fd20Bbfe..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0d0f61f8-a9ec-4bab-83fe-7784290e33ec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f106761-2fab-4e99-b101-c75e7a7d21f1",
    "vfModuleModelCustomizationUUID": "6934010c-ee7b-4fde-af70-9dab1ad56c02",
    "isBase": true,
    "artifacts": [
      "6f21f8b2-2955-42c2-aec8-60cfabb10682",
      "00a11aea-766d-4209-8e7a-e6a83b7863eb"
    ],
    "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-05-29T06:30:21.691Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw00f1fd20Bbfe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f106761-2fab-4e99-b101-c75e7a7d21f1
VfModuleModelInvariantUUID:0d0f61f8-a9ec-4bab-83fe-7784290e33ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f21f8b2-2955-42c2-aec8-60cfabb10682
,
00a11aea-766d-4209-8e7a-e6a83b7863eb

}
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-05-29T06:30:21.693Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6f21f8b2-2955-42c2-aec8-60cfabb10682 from URL: /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml
2022-05-29T06:30:21.693Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:30:21.695Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml
2022-05-29T06:30:21.970Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:30:21.972Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml 6f21f8b2-2955-42c2-aec8-60cfabb10682 20368
2022-05-29T06:30:21.972Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-29T06:30:21.973Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml
2022-05-29T06:30:21.973Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:30:21.974Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:21.990Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:21.990Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805821972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:30:22.077Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-05-29T06:30:22.079Z||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-05-29T06:30:22.079Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:22.096Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:22.096Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:22.991Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 00a11aea-766d-4209-8e7a-e6a83b7863eb from URL: /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
2022-05-29T06:30:22.991Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:30:22.992Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
2022-05-29T06:30:23.532Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:30:23.533Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env 00a11aea-766d-4209-8e7a-e6a83b7863eb 2098
2022-05-29T06:30:23.534Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-29T06:30:23.534Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
2022-05-29T06:30:23.534Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:30:23.534Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:23.539Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:23.539Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805823534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:30:23.640Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:30:23.643Z||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-05-29T06:30:23.643Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:23.662Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:23.663Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:24.540Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ab4f092c-918a-464a-be6e-b6347781f651
2022-05-29T06:30:24.541Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 00f1fd20-bbfe 0 2884f60a-4951-4ea4-9d79-00a10f9281d9 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-05-29T06:30:24.573Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32386077, org.onap.sdc.toscaparser.api.parameters.Input@7fcb4a27, org.onap.sdc.toscaparser.api.parameters.Input@4f271803, org.onap.sdc.toscaparser.api.parameters.Input@149eb92b, org.onap.sdc.toscaparser.api.parameters.Input@65d45817]
2022-05-29T06:30:24.576Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.577Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:24.579Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-05-29T06:30:24.579Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 0fae7649-5df6-4f1c-8f5a-765a782abce1
2022-05-29T06:30:24.579Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fae7649-5df6-4f1c-8f5a-765a782abce1 matches Tosca VF Customization UUID: 0fae7649-5df6-4f1c-8f5a-765a782abce1
2022-05-29T06:30:24.580Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 0fae7649-5df6-4f1c-8f5a-765a782abce1  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-05-29T06:30:24.585Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.592Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:24.594Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 0fae7649-5df6-4f1c-8f5a-765a782abce1: {\"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-05-29T06:30:24.595Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56cde3c3
2022-05-29T06:30:24.596Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.596Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:30:24.597Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6934010c-ee7b-4fde-af70-9dab1ad56c02
2022-05-29T06:30:24.597Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6934010c-ee7b-4fde-af70-9dab1ad56c02
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-05-29T06:30:24.607Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.611Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:24.612Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:24.613Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.613Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:24.614Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:24.614Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.615Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:24.615Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:24.616Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-29T06:30:24.621Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:24.622Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:30:24.622Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:30:24.622Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:24.623Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:24.623Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:30:24.623Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:24.624Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:30:24.624Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:24.624Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2ade14cc-0706-4b28-8a5f-ffa3f7d647a7
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-05-29T06:30:24.633Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.634Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:24.634Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:24.635Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.635Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:24.636Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:24.636Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:30:24.637Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:24.637Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:24.638Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:30:24.638Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:24.638Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:24.639Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-29T06:30:24.639Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:30:24.639Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:24.640Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:30:24.640Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:24.641Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87d54678-e151-4135-8df5-2e14ce062077
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-05-29T06:30:24.646Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.646Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:24.647Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:24.647Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.648Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:24.648Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:24.649Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:30:24.649Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:24.649Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:24.650Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:30:24.650Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:24.650Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:24.651Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:30:24.651Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:30:24.651Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:24.652Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:24.652Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-29T06:30:24.652Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=22148b77-ff76-4d55-93c7-614846102263
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-05-29T06:30:24.657Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.658Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:24.658Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:24.660Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.660Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:24.661Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=0fae7649-5df6-4f1c-8f5a-765a782abce1
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-05-29T06:30:24.666Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.666Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:24.667Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ab4f092c-918a-464a-be6e-b6347781f651: vFW 00f1fd20-bbfe
2022-05-29T06:30:24.668Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.668Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:24.668Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.669Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:24.669Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.669Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:24.670Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.670Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:24.670Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:30:24.671Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:24.671Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-05-29 06-26-17 
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-05-29T06:30:25.045Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 00f1fd20-bbfe 2884f60a-4951-4ea4-9d79-00a10f9281d9 1 ASDC deployResourceStructure
2022-05-29T06:30:25.046Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json ASDC sendASDCNotification
2022-05-29T06:30:25.047Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json
2022-05-29T06:30:25.047Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:30:25.047Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:25.053Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:25.053Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805825046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:30:25.153Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:30:25.154Z||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-05-29T06:30:25.154Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:25.176Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:25.178Z||pool-46-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:30:26.054Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-29T06:30:26.055Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml
2022-05-29T06:30:26.055Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:30:26.056Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:26.061Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:26.061Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805826054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:30:26.161Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:30:26.163Z||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-05-29T06:30:26.163Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:26.178Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:26.179Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:27.062Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-29T06:30:27.062Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
2022-05-29T06:30:27.062Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:30:27.063Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:27.066Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:27.066Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805827062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:30:27.165Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:30:27.166Z||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-05-29T06:30:27.166Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:27.184Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:27.184Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:30:28.067Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar ASDC sendASDCNotification
2022-05-29T06:30:28.067Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:28.067Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:30:28.068Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:28.071Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:28.071Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805828066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:30:28.172Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:30:28.173Z||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-05-29T06:30:28.174Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:28.190Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:30:28.191Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:29.072Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 388be8f4-2f48-4136-bb18-efb0a055e8d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:30:29.090Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 388be8f4-2f48-4136-bb18-efb0a055e8d9
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-05-29T06:30:29.095Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:30:29.096Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:30:29.096Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:30:59.096Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 388be8f4-2f48-4136-bb18-efb0a055e8d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:30:59.114Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 388be8f4-2f48-4136-bb18-efb0a055e8d9
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-05-29T06:30:59.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:30:59.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:30:59.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:31:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:31:01.206Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:31:01.206Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:31:01.248Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:31:01.250Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.250Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "policy-id",
  "timestamp": 1653805733622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.252Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.252Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.252Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "cds",
  "timestamp": 1653805740691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.252Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "clamp",
  "timestamp": 1653805743169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "policy-id",
  "timestamp": 1653805733622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "cds",
  "timestamp": 1653805740691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805743311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "clamp",
  "timestamp": 1653805743169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "aai-ml",
  "timestamp": 1653805742906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "policy-id",
  "timestamp": 1653805733622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "cds",
  "timestamp": 1653805740691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805743311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "clamp",
  "timestamp": 1653805743169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.263Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.264Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "aai-ml",
  "timestamp": 1653805742906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.264Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.265Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.265Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "policy-id",
  "timestamp": 1653805733622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.266Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.266Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.266Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "cds",
  "timestamp": 1653805740691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.266Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.267Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.267Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805743311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.267Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.267Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.268Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "aai-ml",
  "timestamp": 1653805742906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.268Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.268Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.269Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "clamp",
  "timestamp": 1653805743169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.269Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.269Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.270Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "policy-id",
  "timestamp": 1653805733622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.271Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.272Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.272Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "cds",
  "timestamp": 1653805740691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.272Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.273Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.273Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805743311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.274Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.274Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.274Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "clamp",
  "timestamp": 1653805743169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.275Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.275Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.275Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "aai-ml",
  "timestamp": 1653805742906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.276Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.276Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.277Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "policy-id",
  "timestamp": 1653805733622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.278Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.278Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.278Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "cds",
  "timestamp": 1653805740691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.279Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.279Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.279Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805743311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.280Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.280Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.280Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "aai-ml",
  "timestamp": 1653805742906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.281Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.281Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.281Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "clamp",
  "timestamp": 1653805743169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.282Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.282Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.282Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "policy-id",
  "timestamp": 1653805733622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.283Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.283Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.283Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "cds",
  "timestamp": 1653805740691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805743311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.285Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.285Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.285Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "clamp",
  "timestamp": 1653805743169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.286Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.286Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.286Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "aai-ml",
  "timestamp": 1653805742906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.286Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.287Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.287Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "policy-id",
  "timestamp": 1653805749144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:31:01.287Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.288Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.288Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "cds",
  "timestamp": 1653805749780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:31:01.288Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.288Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.289Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805743311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.289Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.289Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.290Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "aai-ml",
  "timestamp": 1653805742906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.290Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.290Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.291Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805750370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.291Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.291Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.291Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "policy-id",
  "timestamp": 1653805750149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:31:01.292Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.292Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.292Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "cds",
  "timestamp": 1653805750787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-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-05-29T06:31:01.304Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 388be8f4-2f48-4136-bb18-efb0a055e8d9
2022-05-29T06:31:01.305Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388be8f4-2f48-4136-bb18-efb0a055e8d9 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-05-29T06:31:01.326Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.326Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805751269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:31:01.327Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.327Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.327Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "aai-ml",
  "timestamp": 1653805750754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:31:01.327Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.327Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.327Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805750370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.328Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.328Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.328Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "policy-id",
  "timestamp": 1653805751153,
  "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-05-29T06:31:01.338Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 388be8f4-2f48-4136-bb18-efb0a055e8d9
2022-05-29T06:31:01.339Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388be8f4-2f48-4136-bb18-efb0a055e8d9 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-05-29T06:31:01.352Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.353Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805752473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:31:01.353Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.353Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.353Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805750370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.354Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.354Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.354Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805750370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.354Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.354Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.355Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805753760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:31:01.355Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.355Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.355Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805750370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.355Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.356Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.356Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805754793,
  "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-05-29T06:31:01.364Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 388be8f4-2f48-4136-bb18-efb0a055e8d9
2022-05-29T06:31:01.364Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388be8f4-2f48-4136-bb18-efb0a055e8d9 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-05-29T06:31:01.375Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.375Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805750370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.375Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.376Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.376Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653805755796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:31:01.376Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.376Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.377Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "clamp",
  "timestamp": 1653805756516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:31:01.377Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.377Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.377Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653805750370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.377Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.378Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.378Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "clamp",
  "timestamp": 1653805758525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:31:01.378Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.378Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.378Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "clamp",
  "timestamp": 1653805759529,
  "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-05-29T06:31:01.387Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 388be8f4-2f48-4136-bb18-efb0a055e8d9
2022-05-29T06:31:01.388Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388be8f4-2f48-4136-bb18-efb0a055e8d9 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-05-29T06:31:01.402Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.403Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805761691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.403Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.403Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.403Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805761691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.404Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.404Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.404Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805761691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.405Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.406Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.406Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "aai-ml",
  "timestamp": 1653805764292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:31:01.406Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.406Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.406Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805761691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.407Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.407Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.407Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "aai-ml",
  "timestamp": 1653805765296,
  "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-05-29T06:31:01.418Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 388be8f4-2f48-4136-bb18-efb0a055e8d9
2022-05-29T06:31:01.419Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388be8f4-2f48-4136-bb18-efb0a055e8d9 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-05-29T06:31:01.443Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.443Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805761691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.444Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.445Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.445Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805761691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:31:01.445Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.445Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.445Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805761691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:31:01.446Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:31:01.446Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.446Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805769726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:31:01.446Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.446Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.447Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805773164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:31:01.447Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:31:01.447Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:31:01.447Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653805774169,
  "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-05-29T06:31:01.455Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 388be8f4-2f48-4136-bb18-efb0a055e8d9
2022-05-29T06:31:01.455Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388be8f4-2f48-4136-bb18-efb0a055e8d9 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-05-29T06:31:29.125Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 388be8f4-2f48-4136-bb18-efb0a055e8d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:31:29.151Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 388be8f4-2f48-4136-bb18-efb0a055e8d9
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-05-29T06:31:29.160Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:31:29.160Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:31:29.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:31:29.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:31:29.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:31:29.162Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:31:29.162Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:31:29.162Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:31:29.163Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:31:29.163Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:31:29.163Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T06:31:29.171Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:31:59.172Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 388be8f4-2f48-4136-bb18-efb0a055e8d9 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-05-29T06:31:59.180Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 388be8f4-2f48-4136-bb18-efb0a055e8d9 and serviceModelVersionId: ab4f092c-918a-464a-be6e-b6347781f651
2022-05-29T06:31:59.180Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28ff2ce5-9886-4e07-b688-3472f4d153e1
2022-05-29T06:31:59.182Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28ff2ce5-9886-4e07-b688-3472f4d153e1/model-vers/model-ver/ab4f092c-918a-464a-be6e-b6347781f651?depth=0
2022-05-29T06:31:59.187Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:31:59.267Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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/28ff2ce5-9886-4e07-b688-3472f4d153e1/model-vers/model-ver/ab4f092c-918a-464a-be6e-b6347781f651?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-05-29T06:31:59.269Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28ff2ce5-9886-4e07-b688-3472f4d153e1/model-vers/model-ver/ab4f092c-918a-464a-be6e-b6347781f651?depth=0|INFO|500||Invoke
2022-05-29T06:31:59.303Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28ff2ce5-9886-4e07-b688-3472f4d153e1/model-vers/model-ver/ab4f092c-918a-464a-be6e-b6347781f651?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-29T06:31:59.660Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28ff2ce5-9886-4e07-b688-3472f4d153e1/model-vers/model-ver/ab4f092c-918a-464a-be6e-b6347781f651?depth=0|INFO|500||InvokeReturn
2022-05-29T06:31:59.663Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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/28ff2ce5-9886-4e07-b688-3472f4d153e1/model-vers/model-ver/ab4f092c-918a-464a-be6e-b6347781f651?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220529-06:31:58:509-99138], vertex-id=[204824], Content-Length=[0], Date=[Sun, 29 May 2022 06:31:58 GMT], Content-Type=[application/json]}
2022-05-29T06:31:59.663Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:31:59.665Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:31:59.666Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T06:31:59.675Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T06:31:59.676Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 388be8f4-2f48-4136-bb18-efb0a055e8d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:31:59.676Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:31:59.677Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:31:59.682Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:31:59.683Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805919676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:31:59.783Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:31:59.784Z||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-05-29T06:31:59.784Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:31:59.806Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:31:59.808Z||pool-50-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-29T06:32:00.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:32:00.699Z||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-05-29T06:32:00.699Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:32:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:32:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:32:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:32:01.247Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:32:01.248Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:32:01.248Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805801549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:32:01.249Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:32:10.251Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:32:10.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:32:10.253Z||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-05-29T06:32:10.253Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:32:19.802Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:32:19.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:32:19.803Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-29T06:32:19.803Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ild9c9EupdsupmEe) ...
2022-05-29T06:32:29.350Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:32:29.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:32:29.352Z||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-05-29T06:32:29.352Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:32:38.906Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:32:38.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:32:38.909Z||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-05-29T06:32:38.910Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:32:48.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:32:48.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:32:48.461Z||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-05-29T06:32:48.461Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:32:58.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:32:58.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:32:58.014Z||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-05-29T06:32:58.014Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:33:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:33:01.205Z||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-05-29T06:33:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:33:01.274Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:33:01.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:33:01.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:33:01.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:33:01.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:33:01.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:33:01.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:33:01.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:33:01.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:33:01.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-29T06:33:01.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:33:01.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:33:01.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:33:01.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805802573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:33:01.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:33:01.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805814584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:33:01.282Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:33:01.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805820675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:33:01.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:33:01.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805821972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:33:01.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:33:01.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805823534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:33:01.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:33:01.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805825046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:33:01.285Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:33:01.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805826054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:33:01.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:33:01.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805827062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:33:01.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:33:01.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:33:01.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805828066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:33:01.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:33:07.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:33:07.568Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:33:07.569Z||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-05-29T06:33:07.569Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:33:17.120Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:34:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:34:01.204Z||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-05-29T06:34:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:34:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:34:01.204Z||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-05-29T06:34:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:34:01.751Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:34:01.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:34:01.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653805919676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:34:01.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:34:10.770Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:35:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:35:01.201Z||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-05-29T06:35:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:35:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:35:01.205Z||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-05-29T06:35:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:35:10.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:35:10.766Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:36:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:36:01.201Z||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-05-29T06:36:01.201Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:36:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:36:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:36:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:36:10.763Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:36:10.763Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:37:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:37:01.202Z||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-05-29T06:37:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:37:01.204Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:37:01.206Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T06:37:01.206Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:37:10.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:37:10.769Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:38:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:38:01.204Z||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-05-29T06:38:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:38:01.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:38:01.210Z||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-05-29T06:38:01.210Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:38:01.883Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:38:01.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "clamp",
  "timestamp": 1653806253169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:38:01.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:01.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806250371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:38:01.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:01.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "cds",
  "timestamp": 1653806250691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:38:01.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:01.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "aai-ml",
  "timestamp": 1653806252906,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:38:01.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:01.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "clamp",
  "timestamp": 1653806253169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:38:01.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:01.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "cds",
  "timestamp": 1653806250691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:38:01.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:01.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806250371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:38:01.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:01.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "policy-id",
  "timestamp": 1653806253622,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:38:01.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:01.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "aai-ml",
  "timestamp": 1653806252906,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:38:01.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:01.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "policy-id",
  "timestamp": 1653806253622,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:38:01.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:38:01.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:01.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "cds",
  "timestamp": 1653806256338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:38:01.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e0a6989-d20b-4596-9b32-600c409446d8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9427470b-a1d8-4aed-a364-79577430baa5","serviceDescription":"service","serviceInvariantUUID":"2a284924-472b-4ae8-8002-2a200789ab0e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2a5292ef-4c23-4e2e-b5b9-831cdfc0aa13","resourceInvariantUUID":"828226e5-ee33-41e9-bc93-0952ac9c5e07","resourceCustomizationUUID":"10e78d3b-a4ad-4c29-ac03-a32e96f244fb","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":"MDczN2Q3MjBkNTgyMWU0NmVmN2YzOGRjMDQ1M2ZmZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"923c9b85-e3b5-48ad-a289-86e585ca1423","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjBmNzRlZTFhNDVlYzg0Y2ViMDBmMGRhNmQ5ZGFlZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"456f3284-e810-4227-848e-15286c1af4ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:38:01.913Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:38:01.914Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:38:01.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:38:01.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "aai-ml",
  "timestamp": 1653806256101,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:38:01.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:38:01.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:01.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "cds",
  "timestamp": 1653806257346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-05-29T06:38:01.961Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:38:01.962Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806281200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:38:02.049Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e0a6989-d20b-4596-9b32-600c409446d8
2022-05-29T06:38:02.050Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0a6989-d20b-4596-9b32-600c409446d8 and ComponentName cds
2022-05-29T06:38:02.066Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-05-29T06:38:02.082Z||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-05-29T06:38:02.082Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-29T06:38:02.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "policy-id",
  "timestamp": 1653806256773,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:38:02.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:38:02.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "policy-id",
  "timestamp": 1653806257777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:38:02.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:38:02.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "policy-id",
  "timestamp": 1653806258780,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-05-29T06:38:02.130Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:38:02.132Z||pool-51-thread-1|||||INFO|500||cambria reply ok (66 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=?
2022-05-29T06:38:02.146Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e0a6989-d20b-4596-9b32-600c409446d8
2022-05-29T06:38:02.147Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0a6989-d20b-4596-9b32-600c409446d8 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-05-29T06:38:02.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "aai-ml",
  "timestamp": 1653806262167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:38:02.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:38:02.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "aai-ml",
  "timestamp": 1653806263171,
  "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-05-29T06:38:02.213Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e0a6989-d20b-4596-9b32-600c409446d8
2022-05-29T06:38:02.214Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0a6989-d20b-4596-9b32-600c409446d8 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-05-29T06:38:02.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806263311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:38:02.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:02.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806263311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:38:02.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:02.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "clamp",
  "timestamp": 1653806267595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:38:02.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:38:02.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "clamp",
  "timestamp": 1653806269600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:38:02.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:38:02.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "clamp",
  "timestamp": 1653806270606,
  "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-05-29T06:38:02.326Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e0a6989-d20b-4596-9b32-600c409446d8
2022-05-29T06:38:02.326Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0a6989-d20b-4596-9b32-600c409446d8 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-05-29T06:38:02.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806271691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:38:02.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:02.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806271691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:38:02.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:38:02.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806274828,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:38:02.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:38:02.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806276474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:38:02.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:38:02.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-29T06:38:02.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806277478,
  "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-05-29T06:38:02.387Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e0a6989-d20b-4596-9b32-600c409446d8
2022-05-29T06:38:02.388Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0a6989-d20b-4596-9b32-600c409446d8 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-05-29T06:38:02.965Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:38:02.966Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:38:02.977Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:38:02.977Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806281200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:38:03.077Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:38:03.079Z||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-05-29T06:38:03.079Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:38:03.101Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:38:03.102Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:38:03.978Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "9427470b-a1d8-4aed-a364-79577430baa5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2a284924-472b-4ae8-8002-2a200789ab0e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "10e78d3b-a4ad-4c29-ac03-a32e96f244fb",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "2a5292ef-4c23-4e2e-b5b9-831cdfc0aa13",
      "resourceInvariantUUID": "828226e5-ee33-41e9-bc93-0952ac9c5e07",
      "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": "MjBmNzRlZTFhNDVlYzg0Y2ViMDBmMGRhNmQ5ZGFlZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "456f3284-e810-4227-848e-15286c1af4ac"
    }
  ],
  "workloadContext": "Production"
}
2022-05-29T06:38:03.979Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:38:03.979Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9427470b-a1d8-4aed-a364-79577430baa5 ASDC
2022-05-29T06:38:03.981Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9e0a6989-d20b-4596-9b32-600c409446d8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9427470b-a1d8-4aed-a364-79577430baa5
ServiceInvariantUUID:2a284924-472b-4ae8-8002-2a200789ab0e
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:456f3284-e810-4227-848e-15286c1af4ac
ArtifactChecksum:MjBmNzRlZTFhNDVlYzg0Y2ViMDBmMGRhNmQ5ZGFlZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:10e78d3b-a4ad-4c29-ac03-a32e96f244fb
ResourceInvariantUUID:828226e5-ee33-41e9-bc93-0952ac9c5e07
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2a5292ef-4c23-4e2e-b5b9-831cdfc0aa13
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-29T06:38:03.984Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9427470b-a1d8-4aed-a364-79577430baa5 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-05-29T06:38:04.135Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:38:04.138Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:38:04.138Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:38:04.139Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 456f3284-e810-4227-848e-15286c1af4ac from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-29T06:38:04.139Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:38:04.140Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-29T06:38:04.356Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:38:04.362Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 456f3284-e810-4227-848e-15286c1af4ac 52508
2022-05-29T06:38:04.362Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-29T06:38:04.363Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-29T06:38:04.363Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:38:04.364Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:38:04.380Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:38:04.381Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806284362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:38:04.478Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:38:04.480Z||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-05-29T06:38:04.481Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:38:04.511Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:38:04.512Z||pool-53-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:38:05.383Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:38:05.384Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:38:05.413Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 456f3284-e810-4227-848e-15286c1af4ac, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-29T06:38:05.414Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-29T06:38:05.415Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-29T06:38:05.416Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-29T06:38:05.725Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9608257674938703164/Definitions/service-BasicNetwork-template.yml
2022-05-29T06:38:06.913Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:38:06.914Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-29T06:38:06.914Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-29T06:38:06.914Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-29T06:38:06.914Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||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-05-29T06:38:06.915Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||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-05-29T06:38:06.915Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||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-05-29T06:38:06.915Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||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-05-29T06:38:06.915Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-29T06:38:06.915Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||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-05-29T06:38:06.915Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||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-05-29T06:38:06.915Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||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-05-29T06:38:06.916Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-29T06:38:06.916Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.916Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:06.917Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-29T06:38:06.918Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-29T06:38:06.918Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:38:06.918Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.918Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:06.918Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-29T06:38:06.919Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-29T06:38:06.919Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:38:06.919Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.919Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:06.919Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.919Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:06.920Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.920Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:06.920Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.920Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:06.921Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.921Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:06.921Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:9427470b-a1d8-4aed-a364-79577430baa5
Model Version:NULL
Model InvariantUuid:2a284924-472b-4ae8-8002-2a200789ab0e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:828226e5-ee33-41e9-bc93-0952ac9c5e07
Model UUID:25f60255-bffc-4113-9345-d12a717a92fa
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:10e78d3b-a4ad-4c29-ac03-a32e96f244fb
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-05-29T06:38:06.951Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 2a5292ef-4c23-4e2e-b5b9-831cdfc0aa13
2022-05-29T06:38:06.952Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||No resources found for Service: 9427470b-a1d8-4aed-a364-79577430baa5
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-05-29T06:38:06.966Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||
2022-05-29T06:38:06.967Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-29T06:38:06.969Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 9427470b-a1d8-4aed-a364-79577430baa5
2022-05-29T06:38:06.969Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9427470b-a1d8-4aed-a364-79577430baa5
2022-05-29T06:38:06.970Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-29T06:38:06.970Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||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-05-29T06:38:06.979Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b428aeb, org.onap.sdc.toscaparser.api.parameters.Input@512b7222, org.onap.sdc.toscaparser.api.parameters.Input@2091f7d2, org.onap.sdc.toscaparser.api.parameters.Input@7f5702fd, org.onap.sdc.toscaparser.api.parameters.Input@201dca2e]
2022-05-29T06:38:06.982Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.983Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:06.983Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.983Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:06.984Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9427470b-a1d8-4aed-a364-79577430baa5: Generic NeutronNet
2022-05-29T06:38:06.984Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.984Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:06.984Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:06.985Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||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-05-29T06:38:07.075Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:07.075Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:07.076Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:07.076Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:07.077Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:38:07.077Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:38:07.077Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||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-05-29T06:38:07.229Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-29T06:38:07.230Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-29T06:38:07.230Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-29T06:38:07.231Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:38:07.231Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:38:07.241Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:38:07.242Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806287230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:38:07.343Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:38:07.346Z||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-05-29T06:38:07.347Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:38:07.379Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:38:07.380Z||pool-54-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:38:08.243Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e0a6989-d20b-4596-9b32-600c409446d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:38:08.288Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e0a6989-d20b-4596-9b32-600c409446d8
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-05-29T06:38:08.314Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:38:08.315Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:38:08.315Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:38:08.316Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:38:08.316Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:38:08.316Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:38:08.317Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:38:08.318Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:38:08.331Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:38:08.341Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:38:08.342Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-29T06:38:08.353Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:38:38.353Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e0a6989-d20b-4596-9b32-600c409446d8 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-05-29T06:38:38.362Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e0a6989-d20b-4596-9b32-600c409446d8 and serviceModelVersionId: 9427470b-a1d8-4aed-a364-79577430baa5
2022-05-29T06:38:38.362Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a284924-472b-4ae8-8002-2a200789ab0e
2022-05-29T06:38:38.364Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a284924-472b-4ae8-8002-2a200789ab0e/model-vers/model-ver/9427470b-a1d8-4aed-a364-79577430baa5?depth=0
2022-05-29T06:38:38.380Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:38:38.499Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a284924-472b-4ae8-8002-2a200789ab0e/model-vers/model-ver/9427470b-a1d8-4aed-a364-79577430baa5?depth=0|INFO|500||Invoke
2022-05-29T06:38:38.500Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a284924-472b-4ae8-8002-2a200789ab0e/model-vers/model-ver/9427470b-a1d8-4aed-a364-79577430baa5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a284924-472b-4ae8-8002-2a200789ab0e/model-vers/model-ver/9427470b-a1d8-4aed-a364-79577430baa5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e0a6989-d20b-4596-9b32-600c409446d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[737ccfcf-3d4f-4fec-a5ac-764fe3ec73ac], X-ECOMP-RequestID=[9e0a6989-d20b-4596-9b32-600c409446d8], X-TransactionId=[], X-ONAP-RequestID=[9e0a6989-d20b-4596-9b32-600c409446d8], Content-Type=[application/merge-patch+json]}
2022-05-29T06:38:38.532Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a284924-472b-4ae8-8002-2a200789ab0e/model-vers/model-ver/9427470b-a1d8-4aed-a364-79577430baa5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-29T06:38:39.238Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a284924-472b-4ae8-8002-2a200789ab0e/model-vers/model-ver/9427470b-a1d8-4aed-a364-79577430baa5?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/2a284924-472b-4ae8-8002-2a200789ab0e/model-vers/model-ver/9427470b-a1d8-4aed-a364-79577430baa5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220529-06:38:37:735-68404], vertex-id=[184360], Content-Length=[0], Date=[Sun, 29 May 2022 06:38:37 GMT], Content-Type=[application/json]}
2022-05-29T06:38:39.243Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a284924-472b-4ae8-8002-2a200789ab0e/model-vers/model-ver/9427470b-a1d8-4aed-a364-79577430baa5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:38:39.244Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a284924-472b-4ae8-8002-2a200789ab0e/model-vers/model-ver/9427470b-a1d8-4aed-a364-79577430baa5?depth=0|INFO|500||InvokeReturn
2022-05-29T06:38:39.245Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:38:39.245Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-29T06:38:39.256Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-29T06:38:39.257Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e0a6989-d20b-4596-9b32-600c409446d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:38:39.257Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:38:39.257Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:38:39.260Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:38:39.261Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806319257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:38:39.360Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:38:39.362Z||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-05-29T06:38:39.362Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:38:39.408Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:38:39.409Z||pool-55-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-29T06:39:01.200Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:39:01.202Z|9e0a6989-d20b-4596-9b32-600c409446d8|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-05-29T06:39:01.202Z|9e0a6989-d20b-4596-9b32-600c409446d8|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:39:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:39:01.205Z||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-05-29T06:39:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:39:01.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:01.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:39:01.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806281200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:39:01.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:39:01.866Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:01.867Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-29T06:39:01.868Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d781585-7ea5-4be2-9f0a-bd83341cd2e3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"21b0188c-46f6-49f5-96dc-3c0dc2f7fb08","serviceDescription":"service","serviceInvariantUUID":"90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1987114-b8e5-4516-bb2f-54094d42379d","resourceInvariantUUID":"4d1f875b-1fb4-4037-8c4c-e82f708715c7","resourceCustomizationUUID":"69b88734-470e-4eb9-9b0b-31403346ab7d","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":"ZjAwMDY1MjdmMDE5ODI2YzRmNTYyMjg1MjhiMTdhZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02a1e649-20cf-4c46-a7ed-ec80d57aef1b","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":"OGNmYmIzN2E0MzU5MzZhZTZiMTNhNzkyNjAxNjk0NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75f28766-0c01-4feb-88c6-d0bd03893f0c","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":"ad05f711-5e2c-4742-bc5c-53e629016c19","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":"939d1fd6-ecc5-457c-bda8-04913487ee93","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":"e71a1f86-0749-4c08-bd61-94b18b77ccec","artifactVersion":"2","generatedFromUUID":"ad05f711-5e2c-4742-bc5c-53e629016c19"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTVkZDM4MDhlMTAwNTEzNzU0YjhhM2U5NTM2ZWYxYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2b873e0-414b-410c-85f8-e28b3d1e06a2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTMyOTE1Njk2NmNmOTU3Y2E5MzA0N2Q0ZjgxZDAxZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d355da2-b061-48dc-9b98-c4971006e491","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:39:01.871Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:39:01.872Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:01.875Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:01.875Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:39:01.975Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:39:01.976Z||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-05-29T06:39:01.976Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:01.998Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:01.998Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:02.876Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:39:02.879Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:02.882Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:02.882Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:39:02.982Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:39:02.983Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:39:02.983Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:03.004Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:03.006Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:03.883Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:39:03.884Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:03.887Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:03.887Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:39:03.987Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:39:03.989Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:39:03.990Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:04.011Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:04.012Z||pool-58-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:04.889Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:39:04.893Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:04.897Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:04.898Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:39:04.997Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:39:04.998Z||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-05-29T06:39:04.999Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:05.029Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:05.030Z||pool-59-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:05.899Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:39:05.900Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:05.921Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:05.927Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-29T06:39:06.025Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T06:39:06.026Z||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-05-29T06:39:06.029Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:06.047Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:06.047Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:06.933Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:39:06.937Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:06.941Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:06.942Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:39:07.052Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-05-29T06:39:07.054Z||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-05-29T06:39:07.054Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:07.085Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:07.086Z||pool-61-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:07.943Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:39:07.944Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:07.947Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:07.947Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:39:08.047Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:39:08.048Z||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-05-29T06:39:08.048Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:08.097Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:08.098Z||pool-62-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:08.948Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "21b0188c-46f6-49f5-96dc-3c0dc2f7fb08",
  "serviceDescription": "service",
  "serviceInvariantUUID": "90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "69b88734-470e-4eb9-9b0b-31403346ab7d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d1987114-b8e5-4516-bb2f-54094d42379d",
      "resourceInvariantUUID": "4d1f875b-1fb4-4037-8c4c-e82f708715c7",
      "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": "OGNmYmIzN2E0MzU5MzZhZTZiMTNhNzkyNjAxNjk0NGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "75f28766-0c01-4feb-88c6-d0bd03893f0c",
          "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": "ad05f711-5e2c-4742-bc5c-53e629016c19",
          "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": "e71a1f86-0749-4c08-bd61-94b18b77ccec",
            "generatedFromUUID": "ad05f711-5e2c-4742-bc5c-53e629016c19"
          },
          "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": "e71a1f86-0749-4c08-bd61-94b18b77ccec",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTMyOTE1Njk2NmNmOTU3Y2E5MzA0N2Q0ZjgxZDAxZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d355da2-b061-48dc-9b98-c4971006e491"
    }
  ],
  "workloadContext": "Production"
}
2022-05-29T06:39:08.949Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:39:08.949Z|9e0a6989-d20b-4596-9b32-600c409446d8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 21b0188c-46f6-49f5-96dc-3c0dc2f7fb08 ASDC
2022-05-29T06:39:08.950Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8d781585-7ea5-4be2-9f0a-bd83341cd2e3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:21b0188c-46f6-49f5-96dc-3c0dc2f7fb08
ServiceInvariantUUID:90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79
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:9d355da2-b061-48dc-9b98-c4971006e491
ArtifactChecksum:NTMyOTE1Njk2NmNmOTU3Y2E5MzA0N2Q0ZjgxZDAxZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:69b88734-470e-4eb9-9b0b-31403346ab7d
ResourceInvariantUUID:4d1f875b-1fb4-4037-8c4c-e82f708715c7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d1987114-b8e5-4516-bb2f-54094d42379d
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:75f28766-0c01-4feb-88c6-d0bd03893f0c
ArtifactChecksum:OGNmYmIzN2E0MzU5MzZhZTZiMTNhNzkyNjAxNjk0NGE=
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:ad05f711-5e2c-4742-bc5c-53e629016c19
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:e71a1f86-0749-4c08-bd61-94b18b77ccec
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:e71a1f86-0749-4c08-bd61-94b18b77ccec
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-29T06:39:08.950Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21b0188c-46f6-49f5-96dc-3c0dc2f7fb08 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-05-29T06:39:09.022Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:39:09.024Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:39:09.024Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:39:09.025Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9d355da2-b061-48dc-9b98-c4971006e491 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-29T06:39:09.026Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:39:09.027Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-29T06:39:09.551Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:39:09.565Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9d355da2-b061-48dc-9b98-c4971006e491 71072
2022-05-29T06:39:09.566Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-29T06:39:09.566Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-29T06:39:09.567Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:39:09.567Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:09.570Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:09.571Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806349566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:39:09.674Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-29T06:39:09.675Z||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-05-29T06:39:09.675Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:09.750Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:09.751Z||pool-63-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:39:10.571Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:39:10.573Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:39:10.575Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9d355da2-b061-48dc-9b98-c4971006e491, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-29T06:39:10.575Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-29T06:39:10.576Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-29T06:39:10.577Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-29T06:39:10.807Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6586597283631424672/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-05-29T06:39:13.023Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:39:13.024Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-29T06:39:13.029Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-29T06:39:13.030Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-29T06:39:13.030Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:13.031Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:13.031Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-29T06:39:13.031Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:13.032Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-29T06:39:13.032Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-29T06:39:13.032Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-29T06:39:13.032Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:13.032Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-29T06:39:13.033Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-29T06:39:13.033Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.033Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:13.034Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-29T06:39:13.034Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-29T06:39:13.035Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:39:13.035Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.036Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:13.036Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-29T06:39:13.036Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-29T06:39:13.037Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:39:13.037Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.038Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:13.038Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.038Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-29T06:39:13.039Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-29T06:39:13.039Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-29T06:39:13.039Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-29T06:39:13.040Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-29T06:39:13.040Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-29T06:39:13.041Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.041Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:39:13.042Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.042Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-29T06:39:13.042Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:39:13.043Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.044Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-29T06:39:13.044Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:39:13.044Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.045Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-29T06:39:13.045Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:39:13.046Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.046Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-29T06:39:13.047Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-29T06:39:13.047Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-29T06:39:13.047Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=36cd5d36-b7f5-4b49-8623-d60e79ea51a6
2022-05-29T06:39:13.048Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.048Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:13.049Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.049Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:13.050Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.050Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:13.050Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:13.051Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:13.051Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:21b0188c-46f6-49f5-96dc-3c0dc2f7fb08
Model Version:NULL
Model InvariantUuid:90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:aacbf086-1715-4504-8a78-66c1368fbb3f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d1f875b-1fb4-4037-8c4c-e82f708715c7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:69b88734-470e-4eb9-9b0b-31403346ab7d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cae86869-0411-4a5e-93a8-292f81c660ed
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0269dfd9-2747-41c6-b566-467931f5c1a4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:36cd5d36-b7f5-4b49-8623-d60e79ea51a6
ModelInvariantUuid:491da040-7744-4764-b407-64436cc216cf
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c027a1cc-c9f3-4f9a-8361-ebcde8a0938c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:02213816-c82f-4a0a-a148-f5264db973eb
ModelInvariantUuid:004ecf6d-177e-4aad-89ad-ed8b070b7027
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:20c6097b-eadf-4734-b5a9-12b3311cd72e
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-05-29T06:39:13.068Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d1987114-b8e5-4516-bb2f-54094d42379d
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-05-29T06:39:13.074Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-05-29T06:39:13.074Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1987114-b8e5-4516-bb2f-54094d42379d
2022-05-29T06:39:13.074Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 75f28766-0c01-4feb-88c6-d0bd03893f0c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-29T06:39:13.075Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:39:13.075Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:13.290Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:39:13.291Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 75f28766-0c01-4feb-88c6-d0bd03893f0c 787
2022-05-29T06:39:13.292Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:13.292Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:13.292Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:39:13.293Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:13.300Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:13.301Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806353292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:39:13.412Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-05-29T06:39:13.416Z||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-05-29T06:39:13.417Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:13.457Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:13.458Z||pool-64-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:14.301Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cae86869-0411-4a5e-93a8-292f81c660ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0269dfd9-2747-41c6-b566-467931f5c1a4",
    "vfModuleModelCustomizationUUID": "54aae545-3c57-45ea-91b8-d3ed721183e4",
    "isBase": true,
    "artifacts": [
      "ad05f711-5e2c-4742-bc5c-53e629016c19",
      "e71a1f86-0749-4c08-bd61-94b18b77ccec"
    ],
    "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-05-29T06:39:14.322Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0269dfd9-2747-41c6-b566-467931f5c1a4
VfModuleModelInvariantUUID:cae86869-0411-4a5e-93a8-292f81c660ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad05f711-5e2c-4742-bc5c-53e629016c19
,
e71a1f86-0749-4c08-bd61-94b18b77ccec

}
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-05-29T06:39:14.333Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cae86869-0411-4a5e-93a8-292f81c660ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0269dfd9-2747-41c6-b566-467931f5c1a4",
    "vfModuleModelCustomizationUUID": "54aae545-3c57-45ea-91b8-d3ed721183e4",
    "isBase": true,
    "artifacts": [
      "ad05f711-5e2c-4742-bc5c-53e629016c19",
      "e71a1f86-0749-4c08-bd61-94b18b77ccec"
    ],
    "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-05-29T06:39:14.333Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0269dfd9-2747-41c6-b566-467931f5c1a4
VfModuleModelInvariantUUID:cae86869-0411-4a5e-93a8-292f81c660ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad05f711-5e2c-4742-bc5c-53e629016c19
,
e71a1f86-0749-4c08-bd61-94b18b77ccec

}
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-05-29T06:39:14.333Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ad05f711-5e2c-4742-bc5c-53e629016c19 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-29T06:39:14.333Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:39:14.334Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:14.498Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:39:14.499Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ad05f711-5e2c-4742-bc5c-53e629016c19 5033
2022-05-29T06:39:14.499Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:14.499Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:14.500Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:39:14.500Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:14.503Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:14.504Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806354499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:39:14.603Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:39:14.604Z||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-05-29T06:39:14.605Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:14.647Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:14.648Z||pool-65-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:15.505Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e71a1f86-0749-4c08-bd61-94b18b77ccec from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-29T06:39:15.508Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:39:15.508Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:15.772Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:39:15.773Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e71a1f86-0749-4c08-bd61-94b18b77ccec 903
2022-05-29T06:39:15.774Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:15.774Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:15.775Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:39:15.775Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:15.780Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:15.781Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806355774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:39:15.883Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:39:15.884Z||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-05-29T06:39:15.884Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:15.922Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:15.923Z||pool-66-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:39:16.782Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 21b0188c-46f6-49f5-96dc-3c0dc2f7fb08
2022-05-29T06:39:16.783Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d1987114-b8e5-4516-bb2f-54094d42379d 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-05-29T06:39:16.807Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d47afa4, org.onap.sdc.toscaparser.api.parameters.Input@30721bb4, org.onap.sdc.toscaparser.api.parameters.Input@7de245bc, org.onap.sdc.toscaparser.api.parameters.Input@4befaf6b, org.onap.sdc.toscaparser.api.parameters.Input@5bc5033d]
2022-05-29T06:39:16.809Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.810Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:16.810Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-05-29T06:39:16.810Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 69b88734-470e-4eb9-9b0b-31403346ab7d
2022-05-29T06:39:16.810Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69b88734-470e-4eb9-9b0b-31403346ab7d matches Tosca VF Customization UUID: 69b88734-470e-4eb9-9b0b-31403346ab7d
2022-05-29T06:39:16.812Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 69b88734-470e-4eb9-9b0b-31403346ab7d  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-05-29T06:39:16.816Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.816Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:16.818Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 69b88734-470e-4eb9-9b0b-31403346ab7d: {\"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-05-29T06:39:16.818Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22c8083b
2022-05-29T06:39:16.818Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.818Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:39:16.819Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54aae545-3c57-45ea-91b8-d3ed721183e4
2022-05-29T06:39:16.819Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54aae545-3c57-45ea-91b8-d3ed721183e4
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-05-29T06:39:16.823Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.824Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-29T06:39:16.824Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:39:16.824Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.825Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-29T06:39:16.825Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:39:16.825Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.826Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-29T06:39:16.826Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-29T06:39:16.826Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-29T06:39:16.826Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=36cd5d36-b7f5-4b49-8623-d60e79ea51a6
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-05-29T06:39:16.834Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.834Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-29T06:39:16.835Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:39:16.836Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.836Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-29T06:39:16.836Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=69b88734-470e-4eb9-9b0b-31403346ab7d
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-05-29T06:39:16.840Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.840Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:16.841Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 21b0188c-46f6-49f5-96dc-3c0dc2f7fb08: basic_vm
2022-05-29T06:39:16.841Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.841Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:16.842Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.842Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:16.842Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.843Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:16.843Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.843Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:16.844Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:39:16.846Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:39:16.846Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:17.099Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d1987114-b8e5-4516-bb2f-54094d42379d 1 ASDC deployResourceStructure
2022-05-29T06:39:17.100Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:17.100Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:17.100Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:39:17.100Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:17.107Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:17.107Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806357100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:39:17.206Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-29T06:39:17.207Z||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-05-29T06:39:17.207Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:17.241Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:17.242Z||pool-67-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:39:18.109Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:18.110Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:18.110Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:39:18.111Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:18.114Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:18.114Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806358109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:39:18.213Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:39:18.215Z||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-05-29T06:39:18.215Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:18.234Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:18.235Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:19.115Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:19.116Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||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-05-29T06:39:19.116Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:39:19.119Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:19.124Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:19.125Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806359115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:39:19.224Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:39:19.225Z||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-05-29T06:39:19.225Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:19.255Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:19.256Z||pool-69-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:39:20.126Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-29T06:39:20.127Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-29T06:39:20.127Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:39:20.127Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:39:20.141Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:39:20.142Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806360126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:39:20.235Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-05-29T06:39:20.237Z||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-05-29T06:39:20.238Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:39:20.274Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:39:20.275Z||pool-70-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:39:21.146Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:39:21.179Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
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-05-29T06:39:21.187Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:39:21.187Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:39:21.187Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:39:51.188Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:39:51.253Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
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-05-29T06:39:51.258Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:39:51.259Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:39:51.259Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:40:01.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:40:01.213Z||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-05-29T06:40:01.215Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:40:01.272Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:40:01.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806281200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:40:01.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:40:01.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806284362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:40:01.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:40:01.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806287230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:40:01.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:40:01.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0a6989-d20b-4596-9b32-600c409446d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806319257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:40:01.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:40:01.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806331691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:40:01.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:40:01.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "policy-id",
  "timestamp": 1653806333622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:40:01.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:40:01.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806330371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:40:01.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:40:01.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806331691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:40:01.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:40:01.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "policy-id",
  "timestamp": 1653806333622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:40:01.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:40:01.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806330371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:40:01.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:40:01.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:40:01.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806331691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:40:01.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:40:21.259Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:40:21.275Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
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-05-29T06:40:21.281Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:40:21.282Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:40:21.282Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:40:51.284Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:40:51.339Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
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-05-29T06:40:51.357Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:40:51.357Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:40:51.358Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:41:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:41:01.205Z||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-05-29T06:41:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:41:01.261Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:41:01.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:41:01.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "policy-id",
  "timestamp": 1653806333622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:41:01.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:41:01.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:41:01.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806330371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:41:01.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:41:21.358Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:41:21.410Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
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-05-29T06:41:21.431Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:41:21.431Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:41:21.432Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:41:51.437Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:41:51.457Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
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-05-29T06:41:51.461Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:41:51.461Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:41:51.462Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:42:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:42:01.205Z||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-05-29T06:42:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:42:01.270Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:42:01.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806331691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806330371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "policy-id",
  "timestamp": 1653806333622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "cds",
  "timestamp": 1653806340691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806331691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "policy-id",
  "timestamp": 1653806333622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806330371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "cds",
  "timestamp": 1653806340691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806331691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "clamp",
  "timestamp": 1653806343169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "policy-id",
  "timestamp": 1653806333622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806330371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "cds",
  "timestamp": 1653806340691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806343311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806331691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "clamp",
  "timestamp": 1653806343169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "policy-id",
  "timestamp": 1653806333622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806330371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "aai-ml",
  "timestamp": 1653806342906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "cds",
  "timestamp": 1653806340691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806343311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "clamp",
  "timestamp": 1653806343169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "aai-ml",
  "timestamp": 1653806342906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "cds",
  "timestamp": 1653806340691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806343311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806346031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "clamp",
  "timestamp": 1653806343169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "policy-id",
  "timestamp": 1653806345581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "aai-ml",
  "timestamp": 1653806342906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "cds",
  "timestamp": 1653806340691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806343311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806341200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "clamp",
  "timestamp": 1653806343169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "policy-id",
  "timestamp": 1653806346585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:42:01.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "aai-ml",
  "timestamp": 1653806342906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "cds",
  "timestamp": 1653806340691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806343311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "clamp",
  "timestamp": 1653806343169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "policy-id",
  "timestamp": 1653806347586,
  "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-05-29T06:42:01.340Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
2022-05-29T06:42:01.342Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d781585-7ea5-4be2-9f0a-bd83341cd2e3 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-05-29T06:42:01.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "aai-ml",
  "timestamp": 1653806342906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806348441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:42:01.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806349566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806343311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "cds",
  "timestamp": 1653806349021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "clamp",
  "timestamp": 1653806343169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "aai-ml",
  "timestamp": 1653806342906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806349457,
  "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-05-29T06:42:01.400Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
2022-05-29T06:42:01.400Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d781585-7ea5-4be2-9f0a-bd83341cd2e3 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-05-29T06:42:01.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806343311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "cds",
  "timestamp": 1653806350027,
  "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=?
2022-05-29T06:42:01.434Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
2022-05-29T06:42:01.434Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d781585-7ea5-4be2-9f0a-bd83341cd2e3 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-05-29T06:42:01.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "aai-ml",
  "timestamp": 1653806342906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806351374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "aai-ml",
  "timestamp": 1653806351025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806353292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806352574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806354499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806353974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806355774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806355047,
  "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-05-29T06:42:01.498Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
2022-05-29T06:42:01.498Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d781585-7ea5-4be2-9f0a-bd83341cd2e3 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-05-29T06:42:01.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806356052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:42:01.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806357100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:42:01.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806358109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:42:01.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806359115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:42:01.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806360126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:42:01.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "clamp",
  "timestamp": 1653806362600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:42:01.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "aai-ml",
  "timestamp": 1653806361964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:42:01.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "aai-ml",
  "timestamp": 1653806362967,
  "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-05-29T06:42:01.559Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
2022-05-29T06:42:01.560Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d781585-7ea5-4be2-9f0a-bd83341cd2e3 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-05-29T06:42:01.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "clamp",
  "timestamp": 1653806364609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:42:01.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:42:01.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "clamp",
  "timestamp": 1653806365612,
  "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-05-29T06:42:01.599Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
2022-05-29T06:42:01.599Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d781585-7ea5-4be2-9f0a-bd83341cd2e3 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-05-29T06:42:01.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806391692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "cds",
  "timestamp": 1653806385691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806390371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806383311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806391692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "cds",
  "timestamp": 1653806385691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806390371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806383311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806391692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "cds",
  "timestamp": 1653806385691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806390371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806383311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806393622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806391692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "cds",
  "timestamp": 1653806385691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806383311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806390371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806393622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806391692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806390371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806383311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "cds",
  "timestamp": 1653806385691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806393622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806383311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "cds",
  "timestamp": 1653806385691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806390371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806391692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806393622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806390371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806391692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806383311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "cds",
  "timestamp": 1653806385691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806393622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806383311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "cds",
  "timestamp": 1653806385691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806390371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806391692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:42:01.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:01.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:42:01.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806393622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:01.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:42:21.462Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:42:21.483Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3
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-05-29T06:42:21.496Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:42:21.497Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:42:21.498Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:42:21.498Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:42:21.498Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:42:21.499Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:42:21.499Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:42:21.499Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:42:21.499Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:42:21.500Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:42:21.500Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-29T06:42:21.517Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:42:51.521Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3 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-05-29T06:42:51.535Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d781585-7ea5-4be2-9f0a-bd83341cd2e3 and serviceModelVersionId: 21b0188c-46f6-49f5-96dc-3c0dc2f7fb08
2022-05-29T06:42:51.537Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79
2022-05-29T06:42:51.539Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79/model-vers/model-ver/21b0188c-46f6-49f5-96dc-3c0dc2f7fb08?depth=0
2022-05-29T06:42:51.558Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:42:51.668Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79/model-vers/model-ver/21b0188c-46f6-49f5-96dc-3c0dc2f7fb08?depth=0|INFO|500||Invoke
2022-05-29T06:42:51.669Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79/model-vers/model-ver/21b0188c-46f6-49f5-96dc-3c0dc2f7fb08?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79/model-vers/model-ver/21b0188c-46f6-49f5-96dc-3c0dc2f7fb08?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8d781585-7ea5-4be2-9f0a-bd83341cd2e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[785d15c6-c984-4972-9feb-cba5a6c82000], X-ECOMP-RequestID=[8d781585-7ea5-4be2-9f0a-bd83341cd2e3], X-TransactionId=[], X-ONAP-RequestID=[8d781585-7ea5-4be2-9f0a-bd83341cd2e3], Content-Type=[application/merge-patch+json]}
2022-05-29T06:42:51.711Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79/model-vers/model-ver/21b0188c-46f6-49f5-96dc-3c0dc2f7fb08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-29T06:42:52.406Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79/model-vers/model-ver/21b0188c-46f6-49f5-96dc-3c0dc2f7fb08?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/90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79/model-vers/model-ver/21b0188c-46f6-49f5-96dc-3c0dc2f7fb08?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220529-06:42:50:914-10526], vertex-id=[205016], Content-Length=[0], Date=[Sun, 29 May 2022 06:42:50 GMT], Content-Type=[application/json]}
2022-05-29T06:42:52.407Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79/model-vers/model-ver/21b0188c-46f6-49f5-96dc-3c0dc2f7fb08?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:42:52.408Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90eb1dc8-c2c8-41cf-ae16-d7fc9135eb79/model-vers/model-ver/21b0188c-46f6-49f5-96dc-3c0dc2f7fb08?depth=0|INFO|500||InvokeReturn
2022-05-29T06:42:52.409Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:42:52.410Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-29T06:42:52.420Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-29T06:42:52.420Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d781585-7ea5-4be2-9f0a-bd83341cd2e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:42:52.421Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:42:52.421Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:42:52.425Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:42:52.425Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806572421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:42:52.526Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:42:52.529Z||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-05-29T06:42:52.530Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:42:52.570Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:42:52.571Z||pool-71-thread-1|||||INFO|500||cambria reply ok (45 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-05-29T06:42:53.483Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:42:53.484Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|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-05-29T06:42:53.484Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:42:58.062Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:42:58.064Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-29T06:42:58.064Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0d89dd4-a035-4fc6-a932-f5992a98b6d0","serviceName":"Demo_pNF_xlxR6bqSACspFUIiaX5x","serviceVersion":"1.0","serviceUUID":"1554bf6d-01c8-4752-a28a-3ec3487cfdce","serviceDescription":"catalog service description","serviceInvariantUUID":"8d692f78-e684-402f-b226-09f67e492580","resources":[{"resourceInstanceName":"pNF dd688b73-01ed 0","resourceName":"pNF dd688b73-01ed","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7d56fbd0-81d4-459a-a3ce-e60b1ce2d87a","resourceInvariantUUID":"014d8949-a5d7-4e4b-8c06-87b6596d725b","resourceCustomizationUUID":"ca30641d-8ac7-4c5e-8a78-2d24b1baa65b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vf-license-model.xml","artifactChecksum":"M2ZlOTc1MWViODRhMzlhYTAzYTQ5YWNlMGMxNmUxOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1032a114-7846-49f5-aeb7-e2572de9849c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/pNF.csar","artifactChecksum":"ZDNmYjFiMmU4YmIyYWNlMTYyMDI4MjkzYTdiZmUzMWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f1ccc9f-c02a-4864-81e3-9db6e7945017","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7c7842c-e85c-4d69-8954-d55158238d03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vendor-license-model.xml","artifactChecksum":"OWZiOWI4OTY5Njc5MGJkMDY0ZmMyN2M0ODQxYWQ3ZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e29a857-441e-4168-9ed4-2e92f34a97fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b9bcd3b-4303-43eb-aff9-9ae781e706d5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81c445e2-2096-4e9d-a981-7472b77f8fa2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml","artifactChecksum":"ODRhOGI1NGZkYzE2MWU0Yjg1NWY2YjVmMWI1NGU3YjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"efbff03c-e7c5-472b-accc-633434667393","artifactVersion":"1"},{"artifactName":"service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar","artifactChecksum":"ZGRjNGM4M2UyM2E4OTEzMGFkYjA4NDg2MDQxOTY0MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21b78bc0-ca1a-48b0-9468-637c229ca549","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:42:58.068Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:42:58.068Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:42:58.074Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:42:58.075Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:58.177Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:42:58.179Z||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-05-29T06:42:58.179Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:42:58.205Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:42:58.206Z||pool-72-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:42:59.075Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:42:59.077Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:42:59.082Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:42:59.082Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:42:59.182Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:42:59.184Z||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-05-29T06:42:59.184Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:42:59.202Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:42:59.203Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:00.083Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:00.083Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:00.086Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:00.086Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:00.187Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:43:00.189Z||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-05-29T06:43:00.189Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:00.225Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:00.228Z||pool-74-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:43:01.087Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:01.094Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:01.100Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:01.100Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.206Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:43:01.207Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-05-29T06:43:01.208Z||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-05-29T06:43:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:43:01.208Z||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-05-29T06:43:01.209Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:01.252Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:01.253Z||pool-75-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:43:01.259Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:01.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806393622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806401240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "cds",
  "timestamp": 1653806401329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806402074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806393622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "cds",
  "timestamp": 1653806402336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-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-05-29T06:43:01.325Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0d89dd4-a035-4fc6-a932-f5992a98b6d0
2022-05-29T06:43:01.326Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d89dd4-a035-4fc6-a932-f5992a98b6d0 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-05-29T06:43:01.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806403289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:01.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806402471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806403137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:01.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806403170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806404294,
  "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-05-29T06:43:01.369Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a0d89dd4-a035-4fc6-a932-f5992a98b6d0
2022-05-29T06:43:01.370Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d89dd4-a035-4fc6-a932-f5992a98b6d0 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-05-29T06:43:01.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806403475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:01.403Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806402906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806404141,
  "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-05-29T06:43:01.422Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0d89dd4-a035-4fc6-a932-f5992a98b6d0
2022-05-29T06:43:01.423Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d89dd4-a035-4fc6-a932-f5992a98b6d0 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-05-29T06:43:01.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806403170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "policy-id",
  "timestamp": 1653806404478,
  "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-05-29T06:43:01.466Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0d89dd4-a035-4fc6-a932-f5992a98b6d0
2022-05-29T06:43:01.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d89dd4-a035-4fc6-a932-f5992a98b6d0 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-05-29T06:43:01.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806402906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806403170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806402906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806403170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806402906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806403170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806402906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806403170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806402906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806403170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806402906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806403170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806402906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806411818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.499Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806417118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:01.499Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "aai-ml",
  "timestamp": 1653806418122,
  "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-05-29T06:43:01.520Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0d89dd4-a035-4fc6-a932-f5992a98b6d0
2022-05-29T06:43:01.520Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d89dd4-a035-4fc6-a932-f5992a98b6d0 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-05-29T06:43:01.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806422612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806424632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:01.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "clamp",
  "timestamp": 1653806425635,
  "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-05-29T06:43:01.587Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0d89dd4-a035-4fc6-a932-f5992a98b6d0
2022-05-29T06:43:01.588Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d89dd4-a035-4fc6-a932-f5992a98b6d0 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-05-29T06:43:01.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806421692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806423312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806421692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806423312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806421692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806423312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806430370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806421692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806423312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806430370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806421692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806430691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806423312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806430370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806421692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806430691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806423312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806433169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806430370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806421692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806430691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806423312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806432906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806433169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806430370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806421692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806430691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806423312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806433622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806433169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806432906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806430370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806421692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806430691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806423312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806433622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806433169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806432906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806430370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806430691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806436524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806436733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806433622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806432906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806433169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806430370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806430691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806437812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806433622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806433169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806432906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653806430370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806430691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806439076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806438873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:01.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806433622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806432906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806433169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806430691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653806439877,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-29T06:43:01.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e
2022-05-29T06:43:01.715Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e 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-05-29T06:43:01.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806433622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806433169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806432906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806440526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806440684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806433622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806433169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806432906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806441589,
  "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-05-29T06:43:01.756Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e
2022-05-29T06:43:01.756Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e 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-05-29T06:43:01.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "cds",
  "timestamp": 1653806441689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-29T06:43:01.787Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e
2022-05-29T06:43:01.788Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e 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-05-29T06:43:01.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806433622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:01.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806432906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653806442594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:01.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806433622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:01.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:43:01.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806442876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806443544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806444547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:01.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "policy-id",
  "timestamp": 1653806445551,
  "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-05-29T06:43:01.811Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e
2022-05-29T06:43:01.812Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e 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-05-29T06:43:01.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806454621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:01.833Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806454358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:01.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "aai-ml",
  "timestamp": 1653806455361,
  "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-05-29T06:43:01.846Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e
2022-05-29T06:43:01.846Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e 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-05-29T06:43:01.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806456630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:01.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:43:01.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:43:01.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "clamp",
  "timestamp": 1653806457633,
  "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-05-29T06:43:01.875Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e
2022-05-29T06:43:01.875Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e 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-05-29T06:43:02.101Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:02.102Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:02.119Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:02.120Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:02.206Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-05-29T06:43:02.207Z||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-05-29T06:43:02.208Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:02.248Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:02.249Z||pool-76-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:03.121Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:03.122Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:03.125Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:03.126Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:03.229Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-29T06:43:03.235Z||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-05-29T06:43:03.236Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:03.261Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:03.264Z||pool-77-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:04.126Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:04.127Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:04.140Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:04.141Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:04.242Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:43:04.243Z||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-05-29T06:43:04.243Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:04.266Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:04.267Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:43:05.142Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:05.142Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:05.146Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:05.146Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:05.245Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:43:05.246Z||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-05-29T06:43:05.246Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:05.274Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:05.275Z||pool-79-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:06.149Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "serviceName": "Demo_pNF_xlxR6bqSACspFUIiaX5x",
  "serviceVersion": "1.0",
  "serviceUUID": "1554bf6d-01c8-4752-a28a-3ec3487cfdce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8d692f78-e684-402f-b226-09f67e492580",
  "resources": [
    {
      "resourceInstanceName": "pNF dd688b73-01ed 0",
      "resourceCustomizationUUID": "ca30641d-8ac7-4c5e-8a78-2d24b1baa65b",
      "resourceName": "pNF dd688b73-01ed",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7d56fbd0-81d4-459a-a3ce-e60b1ce2d87a",
      "resourceInvariantUUID": "014d8949-a5d7-4e4b-8c06-87b6596d725b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
      "artifactChecksum": "ZGRjNGM4M2UyM2E4OTEzMGFkYjA4NDg2MDQxOTY0MzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "21b78bc0-ca1a-48b0-9468-637c229ca549"
    }
  ],
  "workloadContext": "Production"
}
2022-05-29T06:43:06.149Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:43:06.150Z|8d781585-7ea5-4be2-9f0a-bd83341cd2e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1554bf6d-01c8-4752-a28a-3ec3487cfdce ASDC
2022-05-29T06:43:06.151Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a0d89dd4-a035-4fc6-a932-f5992a98b6d0
ServiceName:Demo_pNF_xlxR6bqSACspFUIiaX5x
ServiceVersion:1.0
ServiceUUID:1554bf6d-01c8-4752-a28a-3ec3487cfdce
ServiceInvariantUUID:8d692f78-e684-402f-b226-09f67e492580
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
ArtifactUUID:21b78bc0-ca1a-48b0-9468-637c229ca549
ArtifactChecksum:ZGRjNGM4M2UyM2E4OTEzMGFkYjA4NDg2MDQxOTY0MzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dd688b73-01ed 0
ResourceCustomizationUUID:ca30641d-8ac7-4c5e-8a78-2d24b1baa65b
ResourceInvariantUUID:014d8949-a5d7-4e4b-8c06-87b6596d725b
ResourceName:pNF dd688b73-01ed
ResourceType:PNF
ResourceUUID:7d56fbd0-81d4-459a-a3ce-e60b1ce2d87a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-29T06:43:06.151Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1554bf6d-01c8-4752-a28a-3ec3487cfdce 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-05-29T06:43:06.192Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:43:06.193Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:43:06.193Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:43:06.193Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 21b78bc0-ca1a-48b0-9468-637c229ca549 from URL: /sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:06.193Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:43:06.193Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:06.756Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:43:06.764Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar 21b78bc0-ca1a-48b0-9468-637c229ca549 82651
2022-05-29T06:43:06.764Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar ASDC sendASDCNotification
2022-05-29T06:43:06.764Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:06.764Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:43:06.765Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:06.768Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:06.768Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806586764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:06.870Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:43:06.871Z||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-05-29T06:43:06.872Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:06.889Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:06.890Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:07.768Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:43:07.769Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:43:07.770Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 21b78bc0-ca1a-48b0-9468-637c229ca549, URL: /sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar to file: /app/ASDC/1/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:07.771Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:07.771Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:07.772Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:08.067Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16217017514892323571/Definitions/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml
2022-05-29T06:43:09.542Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:43:09.543Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-29T06:43:09.543Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:09.543Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-29T06:43:09.543Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:09.543Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:09.544Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:09.544Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:09.544Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:09.544Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dd688b73-01ed 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-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:09.544Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:09.544Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-29T06:43:09.544Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:09.545Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xlxR6bqSACspFUIiaX5x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:09.545Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Node template pNF dd688b73-01ed 0 is matching search criteria
2022-05-29T06:43:09.545Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-29T06:43:09.546Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF dd688b73-01ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:43:09.546Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:09.546Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xlxR6bqSACspFUIiaX5x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:09.546Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Node template pNF dd688b73-01ed 0 is matching search criteria
2022-05-29T06:43:09.546Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-29T06:43:09.547Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF dd688b73-01ed 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:43:09.547Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:09.547Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xlxR6bqSACspFUIiaX5x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:09.547Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:09.547Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xlxR6bqSACspFUIiaX5x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:09.548Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:09.548Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xlxR6bqSACspFUIiaX5x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:09.548Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:09.548Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xlxR6bqSACspFUIiaX5x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:09.548Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:09.549Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xlxR6bqSACspFUIiaX5x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:09.549Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_xlxR6bqSACspFUIiaX5x
Description:catalog service description
Model UUID:1554bf6d-01c8-4752-a28a-3ec3487cfdce
Model Version:NULL
Model InvariantUuid:8d692f78-e684-402f-b226-09f67e492580
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-05-29T06:43:09.575Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7d56fbd0-81d4-459a-a3ce-e60b1ce2d87a
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-05-29T06:43:09.591Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||pNF dd688b73-01ed 0
2022-05-29T06:43:09.591Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7d56fbd0-81d4-459a-a3ce-e60b1ce2d87a
2022-05-29T06:43:09.592Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 1554bf6d-01c8-4752-a28a-3ec3487cfdce
2022-05-29T06:43:09.592Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1554bf6d-01c8-4752-a28a-3ec3487cfdce
2022-05-29T06:43:09.592Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dd688b73-01ed 0 7d56fbd0-81d4-459a-a3ce-e60b1ce2d87a 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-05-29T06:43:09.622Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e3771fe, org.onap.sdc.toscaparser.api.parameters.Input@16736536, org.onap.sdc.toscaparser.api.parameters.Input@58bfb3a8, org.onap.sdc.toscaparser.api.parameters.Input@39b1c7b1, org.onap.sdc.toscaparser.api.parameters.Input@6cdcf9f8]
2022-05-29T06:43:09.623Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:09.623Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xlxR6bqSACspFUIiaX5x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:09.624Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1554bf6d-01c8-4752-a28a-3ec3487cfdce: pNF dd688b73-01ed
2022-05-29T06:43:09.624Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||Processing PNF resource: 7d56fbd0-81d4-459a-a3ce-e60b1ce2d87a
2022-05-29T06:43:09.624Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:09.625Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_xlxR6bqSACspFUIiaX5x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:09.625Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||Resource customization UUID: ca30641d-8ac7-4c5e-8a78-2d24b1baa65b is the same as notified resource customizationUUID: ca30641d-8ac7-4c5e-8a78-2d24b1baa65b
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-05-29T06:43:09.755Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dd688b73-01ed 7d56fbd0-81d4-459a-a3ce-e60b1ce2d87a 0 ASDC deployResourceStructure
2022-05-29T06:43:09.756Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar ASDC sendASDCNotification
2022-05-29T06:43:09.757Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar
2022-05-29T06:43:09.757Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:43:09.758Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:09.763Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:09.764Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806589756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:43:09.862Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:43:09.863Z||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-05-29T06:43:09.863Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:09.902Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:09.921Z||pool-81-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:10.766Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d89dd4-a035-4fc6-a932-f5992a98b6d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:43:10.793Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d89dd4-a035-4fc6-a932-f5992a98b6d0
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-05-29T06:43:10.799Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:43:10.800Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:43:10.800Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:43:10.801Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:43:10.802Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:43:10.803Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:43:10.803Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:43:10.803Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:43:10.804Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:43:10.805Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:43:10.805Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:43:10.806Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-29T06:43:10.820Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:43:40.821Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0d89dd4-a035-4fc6-a932-f5992a98b6d0 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-05-29T06:43:40.836Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0d89dd4-a035-4fc6-a932-f5992a98b6d0 and serviceModelVersionId: 1554bf6d-01c8-4752-a28a-3ec3487cfdce
2022-05-29T06:43:40.837Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8d692f78-e684-402f-b226-09f67e492580
2022-05-29T06:43:40.839Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8d692f78-e684-402f-b226-09f67e492580/model-vers/model-ver/1554bf6d-01c8-4752-a28a-3ec3487cfdce?depth=0
2022-05-29T06:43:40.846Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:43:40.918Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d692f78-e684-402f-b226-09f67e492580/model-vers/model-ver/1554bf6d-01c8-4752-a28a-3ec3487cfdce?depth=0|INFO|500||Invoke
2022-05-29T06:43:40.918Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d692f78-e684-402f-b226-09f67e492580/model-vers/model-ver/1554bf6d-01c8-4752-a28a-3ec3487cfdce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d692f78-e684-402f-b226-09f67e492580/model-vers/model-ver/1554bf6d-01c8-4752-a28a-3ec3487cfdce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a0d89dd4-a035-4fc6-a932-f5992a98b6d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7fb3353-6fe3-42fe-9f15-7fe1ea654ca3], X-ECOMP-RequestID=[a0d89dd4-a035-4fc6-a932-f5992a98b6d0], X-TransactionId=[], X-ONAP-RequestID=[a0d89dd4-a035-4fc6-a932-f5992a98b6d0], Content-Type=[application/merge-patch+json]}
2022-05-29T06:43:40.974Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d692f78-e684-402f-b226-09f67e492580/model-vers/model-ver/1554bf6d-01c8-4752-a28a-3ec3487cfdce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-29T06:43:41.584Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d692f78-e684-402f-b226-09f67e492580/model-vers/model-ver/1554bf6d-01c8-4752-a28a-3ec3487cfdce?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/8d692f78-e684-402f-b226-09f67e492580/model-vers/model-ver/1554bf6d-01c8-4752-a28a-3ec3487cfdce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220529-06:43:40:186-24051], vertex-id=[221216], Content-Length=[0], Date=[Sun, 29 May 2022 06:43:40 GMT], Content-Type=[application/json]}
2022-05-29T06:43:41.584Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d692f78-e684-402f-b226-09f67e492580/model-vers/model-ver/1554bf6d-01c8-4752-a28a-3ec3487cfdce?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:43:41.588Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d692f78-e684-402f-b226-09f67e492580/model-vers/model-ver/1554bf6d-01c8-4752-a28a-3ec3487cfdce?depth=0|INFO|500||InvokeReturn
2022-05-29T06:43:41.588Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:43:41.589Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-29T06:43:41.609Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-29T06:43:41.609Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0d89dd4-a035-4fc6-a932-f5992a98b6d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:43:41.610Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:43:41.610Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:41.614Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:41.619Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806621610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:43:41.714Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-29T06:43:41.716Z||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-05-29T06:43:41.716Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:41.737Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:41.738Z||pool-82-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-05-29T06:43:42.655Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-29T06:43:42.655Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"59c84fb7-b8e0-4463-91be-215bf3693012","serviceDescription":"service","serviceInvariantUUID":"f8c68eeb-71b2-4ef4-b639-cfdff509ee19","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dddae908-5bfd-4ba4-a93f-4584c2b2c5d2","resourceInvariantUUID":"48784768-2b62-4f9c-b874-43370e405d62","resourceCustomizationUUID":"5b3585fe-881d-4931-be86-ac884518477f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NjdmM2FhNTJiMmNmY2FmNzZiYTNiODRjNjQzMmQ5Njc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5c4141d5-fce8-44fa-859f-f1bf243a2d83","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"44f1a011-fdb6-4c57-9658-c500a07fae9d","artifactVersion":"2","generatedFromUUID":"e22d7557-b528-4663-a326-64ccc3655d7a"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e22d7557-b528-4663-a326-64ccc3655d7a","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"Y2UzOWFiNWE3MzIxNDM5NjBiZmQ3YmVjYTU3NWY2OWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"349f9b59-2cca-4756-976b-975e4b3ba16a","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"019a7cce-277e-4d1d-945e-c8b38b160a77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de1fb44a-7a28-402c-85d5-4028fba11ca3","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e181b633-4429-4175-a99e-fbfe21a6eefb","artifactVersion":"2","generatedFromUUID":"019a7cce-277e-4d1d-945e-c8b38b160a77"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmQ2YjRkN2M0MDgwNjY2NDYzYWZkMmI2ZDg0ODVmYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"61409a56-907d-4ce0-a891-c5285af5bec2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2Y5YjZjMDIwOGRhZTY0MTk3OGE2ZmYzYjIzYmFmN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3572ca70-29a7-465b-9617-c50bc54a017d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:43:42.657Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:42.657Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:42.659Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:42.659Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:42.762Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-29T06:43:42.763Z||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-05-29T06:43:42.763Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:42.780Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:42.781Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:43:43.664Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:43.666Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:43.671Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:43.672Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-29T06:43:43.772Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:43:43.773Z||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-05-29T06:43:43.773Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:43.803Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:43.804Z||pool-84-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:44.674Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:44.677Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:44.683Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:44.683Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-29T06:43:44.782Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:43:44.783Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:43:44.784Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:44.809Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:44.810Z||pool-85-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:45.685Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:45.686Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:45.689Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:45.690Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:43:45.790Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:43:45.791Z||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-05-29T06:43:45.791Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:45.821Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:45.822Z||pool-86-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:46.691Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:46.691Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:46.694Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:46.695Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:43:46.795Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:43:46.796Z||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-05-29T06:43:46.796Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:46.821Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:46.822Z||pool-87-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:43:47.696Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:47.698Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:47.702Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:47.703Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:47.803Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:43:47.804Z||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-05-29T06:43:47.805Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:47.858Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:47.859Z||pool-88-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:43:48.704Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:48.706Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:48.709Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:48.710Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-29T06:43:48.811Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:43:48.813Z||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-05-29T06:43:48.813Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:48.839Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:48.840Z||pool-89-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:43:49.717Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:49.718Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:49.723Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:49.724Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:43:49.830Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-05-29T06:43:49.831Z||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-05-29T06:43:49.832Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:49.882Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:49.882Z||pool-90-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:50.726Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:43:50.740Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:50.745Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:50.745Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:43:50.845Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:43:50.847Z||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-05-29T06:43:50.847Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:50.864Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:50.865Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:43:51.751Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "59c84fb7-b8e0-4463-91be-215bf3693012",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f8c68eeb-71b2-4ef4-b639-cfdff509ee19",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5b3585fe-881d-4931-be86-ac884518477f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dddae908-5bfd-4ba4-a93f-4584c2b2c5d2",
      "resourceInvariantUUID": "48784768-2b62-4f9c-b874-43370e405d62",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "44f1a011-fdb6-4c57-9658-c500a07fae9d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e22d7557-b528-4663-a326-64ccc3655d7a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "Y2UzOWFiNWE3MzIxNDM5NjBiZmQ3YmVjYTU3NWY2OWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "349f9b59-2cca-4756-976b-975e4b3ba16a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "019a7cce-277e-4d1d-945e-c8b38b160a77",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e181b633-4429-4175-a99e-fbfe21a6eefb",
            "generatedFromUUID": "019a7cce-277e-4d1d-945e-c8b38b160a77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e181b633-4429-4175-a99e-fbfe21a6eefb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2Y5YjZjMDIwOGRhZTY0MTk3OGE2ZmYzYjIzYmFmN2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3572ca70-29a7-465b-9617-c50bc54a017d"
    }
  ],
  "workloadContext": "Production"
}
2022-05-29T06:43:51.752Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:43:51.753Z|a0d89dd4-a035-4fc6-a932-f5992a98b6d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 59c84fb7-b8e0-4463-91be-215bf3693012 ASDC
2022-05-29T06:43:51.754Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:59c84fb7-b8e0-4463-91be-215bf3693012
ServiceInvariantUUID:f8c68eeb-71b2-4ef4-b639-cfdff509ee19
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:3572ca70-29a7-465b-9617-c50bc54a017d
ArtifactChecksum:M2Y5YjZjMDIwOGRhZTY0MTk3OGE2ZmYzYjIzYmFmN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5b3585fe-881d-4931-be86-ac884518477f
ResourceInvariantUUID:48784768-2b62-4f9c-b874-43370e405d62
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:dddae908-5bfd-4ba4-a93f-4584c2b2c5d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:44f1a011-fdb6-4c57-9658-c500a07fae9d
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:e22d7557-b528-4663-a326-64ccc3655d7a
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:349f9b59-2cca-4756-976b-975e4b3ba16a
ArtifactChecksum:Y2UzOWFiNWE3MzIxNDM5NjBiZmQ3YmVjYTU3NWY2OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:019a7cce-277e-4d1d-945e-c8b38b160a77
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:e181b633-4429-4175-a99e-fbfe21a6eefb
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:e181b633-4429-4175-a99e-fbfe21a6eefb
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-29T06:43:51.755Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59c84fb7-b8e0-4463-91be-215bf3693012 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-05-29T06:43:51.861Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:43:51.862Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:43:51.862Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:43:51.863Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3572ca70-29a7-465b-9617-c50bc54a017d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-29T06:43:51.863Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:43:51.863Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-29T06:43:53.027Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:43:53.035Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3572ca70-29a7-465b-9617-c50bc54a017d 68959
2022-05-29T06:43:53.036Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-29T06:43:53.036Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-29T06:43:53.037Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:43:53.037Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:53.040Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:53.040Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806633036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:53.157Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-05-29T06:43:53.157Z||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-05-29T06:43:53.158Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:53.172Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:53.173Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:54.040Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:43:54.042Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-29T06:43:54.043Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3572ca70-29a7-465b-9617-c50bc54a017d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-29T06:43:54.045Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-29T06:43:54.046Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-29T06:43:54.046Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-29T06:43:54.269Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10502654291136539957/Definitions/service-BasicCnf-template.yml
2022-05-29T06:43:56.267Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:43:56.268Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-29T06:43:56.269Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-29T06:43:56.269Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-29T06:43:56.269Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-29T06:43:56.269Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-29T06:43:56.270Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-29T06:43:56.270Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-29T06:43:56.270Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-29T06:43:56.271Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.271Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:56.272Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-29T06:43:56.273Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-29T06:43:56.273Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:43:56.274Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.274Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:56.275Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-29T06:43:56.275Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-29T06:43:56.275Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:43:56.276Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.276Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:56.277Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.277Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-29T06:43:56.278Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-29T06:43:56.278Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-29T06:43:56.278Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-29T06:43:56.279Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.279Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:43:56.279Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.280Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-29T06:43:56.280Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:43:56.282Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.282Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-29T06:43:56.282Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:43:56.283Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.283Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-29T06:43:56.283Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:43:56.284Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.284Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-29T06:43:56.284Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-29T06:43:56.285Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b36c6237-5eea-4485-94b9-b54e95b8eacd
2022-05-29T06:43:56.285Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.286Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:56.286Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.286Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:56.287Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.287Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:56.288Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:43:56.288Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:43:56.288Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:59c84fb7-b8e0-4463-91be-215bf3693012
Model Version:NULL
Model InvariantUuid:f8c68eeb-71b2-4ef4-b639-cfdff509ee19
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:52c656a4-ad10-43af-9fc0-6101d4932e04
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:48784768-2b62-4f9c-b874-43370e405d62
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5b3585fe-881d-4931-be86-ac884518477f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:143330f0-6f70-4de0-8e0f-5692f3e39e19
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d8235aea-1bf5-445e-8c5c-63858b60c728
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b36c6237-5eea-4485-94b9-b54e95b8eacd
ModelInvariantUuid:111fd840-2397-41d1-93d9-e5cc35118b7e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:51a969fb-76f2-49a1-8edd-3115717749a6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:51865e19-ab07-4c61-a5f7-0f5131fc537f
ModelInvariantUuid:3c940d15-9eae-44b9-be61-83054c4f927e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e41bb1d4-7a99-4e2f-b484-1e3b4387df72
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-05-29T06:43:56.299Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dddae908-5bfd-4ba4-a93f-4584c2b2c5d2
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-05-29T06:43:56.304Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-05-29T06:43:56.304Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dddae908-5bfd-4ba4-a93f-4584c2b2c5d2
2022-05-29T06:43:56.304Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 44f1a011-fdb6-4c57-9658-c500a07fae9d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-29T06:43:56.304Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:43:56.305Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-29T06:43:56.545Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:43:56.546Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 44f1a011-fdb6-4c57-9658-c500a07fae9d 12
2022-05-29T06:43:56.547Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-29T06:43:56.547Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-29T06:43:56.547Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:43:56.548Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:56.559Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:56.559Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806636547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:56.653Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-29T06:43:56.654Z||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-05-29T06:43:56.655Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:56.671Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:56.672Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:57.560Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e22d7557-b528-4663-a326-64ccc3655d7a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-29T06:43:57.561Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:43:57.562Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-29T06:43:57.732Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:43:57.733Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e22d7557-b528-4663-a326-64ccc3655d7a 2688
2022-05-29T06:43:57.733Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-29T06:43:57.734Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-29T06:43:57.734Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:43:57.740Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:57.745Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:57.748Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806637733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:57.853Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-05-29T06:43:57.855Z||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-05-29T06:43:57.855Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:57.873Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:57.874Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:43:58.751Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 349f9b59-2cca-4756-976b-975e4b3ba16a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-29T06:43:58.752Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:43:58.752Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-29T06:43:59.145Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:43:59.146Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 349f9b59-2cca-4756-976b-975e4b3ba16a 828
2022-05-29T06:43:59.146Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-29T06:43:59.147Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-29T06:43:59.147Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:43:59.147Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:43:59.150Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:43:59.150Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806639146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:43:59.253Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:43:59.254Z||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-05-29T06:43:59.256Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:43:59.284Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:43:59.284Z||pool-95-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:44:00.153Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "143330f0-6f70-4de0-8e0f-5692f3e39e19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8235aea-1bf5-445e-8c5c-63858b60c728",
    "vfModuleModelCustomizationUUID": "bf90cfcc-b2ec-4985-98e6-4509b6eca8d8",
    "isBase": true,
    "artifacts": [
      "e22d7557-b528-4663-a326-64ccc3655d7a",
      "019a7cce-277e-4d1d-945e-c8b38b160a77",
      "e181b633-4429-4175-a99e-fbfe21a6eefb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-29T06:44:00.170Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8235aea-1bf5-445e-8c5c-63858b60c728
VfModuleModelInvariantUUID:143330f0-6f70-4de0-8e0f-5692f3e39e19
VfModuleModelDescription:NULL
Artifacts UUID List:{
e22d7557-b528-4663-a326-64ccc3655d7a
,
019a7cce-277e-4d1d-945e-c8b38b160a77
,
e181b633-4429-4175-a99e-fbfe21a6eefb

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

isBase:true


}

2022-05-29T06:44:00.179Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "143330f0-6f70-4de0-8e0f-5692f3e39e19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8235aea-1bf5-445e-8c5c-63858b60c728",
    "vfModuleModelCustomizationUUID": "bf90cfcc-b2ec-4985-98e6-4509b6eca8d8",
    "isBase": true,
    "artifacts": [
      "e22d7557-b528-4663-a326-64ccc3655d7a",
      "019a7cce-277e-4d1d-945e-c8b38b160a77",
      "e181b633-4429-4175-a99e-fbfe21a6eefb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-29T06:44:00.180Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8235aea-1bf5-445e-8c5c-63858b60c728
VfModuleModelInvariantUUID:143330f0-6f70-4de0-8e0f-5692f3e39e19
VfModuleModelDescription:NULL
Artifacts UUID List:{
e22d7557-b528-4663-a326-64ccc3655d7a
,
019a7cce-277e-4d1d-945e-c8b38b160a77
,
e181b633-4429-4175-a99e-fbfe21a6eefb

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

isBase:true


}

2022-05-29T06:44:00.180Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 019a7cce-277e-4d1d-945e-c8b38b160a77 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-29T06:44:00.180Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:44:00.181Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-29T06:44:00.335Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:44:00.335Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 019a7cce-277e-4d1d-945e-c8b38b160a77 1164
2022-05-29T06:44:00.336Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-29T06:44:00.336Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-29T06:44:00.336Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:44:00.337Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:44:00.339Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:44:00.340Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806640336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:44:00.442Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:44:00.444Z||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-05-29T06:44:00.444Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:44:00.462Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:00.463Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:44:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:44:01.207Z||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-05-29T06:44:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:44:01.270Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:01.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:44:01.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d781585-7ea5-4be2-9f0a-bd83341cd2e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806572421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:44:01.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:44:01.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:44:01.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:44:01.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:44:01.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:44:01.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:44:01.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:44:01.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:44:01.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:44:01.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:44:01.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:44:01.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:44:01.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:44:01.340Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e181b633-4429-4175-a99e-fbfe21a6eefb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-29T06:44:01.344Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-29T06:44:01.344Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-29T06:44:01.437Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-29T06:44:01.438Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e181b633-4429-4175-a99e-fbfe21a6eefb 200
2022-05-29T06:44:01.438Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-29T06:44:01.439Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-29T06:44:01.439Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:44:01.439Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:44:01.450Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:44:01.451Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806641438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:44:01.548Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:44:01.550Z||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-05-29T06:44:01.550Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:44:01.574Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:01.574Z||pool-97-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:44:02.452Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 59c84fb7-b8e0-4463-91be-215bf3693012
2022-05-29T06:44:02.453Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 dddae908-5bfd-4ba4-a93f-4584c2b2c5d2 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-05-29T06:44:02.477Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select 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-05-29T06:44:02.491Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bb1c0e7, org.onap.sdc.toscaparser.api.parameters.Input@5f484df2, org.onap.sdc.toscaparser.api.parameters.Input@24366cc6, org.onap.sdc.toscaparser.api.parameters.Input@6e1cb977, org.onap.sdc.toscaparser.api.parameters.Input@2b6ffaab]
2022-05-29T06:44:02.493Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.493Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:44:02.494Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-05-29T06:44:02.494Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5b3585fe-881d-4931-be86-ac884518477f
2022-05-29T06:44:02.494Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5b3585fe-881d-4931-be86-ac884518477f matches Tosca VF Customization UUID: 5b3585fe-881d-4931-be86-ac884518477f
2022-05-29T06:44:02.494Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5b3585fe-881d-4931-be86-ac884518477f  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-05-29T06:44:02.498Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.498Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:44:02.499Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5b3585fe-881d-4931-be86-ac884518477f: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-29T06:44:02.500Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2aceddfd
2022-05-29T06:44:02.500Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.500Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:44:02.500Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf90cfcc-b2ec-4985-98e6-4509b6eca8d8
2022-05-29T06:44:02.501Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf90cfcc-b2ec-4985-98e6-4509b6eca8d8
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-05-29T06:44:02.507Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.508Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-29T06:44:02.508Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:44:02.508Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.509Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-29T06:44:02.509Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:44:02.509Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.510Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-29T06:44:02.510Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-29T06:44:02.510Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b36c6237-5eea-4485-94b9-b54e95b8eacd
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-05-29T06:44:02.514Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.514Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-29T06:44:02.515Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:44:02.515Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.515Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-29T06:44:02.515Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5b3585fe-881d-4931-be86-ac884518477f
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-05-29T06:44:02.520Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.521Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:44:02.521Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 59c84fb7-b8e0-4463-91be-215bf3693012: basic_cnf
2022-05-29T06:44:02.522Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.522Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:44:02.522Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.523Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:44:02.523Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.523Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:44:02.523Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.524Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:44:02.524Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:44:02.524Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:44:02.524Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-29T06:44:02.624Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf dddae908-5bfd-4ba4-a93f-4584c2b2c5d2 1 ASDC deployResourceStructure
2022-05-29T06:44:02.625Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-29T06:44:02.626Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-29T06:44:02.626Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-29T06:44:02.626Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:44:02.644Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:44:02.644Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806642625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-29T06:44:02.734Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-05-29T06:44:02.736Z||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-05-29T06:44:02.736Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:44:02.756Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:02.757Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:44:03.647Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-29T06:44:03.648Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-29T06:44:03.648Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-29T06:44:03.649Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:44:03.656Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:44:03.656Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806643647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-29T06:44:03.756Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:44:03.758Z||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-05-29T06:44:03.758Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:44:03.783Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:03.784Z||pool-99-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:44:04.657Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-29T06:44:04.658Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-29T06:44:04.659Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:44:04.659Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:44:04.661Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:44:04.661Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806644657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:44:04.763Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:44:04.764Z||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-05-29T06:44:04.764Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:44:04.786Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:04.787Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:44:05.662Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-29T06:44:05.664Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-29T06:44:05.664Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:44:05.665Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:44:05.668Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:44:05.668Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806645662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:44:05.769Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:44:05.771Z||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-05-29T06:44:05.771Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:44:05.789Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:05.790Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:44:06.670Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-29T06:44:06.671Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-29T06:44:06.671Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:44:06.672Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:44:06.676Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:44:06.677Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806646670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:44:06.780Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-29T06:44:06.781Z||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-05-29T06:44:06.782Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:44:06.805Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:06.806Z||pool-102-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:44:07.679Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-29T06:44:07.679Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-29T06:44:07.679Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:44:07.680Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:44:07.683Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:44:07.684Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806647678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:44:07.784Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:44:07.785Z||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-05-29T06:44:07.786Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:44:07.804Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:07.805Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:44:08.684Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:44:08.708Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e
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-05-29T06:44:08.715Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:44:08.716Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:44:08.716Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:44:08.716Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:44:08.719Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:44:08.719Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:44:08.719Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:44:08.720Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:44:08.720Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:44:08.720Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:44:08.721Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-29T06:44:08.732Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:44:38.733Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e 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-05-29T06:44:38.766Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e and serviceModelVersionId: 59c84fb7-b8e0-4463-91be-215bf3693012
2022-05-29T06:44:38.767Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8c68eeb-71b2-4ef4-b639-cfdff509ee19
2022-05-29T06:44:38.771Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8c68eeb-71b2-4ef4-b639-cfdff509ee19/model-vers/model-ver/59c84fb7-b8e0-4463-91be-215bf3693012?depth=0
2022-05-29T06:44:38.794Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:44:38.909Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c68eeb-71b2-4ef4-b639-cfdff509ee19/model-vers/model-ver/59c84fb7-b8e0-4463-91be-215bf3693012?depth=0|INFO|500||Invoke
2022-05-29T06:44:38.910Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c68eeb-71b2-4ef4-b639-cfdff509ee19/model-vers/model-ver/59c84fb7-b8e0-4463-91be-215bf3693012?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c68eeb-71b2-4ef4-b639-cfdff509ee19/model-vers/model-ver/59c84fb7-b8e0-4463-91be-215bf3693012?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd4ed6d0-a560-42cf-9e2d-7a38fad1cb15], X-ECOMP-RequestID=[0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e], X-TransactionId=[], X-ONAP-RequestID=[0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e], Content-Type=[application/merge-patch+json]}
2022-05-29T06:44:38.977Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c68eeb-71b2-4ef4-b639-cfdff509ee19/model-vers/model-ver/59c84fb7-b8e0-4463-91be-215bf3693012?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-29T06:44:39.534Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c68eeb-71b2-4ef4-b639-cfdff509ee19/model-vers/model-ver/59c84fb7-b8e0-4463-91be-215bf3693012?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/f8c68eeb-71b2-4ef4-b639-cfdff509ee19/model-vers/model-ver/59c84fb7-b8e0-4463-91be-215bf3693012?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220529-06:44:38:183-84088], vertex-id=[217232], Content-Length=[0], Date=[Sun, 29 May 2022 06:44:38 GMT], Content-Type=[application/json]}
2022-05-29T06:44:39.535Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c68eeb-71b2-4ef4-b639-cfdff509ee19/model-vers/model-ver/59c84fb7-b8e0-4463-91be-215bf3693012?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:44:39.536Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c68eeb-71b2-4ef4-b639-cfdff509ee19/model-vers/model-ver/59c84fb7-b8e0-4463-91be-215bf3693012?depth=0|INFO|500||InvokeReturn
2022-05-29T06:44:39.536Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:44:39.536Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-29T06:44:39.547Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-29T06:44:39.548Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:44:39.548Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:44:39.549Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:44:39.553Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:44:39.553Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806679548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:44:39.654Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:44:39.656Z||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-05-29T06:44:39.656Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:44:39.686Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:39.687Z||pool-104-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-29T06:44:40.609Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:44:40.611Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-29T06:44:40.611Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ild9c9EupdsupmEe) ...
2022-05-29T06:44:50.168Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:50.170Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:44:50.171Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:44:50.171Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:44:59.742Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:44:59.743Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:44:59.744Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:44:59.744Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:45:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:45:01.205Z||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-05-29T06:45:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:45:01.264Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:45:01.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:45:01.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/resourceInstances/pnfdd688b7301ed0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:45:01.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:45:01.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:45:01.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806586764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:45:01.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:45:01.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806589756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXlxr6bqsacspfuiiax5x/1.0/artifacts/service-DemoPnfXlxr6bqsacspfuiiax5x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:45:01.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:45:01.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0d89dd4-a035-4fc6-a932-f5992a98b6d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806621610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:45:01.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:45:01.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:45:01.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-29T06:45:01.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-29T06:45:01.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:45:01.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:45:01.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:45:01.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-29T06:45:01.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:45:01.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806573482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:45:01.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:45:01.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806633036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:45:01.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:45:01.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806636547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:45:01.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:45:01.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806637733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:45:01.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:45:01.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806639146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:45:01.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:45:01.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:45:01.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806640336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:45:01.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:45:09.313Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:45:09.315Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:45:09.316Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:45:09.316Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:45:18.881Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:45:18.882Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:45:18.883Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:45:18.883Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:45:28.435Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:46:01.200Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:46:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:46:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:46:01.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:46:01.205Z||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-05-29T06:46:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:46:01.234Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:46:01.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T06:46:01.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806641438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:46:01.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:46:10.758Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:47:01.200Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:47:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:47:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:47:01.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:47:01.205Z||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-05-29T06:47:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:47:01.749Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:47:01.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-29T06:47:01.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806642625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-29T06:47:01.752Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:47:01.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-29T06:47:01.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806643647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-29T06:47:01.753Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:47:01.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-29T06:47:01.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806644657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:47:01.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:47:01.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-29T06:47:01.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806645662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:47:01.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:47:01.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-29T06:47:01.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806646670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:47:01.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:47:01.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-29T06:47:01.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806647678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:47:01.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:47:01.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-29T06:47:01.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653806679548,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:47:01.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:47:10.762Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:48:01.200Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:48:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:48:01.202Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:48:01.204Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:48:01.205Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T06:48:01.205Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:48:10.773Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:48:10.774Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:49:01.203Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:49:01.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:49:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:49:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:49:01.205Z||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-05-29T06:49:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:49:10.770Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:49:10.774Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:50:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:50:01.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:50:01.204Z||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-05-29T06:50:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:50:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:50:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:50:10.785Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:50:10.809Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:51:01.200Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:51:01.202Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:51:01.202Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:51:01.209Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:51:01.210Z||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-05-29T06:51:01.210Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:51:10.788Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:51:10.795Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:52:01.200Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:52:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:52:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:52:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:52:01.205Z||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-05-29T06:52:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:52:10.835Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:52:10.837Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:53:01.200Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:53:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:53:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:53:01.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:53:01.205Z||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-05-29T06:53:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:53:10.790Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:53:10.794Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:54:01.200Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:54:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:54:01.202Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:54:01.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:54:01.207Z||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-05-29T06:54:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:54:10.778Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:54:10.782Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:55:01.200Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:55:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:55:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:55:01.204Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:55:01.205Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T06:55:01.205Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:55:10.762Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:55:10.765Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:56:01.201Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:56:01.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:56:01.206Z||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-05-29T06:56:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:56:01.209Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:56:01.210Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:56:10.767Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:56:10.783Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:01.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:57:01.201Z||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-05-29T06:57:01.201Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:57:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:57:01.205Z||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-05-29T06:57:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:57:01.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:01.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807373622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807375691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807373622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807375691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807373622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807375691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807373622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807375691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807373622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807375691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807373622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807375691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807373622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807375691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807373622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807375691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807373622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807375691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807370370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807373622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807375691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807386072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807386729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807387077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:01.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "policy-id",
  "timestamp": 1653807388080,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-29T06:57:01.555Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10474526-73aa-422c-97d1-b5852367bbcb
2022-05-29T06:57:01.555Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10474526-73aa-422c-97d1-b5852367bbcb 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-05-29T06:57:01.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807390371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807390371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "cds",
  "timestamp": 1653807391848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-29T06:57:01.627Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10474526-73aa-422c-97d1-b5852367bbcb
2022-05-29T06:57:01.629Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10474526-73aa-422c-97d1-b5852367bbcb 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-05-29T06:57:01.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807390371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807392732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.648Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807390371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "cds",
  "timestamp": 1653807392854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807394322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807390371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "cds",
  "timestamp": 1653807392854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807395267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:01.659Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807395626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807390371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "cds",
  "timestamp": 1653807392854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807396272,
  "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-05-29T06:57:01.673Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10474526-73aa-422c-97d1-b5852367bbcb
2022-05-29T06:57:01.674Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10474526-73aa-422c-97d1-b5852367bbcb 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-05-29T06:57:01.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807390371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "cds",
  "timestamp": 1653807392854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807396753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807390371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "cds",
  "timestamp": 1653807392854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807398235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "cds",
  "timestamp": 1653807392854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807399372,
  "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-05-29T06:57:01.707Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10474526-73aa-422c-97d1-b5852367bbcb
2022-05-29T06:57:01.707Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10474526-73aa-422c-97d1-b5852367bbcb 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-05-29T06:57:01.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "cds",
  "timestamp": 1653807392854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.725Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807400376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:01.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "cds",
  "timestamp": 1653807392854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807393622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "cds",
  "timestamp": 1653807402143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807402449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "cds",
  "timestamp": 1653807403674,
  "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-05-29T06:57:01.765Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bac7a42d-43a7-4f02-abed-88e3c0aa7db9
2022-05-29T06:57:01.766Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac7a42d-43a7-4f02-abed-88e3c0aa7db9 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-05-29T06:57:01.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807403453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:01.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807381692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807404123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "policy-id",
  "timestamp": 1653807404455,
  "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-05-29T06:57:01.808Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bac7a42d-43a7-4f02-abed-88e3c0aa7db9
2022-05-29T06:57:01.809Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac7a42d-43a7-4f02-abed-88e3c0aa7db9 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-05-29T06:57:01.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807405612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807408065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:01.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807383311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:01.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:01.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807409069,
  "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-05-29T06:57:01.851Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bac7a42d-43a7-4f02-abed-88e3c0aa7db9
2022-05-29T06:57:01.852Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac7a42d-43a7-4f02-abed-88e3c0aa7db9 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-05-29T06:57:01.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807409625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807410752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807411010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807412421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:01.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807413450,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-05-29T06:57:01.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:01.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"10474526-73aa-422c-97d1-b5852367bbcb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7540e3c4-94dd-431e-98a2-6b4feba4015a","serviceDescription":"service","serviceInvariantUUID":"606115ac-0389-481c-9493-553fe5ab4abe","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"195c463a-a504-40eb-894f-27ab7ace7faa","resourceInvariantUUID":"b3ae43d6-6e05-456b-bd75-6560b17f26e9","resourceCustomizationUUID":"310794af-0fc4-4de0-a7ab-7c3cf433e63a","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":"Y2Q5NjAzMTY3NzZmMWYzY2EwNWM4MWMyOWY5YzNlY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7061be66-a256-4322-bc34-23dcaef99b06","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":"MWI4NjU3NjAzZTg5MDEyMzM5MTM1ODFjMDg0ZTI3ZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c71a1d1-625a-422f-9413-0464e1219951","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":"e60bf1b5-967c-4dc7-8144-51a8767fc3bc","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":"68d35385-8e89-456d-af61-0d979fe28000","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":"4a63ec3a-7b6a-4281-9d1b-cf69f9661c94","artifactVersion":"2","generatedFromUUID":"bfb8e6ec-ce5f-43c6-9cf2-0b8ee77972f9"},{"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":"ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac","artifactVersion":"2","generatedFromUUID":"e60bf1b5-967c-4dc7-8144-51a8767fc3bc"},{"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":"bfb8e6ec-ce5f-43c6-9cf2-0b8ee77972f9","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":"ae8bfe47-eb8a-484c-a847-3806e126a4e9","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":"OTFhNjMyYzFhNGE3NmJmMGZkZDFhZjhjM2NlM2ZiY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12a54fe5-7f88-4750-b1b0-7605f10186f9","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzE5NThkMmFhZmRiZDkzZDE1MmNlY2ExMzg4YzU1NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b544a1b-d934-45aa-bd30-e245ef43e2b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:57:01.913Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:57:01.914Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-29T06:57:01.933Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:01.934Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:01.949Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bac7a42d-43a7-4f02-abed-88e3c0aa7db9
2022-05-29T06:57:01.950Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac7a42d-43a7-4f02-abed-88e3c0aa7db9 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-05-29T06:57:01.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807414454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:01.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807418757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:01.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:01.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:01.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "clamp",
  "timestamp": 1653807419762,
  "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-05-29T06:57:01.994Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10474526-73aa-422c-97d1-b5852367bbcb
2022-05-29T06:57:01.996Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10474526-73aa-422c-97d1-b5852367bbcb 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-05-29T06:57:02.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:02.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807418540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:02.017Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:57:02.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:57:02.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:02.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:57:02.019Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-05-29T06:57:02.021Z||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-05-29T06:57:02.021Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:02.062Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:02.063Z||pool-105-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:02.935Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:57:02.936Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:02.941Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:02.942Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:57:03.041Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:57:03.043Z||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-05-29T06:57:03.043Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:03.065Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:03.066Z||pool-106-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:03.943Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:57:03.944Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:03.948Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:03.948Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:57:04.050Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:57:04.052Z||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-05-29T06:57:04.052Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:04.078Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:04.079Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:04.949Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:57:04.951Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:04.954Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:04.954Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:05.054Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:57:05.056Z||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-05-29T06:57:05.056Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:05.084Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:05.085Z||pool-108-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:05.955Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:57:05.956Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:05.960Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:05.961Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-29T06:57:06.060Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:57:06.061Z||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-05-29T06:57:06.061Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:06.079Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:06.079Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:06.962Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:57:06.963Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:06.966Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:06.966Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-29T06:57:07.074Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-29T06:57:07.077Z||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-05-29T06:57:07.080Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:07.098Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:07.099Z||pool-110-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:07.972Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:57:07.973Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:07.976Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:07.976Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-29T06:57:08.085Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-05-29T06:57:08.086Z||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-05-29T06:57:08.086Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:08.132Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:08.133Z||pool-111-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:08.977Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:57:08.985Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:08.988Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:08.989Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:09.088Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:57:09.089Z||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-05-29T06:57:09.089Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:09.135Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:09.136Z||pool-112-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:57:09.990Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:57:09.990Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:10.004Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:10.004Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:57:10.097Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-29T06:57:10.098Z||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-05-29T06:57:10.098Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:10.150Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:10.151Z||pool-113-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:57:11.009Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:57:11.010Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:11.024Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:11.025Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:57:11.114Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-05-29T06:57:11.115Z||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-05-29T06:57:11.116Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:11.142Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:11.144Z||pool-114-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:12.027Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7540e3c4-94dd-431e-98a2-6b4feba4015a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "606115ac-0389-481c-9493-553fe5ab4abe",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "310794af-0fc4-4de0-a7ab-7c3cf433e63a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "195c463a-a504-40eb-894f-27ab7ace7faa",
      "resourceInvariantUUID": "b3ae43d6-6e05-456b-bd75-6560b17f26e9",
      "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": "MWI4NjU3NjAzZTg5MDEyMzM5MTM1ODFjMDg0ZTI3ZDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c71a1d1-625a-422f-9413-0464e1219951",
          "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": "e60bf1b5-967c-4dc7-8144-51a8767fc3bc",
          "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": "ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac",
            "generatedFromUUID": "e60bf1b5-967c-4dc7-8144-51a8767fc3bc"
          },
          "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": "4a63ec3a-7b6a-4281-9d1b-cf69f9661c94",
          "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": "ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac",
          "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": "bfb8e6ec-ce5f-43c6-9cf2-0b8ee77972f9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NzE5NThkMmFhZmRiZDkzZDE1MmNlY2ExMzg4YzU1NGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b544a1b-d934-45aa-bd30-e245ef43e2b6"
    }
  ],
  "workloadContext": "Production"
}
2022-05-29T06:57:12.028Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:57:12.028Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7540e3c4-94dd-431e-98a2-6b4feba4015a ASDC
2022-05-29T06:57:12.029Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:10474526-73aa-422c-97d1-b5852367bbcb
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:7540e3c4-94dd-431e-98a2-6b4feba4015a
ServiceInvariantUUID:606115ac-0389-481c-9493-553fe5ab4abe
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:4b544a1b-d934-45aa-bd30-e245ef43e2b6
ArtifactChecksum:NzE5NThkMmFhZmRiZDkzZDE1MmNlY2ExMzg4YzU1NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:310794af-0fc4-4de0-a7ab-7c3cf433e63a
ResourceInvariantUUID:b3ae43d6-6e05-456b-bd75-6560b17f26e9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:195c463a-a504-40eb-894f-27ab7ace7faa
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:3c71a1d1-625a-422f-9413-0464e1219951
ArtifactChecksum:MWI4NjU3NjAzZTg5MDEyMzM5MTM1ODFjMDg0ZTI3ZDA=
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:e60bf1b5-967c-4dc7-8144-51a8767fc3bc
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:ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac
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:4a63ec3a-7b6a-4281-9d1b-cf69f9661c94
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:ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac
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:bfb8e6ec-ce5f-43c6-9cf2-0b8ee77972f9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-29T06:57:12.030Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7540e3c4-94dd-431e-98a2-6b4feba4015a 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-05-29T06:57:12.126Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:57:12.127Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-29T06:57:12.129Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-29T06:57:12.129Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b544a1b-d934-45aa-bd30-e245ef43e2b6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-29T06:57:12.129Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-29T06:57:12.130Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-29T06:57:12.513Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-29T06:57:12.525Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4b544a1b-d934-45aa-bd30-e245ef43e2b6 158209
2022-05-29T06:57:12.526Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-29T06:57:12.526Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-29T06:57:12.526Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:57:12.527Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:12.530Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:12.530Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807432525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:12.633Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:57:12.634Z||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-05-29T06:57:12.635Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:12.661Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:12.662Z||pool-115-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:13.533Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:57:13.535Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-29T06:57:13.535Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4b544a1b-d934-45aa-bd30-e245ef43e2b6, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-29T06:57:13.535Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-29T06:57:13.536Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-29T06:57:13.536Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-29T06:57:13.952Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4027433246855577082/Definitions/service-BasicCnfMacro-template.yml
2022-05-29T06:57:16.076Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:57:16.077Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-29T06:57:16.077Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-29T06:57:16.077Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-29T06:57:16.078Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:16.078Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:16.078Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:16.078Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:16.079Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-29T06:57:16.079Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.079Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:16.080Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-29T06:57:16.080Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-29T06:57:16.087Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:57:16.089Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.090Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:16.090Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-29T06:57:16.090Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-29T06:57:16.091Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:57:16.092Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.092Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:16.093Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.093Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-29T06:57:16.093Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-29T06:57:16.094Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-29T06:57:16.095Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-29T06:57:16.095Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.095Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:57:16.096Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.096Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-29T06:57:16.096Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:57:16.097Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.097Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-29T06:57:16.098Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:57:16.098Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.098Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-29T06:57:16.098Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:57:16.099Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.099Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-29T06:57:16.100Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:57:16.100Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.101Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-29T06:57:16.101Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-29T06:57:16.102Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=386e7b95-5e5d-4b25-8ab6-18fe2133830c
2022-05-29T06:57:16.102Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.102Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:16.103Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.103Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:16.103Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.103Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:16.104Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:16.104Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:16.104Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:7540e3c4-94dd-431e-98a2-6b4feba4015a
Model Version:NULL
Model InvariantUuid:606115ac-0389-481c-9493-553fe5ab4abe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:90d9c41a-189d-4687-a972-d6c120345776
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3ae43d6-6e05-456b-bd75-6560b17f26e9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:310794af-0fc4-4de0-a7ab-7c3cf433e63a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d319edcf-43ee-456c-b649-3ae1a2e3bf91
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:070c8042-8bce-4a0a-87ee-ad4612c3d4bb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:1c0214ca-8fec-490d-aa08-89898bb3addd
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:9d4a1085-6edc-485e-85c8-af3b00a6bf3d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:386e7b95-5e5d-4b25-8ab6-18fe2133830c
ModelInvariantUuid:1a76fc2e-5d84-45aa-999b-dc57d987f37f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:0b831fe8-3a34-44fe-ba41-2a390ac426ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:113b5a85-4710-4979-9d36-ada0b7905507
ModelInvariantUuid:2ab0a347-4a3f-4e4f-8c2c-2d73b488d1c4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:2ef9e095-d11b-4906-84ab-aa3275297889
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-05-29T06:57:16.129Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 195c463a-a504-40eb-894f-27ab7ace7faa
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-05-29T06:57:16.136Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-05-29T06:57:16.137Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 195c463a-a504-40eb-894f-27ab7ace7faa
2022-05-29T06:57:16.137Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3c71a1d1-625a-422f-9413-0464e1219951 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-29T06:57:16.137Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-29T06:57:16.138Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:16.509Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-29T06:57:16.510Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 3c71a1d1-625a-422f-9413-0464e1219951 1565
2022-05-29T06:57:16.510Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:16.510Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:16.510Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:57:16.511Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:16.514Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:16.515Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807436510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:16.614Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:57:16.615Z||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-05-29T06:57:16.616Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:16.635Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:16.636Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:57:17.517Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1c0214ca-8fec-490d-aa08-89898bb3addd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d4a1085-6edc-485e-85c8-af3b00a6bf3d",
    "vfModuleModelCustomizationUUID": "c0ea6e58-3cf8-4794-a74d-e7700969dbb9",
    "isBase": true,
    "artifacts": [
      "e60bf1b5-967c-4dc7-8144-51a8767fc3bc",
      "ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac"
    ],
    "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": "d319edcf-43ee-456c-b649-3ae1a2e3bf91",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "070c8042-8bce-4a0a-87ee-ad4612c3d4bb",
    "vfModuleModelCustomizationUUID": "97d554f2-c616-4671-a4d6-0b9ef736524f",
    "isBase": false,
    "artifacts": [
      "bfb8e6ec-ce5f-43c6-9cf2-0b8ee77972f9"
    ],
    "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-05-29T06:57:17.525Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d4a1085-6edc-485e-85c8-af3b00a6bf3d
VfModuleModelInvariantUUID:1c0214ca-8fec-490d-aa08-89898bb3addd
VfModuleModelDescription:NULL
Artifacts UUID List:{
e60bf1b5-967c-4dc7-8144-51a8767fc3bc
,
ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac

}
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:070c8042-8bce-4a0a-87ee-ad4612c3d4bb
VfModuleModelInvariantUUID:d319edcf-43ee-456c-b649-3ae1a2e3bf91
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfb8e6ec-ce5f-43c6-9cf2-0b8ee77972f9

}
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-05-29T06:57:17.529Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1c0214ca-8fec-490d-aa08-89898bb3addd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d4a1085-6edc-485e-85c8-af3b00a6bf3d",
    "vfModuleModelCustomizationUUID": "c0ea6e58-3cf8-4794-a74d-e7700969dbb9",
    "isBase": true,
    "artifacts": [
      "e60bf1b5-967c-4dc7-8144-51a8767fc3bc",
      "ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac"
    ],
    "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": "d319edcf-43ee-456c-b649-3ae1a2e3bf91",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "070c8042-8bce-4a0a-87ee-ad4612c3d4bb",
    "vfModuleModelCustomizationUUID": "97d554f2-c616-4671-a4d6-0b9ef736524f",
    "isBase": false,
    "artifacts": [
      "bfb8e6ec-ce5f-43c6-9cf2-0b8ee77972f9"
    ],
    "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-05-29T06:57:17.530Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9d4a1085-6edc-485e-85c8-af3b00a6bf3d
VfModuleModelInvariantUUID:1c0214ca-8fec-490d-aa08-89898bb3addd
VfModuleModelDescription:NULL
Artifacts UUID List:{
e60bf1b5-967c-4dc7-8144-51a8767fc3bc
,
ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac

}
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:070c8042-8bce-4a0a-87ee-ad4612c3d4bb
VfModuleModelInvariantUUID:d319edcf-43ee-456c-b649-3ae1a2e3bf91
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfb8e6ec-ce5f-43c6-9cf2-0b8ee77972f9

}
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-05-29T06:57:17.530Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e60bf1b5-967c-4dc7-8144-51a8767fc3bc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-29T06:57:17.530Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-29T06:57:17.530Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:17.710Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-29T06:57:17.711Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e60bf1b5-967c-4dc7-8144-51a8767fc3bc 914
2022-05-29T06:57:17.711Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:17.712Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:17.712Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:57:17.712Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:17.715Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:17.715Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807437711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:17.816Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:57:17.817Z||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-05-29T06:57:17.817Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:17.862Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:17.864Z||pool-117-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:18.716Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a63ec3a-7b6a-4281-9d1b-cf69f9661c94 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-29T06:57:18.717Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-29T06:57:18.717Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:18.930Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-29T06:57:18.930Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4a63ec3a-7b6a-4281-9d1b-cf69f9661c94 12
2022-05-29T06:57:18.931Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:18.931Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:18.931Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:57:18.931Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:18.950Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:18.950Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807438930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:19.049Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:57:19.051Z||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-05-29T06:57:19.051Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:19.106Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:19.106Z||pool-118-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:57:19.951Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-29T06:57:19.951Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-29T06:57:19.951Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:20.222Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-29T06:57:20.223Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ff0038dd-5d6e-4ff4-b396-b7fef0ec9cac 96
2022-05-29T06:57:20.223Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:20.223Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:20.223Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:57:20.224Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:20.227Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:20.233Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807440223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:20.330Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-29T06:57:20.331Z||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-05-29T06:57:20.331Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:20.351Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:20.352Z||pool-119-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:21.235Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bfb8e6ec-ce5f-43c6-9cf2-0b8ee77972f9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-29T06:57:21.235Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-29T06:57:21.235Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:21.537Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-29T06:57:21.539Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bfb8e6ec-ce5f-43c6-9cf2-0b8ee77972f9 20206
2022-05-29T06:57:21.539Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:21.539Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:21.539Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:57:21.540Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:21.546Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:21.547Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807441539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:57:21.646Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:57:21.647Z||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-05-29T06:57:21.647Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:21.675Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:21.676Z||pool-120-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:22.553Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7540e3c4-94dd-431e-98a2-6b4feba4015a
2022-05-29T06:57:22.553Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 195c463a-a504-40eb-894f-27ab7ace7faa 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-05-29T06:57:22.572Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@469dbe17, org.onap.sdc.toscaparser.api.parameters.Input@3870951, org.onap.sdc.toscaparser.api.parameters.Input@6ab630bc, org.onap.sdc.toscaparser.api.parameters.Input@7e682339, org.onap.sdc.toscaparser.api.parameters.Input@55ae57e5]
2022-05-29T06:57:22.575Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.575Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:22.576Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-29T06:57:22.577Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 310794af-0fc4-4de0-a7ab-7c3cf433e63a
2022-05-29T06:57:22.577Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 310794af-0fc4-4de0-a7ab-7c3cf433e63a matches Tosca VF Customization UUID: 310794af-0fc4-4de0-a7ab-7c3cf433e63a
2022-05-29T06:57:22.577Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 310794af-0fc4-4de0-a7ab-7c3cf433e63a  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-05-29T06:57:22.582Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.583Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:22.584Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 310794af-0fc4-4de0-a7ab-7c3cf433e63a: {\"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-05-29T06:57:22.585Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@afe7343
2022-05-29T06:57:22.585Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.586Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:57:22.586Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 97d554f2-c616-4671-a4d6-0b9ef736524f
2022-05-29T06:57:22.587Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 97d554f2-c616-4671-a4d6-0b9ef736524f
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-05-29T06:57:22.607Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.607Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-29T06:57:22.608Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:57:22.608Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.610Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-29T06:57:22.611Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:57:22.611Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.612Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-29T06:57:22.612Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=310794af-0fc4-4de0-a7ab-7c3cf433e63a
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-05-29T06:57:22.616Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.617Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:22.618Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7540e3c4-94dd-431e-98a2-6b4feba4015a: basic_cnf_macro
2022-05-29T06:57:22.618Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.618Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:22.619Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.619Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:22.620Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.621Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:22.621Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.621Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:22.622Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:57:22.623Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:57:22.623Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:22.705Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 195c463a-a504-40eb-894f-27ab7ace7faa 2 ASDC deployResourceStructure
2022-05-29T06:57:22.706Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:22.706Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:22.707Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:57:22.708Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:22.713Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:22.714Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807442706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:22.813Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:57:22.814Z||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-05-29T06:57:22.814Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:22.860Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:22.862Z||pool-121-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:23.716Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:23.716Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:23.717Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:57:23.733Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:23.742Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:23.742Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807443716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:23.842Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:57:23.843Z||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-05-29T06:57:23.843Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:23.865Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:23.866Z||pool-122-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:24.743Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:24.743Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:24.744Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-29T06:57:24.744Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:24.751Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:24.751Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807444743,
  "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-05-29T06:57:24.851Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:57:24.852Z||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-05-29T06:57:24.852Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:24.906Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:24.907Z||pool-123-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:25.753Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:25.753Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:25.753Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:57:25.754Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:25.761Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:25.761Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807445753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:25.861Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:57:25.862Z||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-05-29T06:57:25.862Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:25.890Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:25.890Z||pool-124-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:26.763Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:26.763Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:57:26.765Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-29T06:57:26.765Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:26.771Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:26.772Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807446763,
  "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-05-29T06:57:26.872Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:57:26.874Z||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-05-29T06:57:26.874Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:26.894Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:26.895Z||pool-125-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:27.773Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-29T06:57:27.773Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-29T06:57:27.774Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:57:27.774Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:57:27.776Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:57:27.776Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807447773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:57:27.877Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:57:27.878Z||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-05-29T06:57:27.878Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:57:27.902Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:57:27.902Z||pool-126-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:57:28.777Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10474526-73aa-422c-97d1-b5852367bbcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:57:28.794Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10474526-73aa-422c-97d1-b5852367bbcb
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-05-29T06:57:28.805Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:57:28.805Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:57:28.805Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:57:58.806Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10474526-73aa-422c-97d1-b5852367bbcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:57:58.829Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10474526-73aa-422c-97d1-b5852367bbcb
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-05-29T06:57:58.834Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:57:58.834Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:57:58.834Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:58:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:58:01.206Z||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-05-29T06:58:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:58:01.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:58:01.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:58:01.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "aai-ml",
  "timestamp": 1653807419546,
  "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-05-29T06:58:01.253Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10474526-73aa-422c-97d1-b5852367bbcb
2022-05-29T06:58:01.254Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10474526-73aa-422c-97d1-b5852367bbcb 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-05-29T06:58:28.837Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10474526-73aa-422c-97d1-b5852367bbcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:58:28.863Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10474526-73aa-422c-97d1-b5852367bbcb
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-05-29T06:58:28.871Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:58:28.871Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:58:28.871Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:58:28.871Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:58:28.871Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:58:28.872Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:58:28.872Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:58:28.872Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:58:28.872Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:58:28.873Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:58:28.873Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:58:28.881Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:58:58.883Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10474526-73aa-422c-97d1-b5852367bbcb 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-05-29T06:58:58.900Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10474526-73aa-422c-97d1-b5852367bbcb and serviceModelVersionId: 7540e3c4-94dd-431e-98a2-6b4feba4015a
2022-05-29T06:58:58.900Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 606115ac-0389-481c-9493-553fe5ab4abe
2022-05-29T06:58:58.903Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/606115ac-0389-481c-9493-553fe5ab4abe/model-vers/model-ver/7540e3c4-94dd-431e-98a2-6b4feba4015a?depth=0
2022-05-29T06:58:58.911Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:58:59.015Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/606115ac-0389-481c-9493-553fe5ab4abe/model-vers/model-ver/7540e3c4-94dd-431e-98a2-6b4feba4015a?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-05-29T06:58:59.023Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/606115ac-0389-481c-9493-553fe5ab4abe/model-vers/model-ver/7540e3c4-94dd-431e-98a2-6b4feba4015a?depth=0|INFO|500||Invoke
2022-05-29T06:58:59.144Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/606115ac-0389-481c-9493-553fe5ab4abe/model-vers/model-ver/7540e3c4-94dd-431e-98a2-6b4feba4015a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-29T06:58:59.643Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/606115ac-0389-481c-9493-553fe5ab4abe/model-vers/model-ver/7540e3c4-94dd-431e-98a2-6b4feba4015a?depth=0|INFO|500||InvokeReturn
2022-05-29T06:58:59.644Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/606115ac-0389-481c-9493-553fe5ab4abe/model-vers/model-ver/7540e3c4-94dd-431e-98a2-6b4feba4015a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220529-06:58:58:343-1382], vertex-id=[258176], Content-Length=[0], Date=[Sun, 29 May 2022 06:58:58 GMT], Content-Type=[application/json]}
2022-05-29T06:58:59.650Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:58:59.650Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:58:59.651Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:58:59.659Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||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-05-29T06:58:59.659Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10474526-73aa-422c-97d1-b5852367bbcb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:58:59.660Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:58:59.660Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:58:59.666Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:58:59.666Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807539659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:58:59.765Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T06:58:59.766Z||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-05-29T06:58:59.767Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:58:59.786Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:58:59.787Z||pool-127-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-29T06:59:00.718Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-29T06:59:00.719Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bac7a42d-43a7-4f02-abed-88e3c0aa7db9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f90e922b-74e2-4cf6-946c-a8f6fe687a9b","serviceDescription":"service","serviceInvariantUUID":"eb6bfde9-15ee-4dd2-9338-46654d3489c4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ed1cb63-d302-4e5d-9a21-6e3390992118","resourceInvariantUUID":"e05aeaea-e3d3-4656-8603-75de3b633ef4","resourceCustomizationUUID":"8a077405-9031-499e-89ba-c0825c439999","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":"NmNhYjQzYWY3MjUwNTc1NjQ4OTlmNzg4ZThkOWVhMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"132b4768-f30b-4ce4-9124-546ffdd57433","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":"N2VmZmFkNjJiZDZiMDRlNmRiNDRkZmQ4MTNmNTAyMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c00cfb80-cd4e-4d36-863d-b8aab1d0aede","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":"c5fda74b-646d-4d4c-834a-a3bc8847064f","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":"a8844f57-5829-4fc9-84bd-163e31911cf9","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":"550a0023-b041-4dfd-8775-a1193fc12dd6","artifactVersion":"2","generatedFromUUID":"c5fda74b-646d-4d4c-834a-a3bc8847064f"},{"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":"YjgzZDJkNDA5MDNjNWEzNTE3ZGNlNzk4MGFkNmRiZjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7dba814d-84c3-440b-b95e-ba6b96d0539f","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":"MTUzMzI5ZThmZmZiMmRmZDhiZWRjMWRhYzMxYTRhNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28f92274-71be-44c8-95b5-ee1e32b204b4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDRkMjBiOTc5MDVlMGU4ZDNiMmRiOGYyZWQ5NzRkYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4667442d-5021-42fd-88c5-bab9fc832f96","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:59:00.728Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:00.743Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:00.746Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:00.747Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:00.847Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:59:00.848Z||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-05-29T06:59:00.848Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:00.885Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:00.886Z||pool-128-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:59:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:59:01.205Z||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-05-29T06:59:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:59:01.231Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:01.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807393169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807392906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807429119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.258Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807432525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.258Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807425041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807430370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807433622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807436510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807425041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807430370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807433622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807435691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807437711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807430370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807425041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807433622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807435691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807425041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807430370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807433622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807438930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807435691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807425041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807430370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807433622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807438434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807439756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807440223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807435691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807425041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807430370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807433622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "aai-ml",
  "timestamp": 1653807439437,
  "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-05-29T06:59:01.282Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bac7a42d-43a7-4f02-abed-88e3c0aa7db9
2022-05-29T06:59:01.282Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac7a42d-43a7-4f02-abed-88e3c0aa7db9 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-05-29T06:59:01.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807435691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807441539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807430370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807425041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807433622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807435691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807440441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807442706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807425041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807430370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807433622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807441692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807435691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807440441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807443716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653807425041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807430370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807433622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807443758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.307Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807441692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807435691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807440441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807444743,
  "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-05-29T06:59:01.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "clamp",
  "timestamp": 1653807444763,
  "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-05-29T06:59:01.315Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bac7a42d-43a7-4f02-abed-88e3c0aa7db9
2022-05-29T06:59:01.315Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac7a42d-43a7-4f02-abed-88e3c0aa7db9 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-05-29T06:59:01.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807441692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807435691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807440441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807445753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807444149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807445622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807441692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807440441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807445767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807445153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807446763,
  "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-05-29T06:59:01.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807445813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807446656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807441692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807445767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807440441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "policy-id",
  "timestamp": 1653807446156,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-29T06:59:01.370Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of abe5c033-f898-41e1-b702-e0a520f5bfab
2022-05-29T06:59:01.371Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId abe5c033-f898-41e1-b702-e0a520f5bfab 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-05-29T06:59:01.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807447773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653807447659,
  "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-05-29T06:59:01.393Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of abe5c033-f898-41e1-b702-e0a520f5bfab
2022-05-29T06:59:01.393Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId abe5c033-f898-41e1-b702-e0a520f5bfab 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-05-29T06:59:01.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "cds",
  "timestamp": 1653807447266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-29T06:59:01.421Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of abe5c033-f898-41e1-b702-e0a520f5bfab
2022-05-29T06:59:01.429Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId abe5c033-f898-41e1-b702-e0a520f5bfab 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-05-29T06:59:01.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807441692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807445767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807440441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807441692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807440441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807445767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807441692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807440441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807445767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807441692,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807445767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807450448,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807451532,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.461Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807445767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807445767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:01.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807453540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807445767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-29T06:59:01.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653807454546,
  "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-05-29T06:59:01.474Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of abe5c033-f898-41e1-b702-e0a520f5bfab
2022-05-29T06:59:01.475Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId abe5c033-f898-41e1-b702-e0a520f5bfab 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-05-29T06:59:01.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807455411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "aai-ml",
  "timestamp": 1653807456415,
  "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-05-29T06:59:01.501Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of abe5c033-f898-41e1-b702-e0a520f5bfab
2022-05-29T06:59:01.501Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId abe5c033-f898-41e1-b702-e0a520f5bfab 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-05-29T06:59:01.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807466761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:01.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807468767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:01.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:59:01.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-29T06:59:01.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "clamp",
  "timestamp": 1653807469771,
  "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-05-29T06:59:01.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of abe5c033-f898-41e1-b702-e0a520f5bfab
2022-05-29T06:59:01.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId abe5c033-f898-41e1-b702-e0a520f5bfab 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-05-29T06:59:01.749Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:01.759Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:01.762Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:01.763Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T06:59:01.866Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-29T06:59:01.867Z||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-05-29T06:59:01.868Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:01.884Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:01.885Z||pool-129-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:02.777Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:02.778Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:02.780Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:02.780Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-29T06:59:02.885Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:59:02.886Z||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-05-29T06:59:02.886Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:02.906Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:02.907Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:59:03.784Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:03.786Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:03.789Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:03.789Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:03.889Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:59:03.894Z||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-05-29T06:59:03.894Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:03.922Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:03.923Z||pool-131-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:04.790Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:04.792Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:04.797Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:04.797Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-29T06:59:04.897Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:59:04.898Z||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-05-29T06:59:04.898Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:04.916Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:04.917Z||pool-132-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:05.798Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:05.800Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:05.802Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:05.802Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:05.904Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:59:05.905Z||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-05-29T06:59:05.905Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:05.923Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:05.923Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:06.803Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:06.804Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:06.809Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:06.809Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:06.909Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:59:06.910Z||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-05-29T06:59:06.910Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:06.941Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:06.942Z||pool-134-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:59:07.810Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:07.811Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:07.818Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:07.818Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T06:59:07.918Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:59:07.919Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:07.919Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:07.936Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:07.936Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:08.819Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f90e922b-74e2-4cf6-946c-a8f6fe687a9b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb6bfde9-15ee-4dd2-9338-46654d3489c4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "8a077405-9031-499e-89ba-c0825c439999",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ed1cb63-d302-4e5d-9a21-6e3390992118",
      "resourceInvariantUUID": "e05aeaea-e3d3-4656-8603-75de3b633ef4",
      "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": "N2VmZmFkNjJiZDZiMDRlNmRiNDRkZmQ4MTNmNTAyMDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c00cfb80-cd4e-4d36-863d-b8aab1d0aede",
          "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": "c5fda74b-646d-4d4c-834a-a3bc8847064f",
          "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": "550a0023-b041-4dfd-8775-a1193fc12dd6",
            "generatedFromUUID": "c5fda74b-646d-4d4c-834a-a3bc8847064f"
          },
          "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": "550a0023-b041-4dfd-8775-a1193fc12dd6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDRkMjBiOTc5MDVlMGU4ZDNiMmRiOGYyZWQ5NzRkYmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4667442d-5021-42fd-88c5-bab9fc832f96"
    }
  ],
  "workloadContext": "Production"
}
2022-05-29T06:59:08.821Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:59:08.821Z|10474526-73aa-422c-97d1-b5852367bbcb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f90e922b-74e2-4cf6-946c-a8f6fe687a9b ASDC
2022-05-29T06:59:08.822Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bac7a42d-43a7-4f02-abed-88e3c0aa7db9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f90e922b-74e2-4cf6-946c-a8f6fe687a9b
ServiceInvariantUUID:eb6bfde9-15ee-4dd2-9338-46654d3489c4
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:4667442d-5021-42fd-88c5-bab9fc832f96
ArtifactChecksum:ZDRkMjBiOTc5MDVlMGU4ZDNiMmRiOGYyZWQ5NzRkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:8a077405-9031-499e-89ba-c0825c439999
ResourceInvariantUUID:e05aeaea-e3d3-4656-8603-75de3b633ef4
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2ed1cb63-d302-4e5d-9a21-6e3390992118
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:c00cfb80-cd4e-4d36-863d-b8aab1d0aede
ArtifactChecksum:N2VmZmFkNjJiZDZiMDRlNmRiNDRkZmQ4MTNmNTAyMDg=
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:c5fda74b-646d-4d4c-834a-a3bc8847064f
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:550a0023-b041-4dfd-8775-a1193fc12dd6
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:550a0023-b041-4dfd-8775-a1193fc12dd6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-29T06:59:08.822Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f90e922b-74e2-4cf6-946c-a8f6fe687a9b 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-05-29T06:59:08.988Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:59:08.990Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-29T06:59:08.990Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-29T06:59:08.991Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4667442d-5021-42fd-88c5-bab9fc832f96 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-29T06:59:08.991Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-29T06:59:08.992Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-29T06:59:09.166Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-29T06:59:09.183Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4667442d-5021-42fd-88c5-bab9fc832f96 78811
2022-05-29T06:59:09.183Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-29T06:59:09.183Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-29T06:59:09.183Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:59:09.184Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:09.187Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:09.187Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807549183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:09.294Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-05-29T06:59:09.295Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:09.295Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:09.318Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:09.319Z||pool-136-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:59:10.189Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:59:10.191Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-29T06:59:10.191Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4667442d-5021-42fd-88c5-bab9fc832f96, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-29T06:59:10.192Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-29T06:59:10.192Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-29T06:59:10.193Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-29T06:59:10.453Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7734268976670343680/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-05-29T06:59:12.757Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:59:12.758Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-29T06:59:12.758Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-29T06:59:12.758Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-29T06:59:12.759Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:12.759Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:12.759Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:12.759Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:12.759Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:12.759Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:12.759Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:12.759Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:12.759Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:12.760Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-29T06:59:12.760Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.760Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:12.760Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-29T06:59:12.761Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-29T06:59:12.761Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:59:12.761Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.761Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:12.761Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-29T06:59:12.762Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-29T06:59:12.762Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:59:12.762Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.762Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:12.763Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.763Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-29T06:59:12.763Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-29T06:59:12.763Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-29T06:59:12.764Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-29T06:59:12.764Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-29T06:59:12.764Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-29T06:59:12.764Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.764Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:59:12.764Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.765Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-29T06:59:12.765Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:59:12.765Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.765Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-29T06:59:12.765Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:59:12.766Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.766Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-29T06:59:12.766Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:59:12.766Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.766Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-29T06:59:12.766Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-29T06:59:12.767Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-29T06:59:12.767Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f969b7a5-645b-47e2-b6b1-3c0c37015fbe
2022-05-29T06:59:12.767Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.767Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:12.767Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.767Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:12.768Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.768Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:12.768Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:12.768Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:12.768Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f90e922b-74e2-4cf6-946c-a8f6fe687a9b
Model Version:NULL
Model InvariantUuid:eb6bfde9-15ee-4dd2-9338-46654d3489c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:48a295ca-6cd1-4f21-a008-28cde55aab21
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e05aeaea-e3d3-4656-8603-75de3b633ef4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8a077405-9031-499e-89ba-c0825c439999
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b473c546-fead-4357-8f49-f4a0241070a0
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5534169e-ab7b-4563-be3e-fb9ae2d01ee8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f969b7a5-645b-47e2-b6b1-3c0c37015fbe
ModelInvariantUuid:15a1b34a-4a9b-477f-b2a1-fd1c7c513932
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f72f1a2d-159c-4e6f-9741-afcc84a432f8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:90186c7f-026e-4eaf-a832-c2b80dd7f320
ModelInvariantUuid:ec4d6063-84ad-4229-b828-c13e46a38f33
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:cc3fd8c0-8a7a-4126-a12e-3bec95c9d0da
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-05-29T06:59:12.785Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ed1cb63-d302-4e5d-9a21-6e3390992118
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-05-29T06:59:12.793Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-05-29T06:59:12.794Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ed1cb63-d302-4e5d-9a21-6e3390992118
2022-05-29T06:59:12.794Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c00cfb80-cd4e-4d36-863d-b8aab1d0aede from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-29T06:59:12.794Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-29T06:59:12.794Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:13.314Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-29T06:59:13.314Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c00cfb80-cd4e-4d36-863d-b8aab1d0aede 792
2022-05-29T06:59:13.315Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:13.315Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:13.315Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:59:13.315Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:13.329Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:13.330Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807553315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:13.429Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:59:13.434Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:13.434Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:13.471Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:13.472Z||pool-137-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:59:14.341Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b473c546-fead-4357-8f49-f4a0241070a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5534169e-ab7b-4563-be3e-fb9ae2d01ee8",
    "vfModuleModelCustomizationUUID": "3e863360-ba23-466e-bb1e-3529b0984750",
    "isBase": true,
    "artifacts": [
      "c5fda74b-646d-4d4c-834a-a3bc8847064f",
      "550a0023-b041-4dfd-8775-a1193fc12dd6"
    ],
    "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-05-29T06:59:14.349Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5534169e-ab7b-4563-be3e-fb9ae2d01ee8
VfModuleModelInvariantUUID:b473c546-fead-4357-8f49-f4a0241070a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5fda74b-646d-4d4c-834a-a3bc8847064f
,
550a0023-b041-4dfd-8775-a1193fc12dd6

}
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-05-29T06:59:14.359Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b473c546-fead-4357-8f49-f4a0241070a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5534169e-ab7b-4563-be3e-fb9ae2d01ee8",
    "vfModuleModelCustomizationUUID": "3e863360-ba23-466e-bb1e-3529b0984750",
    "isBase": true,
    "artifacts": [
      "c5fda74b-646d-4d4c-834a-a3bc8847064f",
      "550a0023-b041-4dfd-8775-a1193fc12dd6"
    ],
    "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-05-29T06:59:14.359Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5534169e-ab7b-4563-be3e-fb9ae2d01ee8
VfModuleModelInvariantUUID:b473c546-fead-4357-8f49-f4a0241070a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5fda74b-646d-4d4c-834a-a3bc8847064f
,
550a0023-b041-4dfd-8775-a1193fc12dd6

}
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-05-29T06:59:14.359Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c5fda74b-646d-4d4c-834a-a3bc8847064f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-29T06:59:14.360Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-29T06:59:14.360Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:14.626Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-29T06:59:14.627Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c5fda74b-646d-4d4c-834a-a3bc8847064f 5033
2022-05-29T06:59:14.627Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:14.628Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:14.628Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:59:14.628Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:14.632Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:14.632Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807554627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:14.732Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:59:14.734Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:14.737Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:14.783Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:14.784Z||pool-138-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:15.637Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 550a0023-b041-4dfd-8775-a1193fc12dd6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-29T06:59:15.638Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-29T06:59:15.638Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:15.817Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-29T06:59:15.818Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 550a0023-b041-4dfd-8775-a1193fc12dd6 903
2022-05-29T06:59:15.818Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:15.818Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:15.818Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:59:15.819Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:15.822Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:15.822Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807555818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T06:59:15.922Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:59:15.923Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:15.923Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:15.958Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:15.959Z||pool-139-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:16.823Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f90e922b-74e2-4cf6-946c-a8f6fe687a9b
2022-05-29T06:59:16.823Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2ed1cb63-d302-4e5d-9a21-6e3390992118 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-05-29T06:59:16.857Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16d17600, org.onap.sdc.toscaparser.api.parameters.Input@4b0a71a2, org.onap.sdc.toscaparser.api.parameters.Input@37abba02, org.onap.sdc.toscaparser.api.parameters.Input@6570ad0d, org.onap.sdc.toscaparser.api.parameters.Input@788ca6d5]
2022-05-29T06:59:16.859Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.859Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:16.860Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-29T06:59:16.860Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8a077405-9031-499e-89ba-c0825c439999
2022-05-29T06:59:16.860Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a077405-9031-499e-89ba-c0825c439999 matches Tosca VF Customization UUID: 8a077405-9031-499e-89ba-c0825c439999
2022-05-29T06:59:16.860Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8a077405-9031-499e-89ba-c0825c439999  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-05-29T06:59:16.866Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.866Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:16.867Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8a077405-9031-499e-89ba-c0825c439999: {\"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-05-29T06:59:16.867Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a7a5e35
2022-05-29T06:59:16.868Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.868Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:59:16.868Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e863360-ba23-466e-bb1e-3529b0984750
2022-05-29T06:59:16.868Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e863360-ba23-466e-bb1e-3529b0984750
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-05-29T06:59:16.875Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.875Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-29T06:59:16.875Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:59:16.876Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.876Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-29T06:59:16.877Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:59:16.877Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.878Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-29T06:59:16.878Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-29T06:59:16.878Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-29T06:59:16.878Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f969b7a5-645b-47e2-b6b1-3c0c37015fbe
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-05-29T06:59:16.882Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.882Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-29T06:59:16.883Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:59:16.883Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.883Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-29T06:59:16.883Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8a077405-9031-499e-89ba-c0825c439999
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-05-29T06:59:16.887Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.888Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:16.888Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f90e922b-74e2-4cf6-946c-a8f6fe687a9b: basic_vm_macro
2022-05-29T06:59:16.888Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.889Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:16.889Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.889Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:16.890Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.891Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:16.891Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.891Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:16.891Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T06:59:16.892Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:59:16.892Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:17.120Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2ed1cb63-d302-4e5d-9a21-6e3390992118 1 ASDC deployResourceStructure
2022-05-29T06:59:17.120Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:17.120Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:17.120Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:59:17.121Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:17.123Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:17.123Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807557120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:17.223Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:59:17.225Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:17.225Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:17.266Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:17.267Z||pool-140-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:18.124Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:18.124Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:18.124Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:59:18.127Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:18.134Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:18.134Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807558124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:18.236Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:59:18.237Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:18.238Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:18.273Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:18.274Z||pool-141-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:59:19.135Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:19.135Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:19.135Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:59:19.135Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:19.140Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:19.140Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807559135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:19.239Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:59:19.240Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:19.240Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:19.270Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:19.271Z||pool-142-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:59:20.141Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-29T06:59:20.142Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-29T06:59:20.142Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:59:20.142Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:20.144Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:20.144Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807560141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T06:59:20.245Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:59:20.246Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:20.246Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:20.265Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:20.265Z||pool-143-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:21.145Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bac7a42d-43a7-4f02-abed-88e3c0aa7db9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T06:59:21.210Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bac7a42d-43a7-4f02-abed-88e3c0aa7db9
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-05-29T06:59:21.221Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:59:21.222Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:59:21.222Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:59:21.222Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:59:21.223Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:59:21.223Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:59:21.223Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:59:21.223Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:59:21.223Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:59:21.223Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T06:59:21.223Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:21.244Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:59:51.245Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bac7a42d-43a7-4f02-abed-88e3c0aa7db9 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-05-29T06:59:51.251Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bac7a42d-43a7-4f02-abed-88e3c0aa7db9 and serviceModelVersionId: f90e922b-74e2-4cf6-946c-a8f6fe687a9b
2022-05-29T06:59:51.251Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb6bfde9-15ee-4dd2-9338-46654d3489c4
2022-05-29T06:59:51.252Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb6bfde9-15ee-4dd2-9338-46654d3489c4/model-vers/model-ver/f90e922b-74e2-4cf6-946c-a8f6fe687a9b?depth=0
2022-05-29T06:59:51.257Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:59:51.332Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6bfde9-15ee-4dd2-9338-46654d3489c4/model-vers/model-ver/f90e922b-74e2-4cf6-946c-a8f6fe687a9b?depth=0|INFO|500||Invoke
2022-05-29T06:59:51.333Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6bfde9-15ee-4dd2-9338-46654d3489c4/model-vers/model-ver/f90e922b-74e2-4cf6-946c-a8f6fe687a9b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6bfde9-15ee-4dd2-9338-46654d3489c4/model-vers/model-ver/f90e922b-74e2-4cf6-946c-a8f6fe687a9b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bac7a42d-43a7-4f02-abed-88e3c0aa7db9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d88e6fd2-6aa1-41be-b212-be052850dbf3], X-ECOMP-RequestID=[bac7a42d-43a7-4f02-abed-88e3c0aa7db9], X-TransactionId=[], X-ONAP-RequestID=[bac7a42d-43a7-4f02-abed-88e3c0aa7db9], Content-Type=[application/merge-patch+json]}
2022-05-29T06:59:51.363Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6bfde9-15ee-4dd2-9338-46654d3489c4/model-vers/model-ver/f90e922b-74e2-4cf6-946c-a8f6fe687a9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-29T06:59:52.042Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6bfde9-15ee-4dd2-9338-46654d3489c4/model-vers/model-ver/f90e922b-74e2-4cf6-946c-a8f6fe687a9b?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/eb6bfde9-15ee-4dd2-9338-46654d3489c4/model-vers/model-ver/f90e922b-74e2-4cf6-946c-a8f6fe687a9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220529-06:59:50:559-27964], vertex-id=[266384], Content-Length=[0], Date=[Sun, 29 May 2022 06:59:50 GMT], Content-Type=[application/json]}
2022-05-29T06:59:52.043Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6bfde9-15ee-4dd2-9338-46654d3489c4/model-vers/model-ver/f90e922b-74e2-4cf6-946c-a8f6fe687a9b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:59:52.043Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6bfde9-15ee-4dd2-9338-46654d3489c4/model-vers/model-ver/f90e922b-74e2-4cf6-946c-a8f6fe687a9b?depth=0|INFO|500||InvokeReturn
2022-05-29T06:59:52.044Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:59:52.044Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:52.056Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||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-05-29T06:59:52.058Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bac7a42d-43a7-4f02-abed-88e3c0aa7db9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:59:52.058Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:59:52.058Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:52.062Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:52.062Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807592058,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:59:52.162Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:59:52.163Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:52.163Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:52.184Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:52.185Z||pool-144-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-05-29T06:59:53.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:59:53.079Z||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-05-29T06:59:53.080Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:59:57.613Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:57.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-29T06:59:57.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"abe5c033-f898-41e1-b702-e0a520f5bfab","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"91cc6309-3ccf-40fc-9185-f4cce93b4bc0","serviceDescription":"service","serviceInvariantUUID":"6d1f7655-068f-4b40-b5f0-f6fdf131629c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f02f98c3-d9d1-4b76-8432-012d3333b6b8","resourceInvariantUUID":"cf3fee86-f86e-4635-94bf-98d60da9f19d","resourceCustomizationUUID":"8d15a21b-44d7-4e5d-90ef-f775f7e56494","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":"ZWViODZkM2I0ZjA0NTg2ZjdiZjcwMDQ0NDhkYmZmZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"adb5a356-acc6-4117-8ad3-981146786b78","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":"43945c4e-7796-4ffd-ad33-e1b48ee48032","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":"9d05cd3e-ccd6-4689-8ac5-0446ee9b8143","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":"NDUxYTNlYTk5MjRiMmIzODQ3OTQ1NGMzZTk4MDRjYTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9ffe429a-6f9c-4641-962f-df754406f55f","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":"19be1468-42bb-4438-99c0-b07113b32478","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":"891d717e-8869-4b5e-b417-b359cb11947d","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":"098dc19d-58f1-4989-85e9-585051002a1b","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":"ZWQ3ZmU0MzNiYzZhZjJiMjZkMWM1YTQ1MzAxYjRlZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d24cb481-e1fb-4512-b5d6-0a93260a7af6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODI0NWIzYWY2ODQwMzY5NmIxOTM0ZjE1YzExNjdkYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e864b6e-f503-4a02-ab2d-43cdcd72f35b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:59:57.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:57.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:57.648Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:57.649Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:57.749Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:59:57.750Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:57.750Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:57.779Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:57.779Z||pool-145-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:58.649Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:58.650Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:58.656Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:58.657Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:58.758Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:59:58.759Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:58.759Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:58.782Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:58.784Z||pool-146-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:59:59.662Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:59:59.663Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:59:59.670Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:59:59.670Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T06:59:59.769Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:59:59.770Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T06:59:59.771Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:59:59.799Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T06:59:59.800Z||pool-147-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-05-29T07:00:00.672Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T07:00:00.673Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T07:00:00.679Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T07:00:00.680Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:00:00.778Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T07:00:00.779Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T07:00:00.779Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T07:00:00.825Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:00.826Z||pool-148-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-05-29T07:00:01.204Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:00:01.205Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|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-05-29T07:00:01.206Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:00:01.271Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:01.272Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-29T07:00:01.273Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10474526-73aa-422c-97d1-b5852367bbcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807539659,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T07:00:01.274Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:00:01.274Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-29T07:00:01.275Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:00:01.275Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:00:01.681Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T07:00:01.682Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T07:00:01.685Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T07:00:01.685Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:00:01.784Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T07:00:01.786Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T07:00:01.786Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T07:00:01.813Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:01.814Z||pool-149-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-29T07:00:02.687Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T07:00:02.688Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T07:00:02.696Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T07:00:02.697Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:00:02.796Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T07:00:02.797Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T07:00:02.797Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T07:00:02.830Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:02.830Z||pool-150-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-05-29T07:00:03.698Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T07:00:03.699Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T07:00:03.710Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T07:00:03.710Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:00:03.805Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-29T07:00:03.806Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T07:00:03.807Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T07:00:03.839Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:03.840Z||pool-151-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-05-29T07:00:04.712Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T07:00:04.725Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T07:00:04.729Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T07:00:04.730Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:00:04.833Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-29T07:00:04.835Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T07:00:04.836Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T07:00:04.859Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:04.859Z||pool-152-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-29T07:00:05.731Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T07:00:05.732Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T07:00:05.737Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T07:00:05.737Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T07:00:05.843Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-05-29T07:00:05.844Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T07:00:05.845Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T07:00:05.872Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:05.872Z||pool-153-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-29T07:00:06.738Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "91cc6309-3ccf-40fc-9185-f4cce93b4bc0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6d1f7655-068f-4b40-b5f0-f6fdf131629c",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "8d15a21b-44d7-4e5d-90ef-f775f7e56494",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f02f98c3-d9d1-4b76-8432-012d3333b6b8",
      "resourceInvariantUUID": "cf3fee86-f86e-4635-94bf-98d60da9f19d",
      "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": "ODI0NWIzYWY2ODQwMzY5NmIxOTM0ZjE1YzExNjdkYjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0e864b6e-f503-4a02-ab2d-43cdcd72f35b"
    }
  ],
  "workloadContext": "Production"
}
2022-05-29T07:00:06.739Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T07:00:06.739Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91cc6309-3ccf-40fc-9185-f4cce93b4bc0 ASDC
2022-05-29T07:00:06.739Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:abe5c033-f898-41e1-b702-e0a520f5bfab
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:91cc6309-3ccf-40fc-9185-f4cce93b4bc0
ServiceInvariantUUID:6d1f7655-068f-4b40-b5f0-f6fdf131629c
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:0e864b6e-f503-4a02-ab2d-43cdcd72f35b
ArtifactChecksum:ODI0NWIzYWY2ODQwMzY5NmIxOTM0ZjE1YzExNjdkYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:8d15a21b-44d7-4e5d-90ef-f775f7e56494
ResourceInvariantUUID:cf3fee86-f86e-4635-94bf-98d60da9f19d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:f02f98c3-d9d1-4b76-8432-012d3333b6b8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-29T07:00:06.740Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91cc6309-3ccf-40fc-9185-f4cce93b4bc0 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-05-29T07:00:06.875Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T07:00:06.877Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-29T07:00:06.877Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-29T07:00:06.877Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0e864b6e-f503-4a02-ab2d-43cdcd72f35b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-29T07:00:06.877Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-29T07:00:06.878Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-29T07:00:07.124Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-29T07:00:07.139Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0e864b6e-f503-4a02-ab2d-43cdcd72f35b 105664
2022-05-29T07:00:07.139Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-29T07:00:07.140Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-29T07:00:07.140Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T07:00:07.140Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T07:00:07.175Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T07:00:07.175Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807607139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T07:00:07.257Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-05-29T07:00:07.258Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T07:00:07.258Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T07:00:07.288Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:07.289Z||pool-154-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-29T07:00:08.182Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T07:00:08.203Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-29T07:00:08.205Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0e864b6e-f503-4a02-ab2d-43cdcd72f35b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:08.205Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-29T07:00:08.206Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:08.207Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:08.436Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17245357062964360457/Definitions/service-TestPnfMacro-template.yml
2022-05-29T07:00:09.989Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T07:00:09.989Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-29T07:00:09.990Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:09.990Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-29T07:00:09.990Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:09.990Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:09.990Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:09.990Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:09.990Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:09.990Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:09.991Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-29T07:00:09.991Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-29T07:00:09.991Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T07:00:09.991Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T07:00:09.992Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-29T07:00:09.992Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-29T07:00:09.992Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T07:00:09.992Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T07:00:09.992Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T07:00:09.993Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-29T07:00:09.993Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-29T07:00:09.994Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T07:00:09.994Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T07:00:09.994Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T07:00:09.994Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T07:00:09.994Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T07:00:09.995Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T07:00:09.995Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T07:00:09.995Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T07:00:09.995Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T07:00:09.995Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T07:00:09.995Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T07:00:09.996Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:91cc6309-3ccf-40fc-9185-f4cce93b4bc0
Model Version:NULL
Model InvariantUuid:6d1f7655-068f-4b40-b5f0-f6fdf131629c
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-05-29T07:00:10.033Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: f02f98c3-d9d1-4b76-8432-012d3333b6b8
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-05-29T07:00:10.039Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-05-29T07:00:10.039Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f02f98c3-d9d1-4b76-8432-012d3333b6b8
2022-05-29T07:00:10.039Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 91cc6309-3ccf-40fc-9185-f4cce93b4bc0
2022-05-29T07:00:10.039Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 91cc6309-3ccf-40fc-9185-f4cce93b4bc0
2022-05-29T07:00:10.039Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f02f98c3-d9d1-4b76-8432-012d3333b6b8 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-05-29T07:00:10.053Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@316624c, org.onap.sdc.toscaparser.api.parameters.Input@4151e21c, org.onap.sdc.toscaparser.api.parameters.Input@5451bb3d, org.onap.sdc.toscaparser.api.parameters.Input@174ea1b6, org.onap.sdc.toscaparser.api.parameters.Input@277aa511]
2022-05-29T07:00:10.053Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T07:00:10.053Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T07:00:10.054Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 91cc6309-3ccf-40fc-9185-f4cce93b4bc0: test-pnf
2022-05-29T07:00:10.054Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Processing PNF resource: f02f98c3-d9d1-4b76-8432-012d3333b6b8
2022-05-29T07:00:10.054Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-29T07:00:10.054Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T07:00:10.054Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Resource customization UUID: 8d15a21b-44d7-4e5d-90ef-f775f7e56494 is the same as notified resource customizationUUID: 8d15a21b-44d7-4e5d-90ef-f775f7e56494
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-05-29T07:00:10.148Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f02f98c3-d9d1-4b76-8432-012d3333b6b8 0 ASDC deployResourceStructure
2022-05-29T07:00:10.149Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-29T07:00:10.149Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-29T07:00:10.150Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T07:00:10.150Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T07:00:10.153Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T07:00:10.153Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807610149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T07:00:10.253Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T07:00:10.254Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T07:00:10.254Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T07:00:10.294Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:10.295Z||pool-155-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-29T07:00:11.156Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: abe5c033-f898-41e1-b702-e0a520f5bfab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-29T07:00:11.185Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: abe5c033-f898-41e1-b702-e0a520f5bfab
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-05-29T07:00:11.196Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T07:00:11.196Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T07:00:11.196Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T07:00:11.197Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T07:00:11.197Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T07:00:11.197Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T07:00:11.198Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T07:00:11.198Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T07:00:11.198Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T07:00:11.198Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T07:00:11.206Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-29T07:00:11.206Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-29T07:00:11.226Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T07:00:41.226Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: abe5c033-f898-41e1-b702-e0a520f5bfab 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-05-29T07:00:41.238Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: abe5c033-f898-41e1-b702-e0a520f5bfab and serviceModelVersionId: 91cc6309-3ccf-40fc-9185-f4cce93b4bc0
2022-05-29T07:00:41.239Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d1f7655-068f-4b40-b5f0-f6fdf131629c
2022-05-29T07:00:41.240Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d1f7655-068f-4b40-b5f0-f6fdf131629c/model-vers/model-ver/91cc6309-3ccf-40fc-9185-f4cce93b4bc0?depth=0
2022-05-29T07:00:41.246Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T07:00:41.325Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d1f7655-068f-4b40-b5f0-f6fdf131629c/model-vers/model-ver/91cc6309-3ccf-40fc-9185-f4cce93b4bc0?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-05-29T07:00:41.328Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d1f7655-068f-4b40-b5f0-f6fdf131629c/model-vers/model-ver/91cc6309-3ccf-40fc-9185-f4cce93b4bc0?depth=0|INFO|500||Invoke
2022-05-29T07:00:41.357Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d1f7655-068f-4b40-b5f0-f6fdf131629c/model-vers/model-ver/91cc6309-3ccf-40fc-9185-f4cce93b4bc0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-29T07:00:41.914Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d1f7655-068f-4b40-b5f0-f6fdf131629c/model-vers/model-ver/91cc6309-3ccf-40fc-9185-f4cce93b4bc0?depth=0|INFO|500||InvokeReturn
2022-05-29T07:00:41.916Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d1f7655-068f-4b40-b5f0-f6fdf131629c/model-vers/model-ver/91cc6309-3ccf-40fc-9185-f4cce93b4bc0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220529-07:00:40:565-40577], vertex-id=[295048], Content-Length=[0], Date=[Sun, 29 May 2022 07:00:40 GMT], Content-Type=[application/json]}
2022-05-29T07:00:41.917Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-05-29T07:00:41.917Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T07:00:41.918Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-29T07:00:41.930Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-29T07:00:41.931Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID abe5c033-f898-41e1-b702-e0a520f5bfab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T07:00:41.932Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T07:00:41.932Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-29T07:00:41.936Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T07:00:41.937Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807641932,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T07:00:42.037Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T07:00:42.038Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-29T07:00:42.038Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T07:00:42.067Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:42.068Z||pool-156-thread-1|||||INFO|500||cambria reply ok (31 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-05-29T07:00:42.956Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:00:42.958Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T07:00:42.958Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:00:52.521Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:00:52.522Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:00:52.523Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T07:00:52.523Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:01:01.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:01:01.205Z||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-05-29T07:01:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:01:01.243Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:01:01.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-29T07:01:01.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:01.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-29T07:01:01.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:01.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:01:01.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807421200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807549183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:01:01.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807553315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-29T07:01:01.248Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:01:01.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807554627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-29T07:01:01.248Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:01:01.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807555818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-29T07:01:01.248Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:01:01.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807557120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-29T07:01:01.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:01:01.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807558124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-29T07:01:01.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:01:01.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807559135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-29T07:01:01.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:01:01.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807560141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T07:01:01.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bac7a42d-43a7-4f02-abed-88e3c0aa7db9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807592058,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:01:01.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:01.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-29T07:01:01.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:01:01.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:01:02.086Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:01:02.087Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:01:02.087Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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-05-29T07:01:02.087Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:01:11.730Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:02:01.200Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:02:01.204Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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-05-29T07:02:01.204Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:02:01.204Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:02:01.205Z|abe5c033-f898-41e1-b702-e0a520f5bfab|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-05-29T07:02:01.205Z|abe5c033-f898-41e1-b702-e0a520f5bfab|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:02:01.758Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:02:01.760Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-29T07:02:01.760Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:02:01.762Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:02:01.762Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-29T07:02:01.762Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:02:01.762Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:02:01.762Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-29T07:02:01.763Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:02:01.763Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:02:01.763Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-29T07:02:01.763Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-29T07:02:01.763Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:02:01.763Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-29T07:02:01.763Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807593078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-29T07:02:01.763Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-29T07:02:01.763Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-29T07:02:01.764Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807607139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-29T07:02:01.764Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:02:01.764Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-29T07:02:01.764Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807610149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-29T07:02:01.764Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:02:01.764Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-29T07:02:01.765Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abe5c033-f898-41e1-b702-e0a520f5bfab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653807641932,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T07:02:01.765Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T07:02:10.768Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:03:01.200Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:03:01.201Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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-05-29T07:03:01.201Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:03:01.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:03:01.206Z||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-05-29T07:03:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:03:10.789Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:03:10.789Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:04:01.200Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:04:01.201Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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-05-29T07:04:01.201Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:04:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:04:01.206Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T07:04:01.206Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:04:10.768Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:04:10.774Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:05:01.200Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:05:01.202Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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-05-29T07:05:01.202Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:05:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:05:01.204Z||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-05-29T07:05:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:05:10.781Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:05:10.782Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:06:01.200Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:06:01.201Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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-05-29T07:06:01.202Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:06:01.204Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:06:01.205Z|abe5c033-f898-41e1-b702-e0a520f5bfab|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-05-29T07:06:01.206Z|abe5c033-f898-41e1-b702-e0a520f5bfab|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:06:10.758Z|abe5c033-f898-41e1-b702-e0a520f5bfab|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:06:10.764Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:07:01.200Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:07:01.202Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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-05-29T07:07:01.202Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:07:01.204Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:07:01.204Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|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-05-29T07:07:01.205Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:07:10.786Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:07:10.789Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:08:01.200Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:08:01.202Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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-05-29T07:08:01.202Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:08:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:08:01.204Z||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-05-29T07:08:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:08:10.757Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:08:10.760Z|bac7a42d-43a7-4f02-abed-88e3c0aa7db9|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:09:01.200Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:09:01.201Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T07:09:01.202Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:09:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:09:01.205Z||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-05-29T07:09:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:09:10.758Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:09:10.764Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:10:01.200Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:10:01.202Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T07:10:01.203Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:10:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:10:01.204Z||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-05-29T07:10:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:10:10.772Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:10:10.772Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:11:01.200Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:11:01.201Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T07:11:01.201Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:11:01.204Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:11:01.205Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|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-05-29T07:11:01.205Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:11:10.756Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:11:10.760Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:12:01.200Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:12:01.202Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T07:12:01.202Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:12:01.204Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:12:01.204Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|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-05-29T07:12:01.204Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:12:10.774Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:12:10.778Z|0ec1cf86-8a62-40f2-a518-e3bc0bc0dd6e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:13:01.200Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:13:01.201Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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-05-29T07:13:01.201Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|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 Ild9c9EupdsupmEe) ...
2022-05-29T07:13:01.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:13:01.205Z||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-05-29T07:13:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:13:10.757Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:13:10.760Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:14:01.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:14:01.202Z||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-05-29T07:14:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:14:01.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:14:01.206Z||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-05-29T07:14:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:14:10.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:14:10.763Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:15:01.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:15:01.201Z||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-05-29T07:15:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:15:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:15:01.205Z||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-05-29T07:15:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:15:10.756Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:15:10.768Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:16:01.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:16:01.202Z||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-05-29T07:16:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:16:01.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:16:01.205Z||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-05-29T07:16:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:16:10.760Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:16:10.766Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-29T07:17:01.200Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:17:01.202Z||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-05-29T07:17:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T07:17:01.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T07:17:01.204Z||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-05-29T07:17:01.205Z||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 Ild9c9EupdsupmEe) ...