Results

By type

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

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

2022-04-11T03:16:40.537Z||main|||||INFO|500||The following profiles are active: basic
2022-04-11T03:16:53.932Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-11T03:16:53.933Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-11T03:16:54.077Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-11T03:16:58.510Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-11T03:16:58.954Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-11T03:16:59.492Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-11T03:16:59.502Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-11T03:16:59.653Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-11T03:16:59.884Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-11T03:17:00.526Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-11T03:17:02.278Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-11T03:17:04.981Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-11T03:17:05.047Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-11T03:17:05.703Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-11T03:17:05.902Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-11T03:17:07.363Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-11T03:17:08.693Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-11T03:17:08.713Z||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$$51610b81.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-11T03:17:08.714Z||main|||||WARN|500||The sdc end point is not alive
2022-04-11T03:17:12.072Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-11T03:17:15.138Z||main|||||WARN|500||---
2022-04-11T03:17:15.139Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-11T03:17:15.139Z||main|||||WARN|500||---
2022-04-11T03:17:15.565Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-11T03:17:21.631Z||main|||||INFO|500||Started Application in 44.761 seconds (JVM running for 46.912)
2022-04-11T03:17:21.641Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-11T03:17:21.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-11T03:17:21.655Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-11T03:17:21.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-11T03:17:21.742Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 51c9a69a-a14c-48ba-95ba-d68b5130b42f url= /sdc/v1/artifactTypes
2022-04-11T03:17:21.743Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-11T03:17:22.036Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-11T03:17:22.066Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-11T03:17:22.101Z||scheduling-1|||||DEBUG|500||create keys
2022-04-11T03:17:22.114Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-11T03:17:22.153Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:17:22.173Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 074e1b20-6534-4901-9933-80946fb7b558 url= /sdc/v1/registerForDistribution
2022-04-11T03:17:22.312Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 074e1b20-6534-4901-9933-80946fb7b558 url= /sdc/v1/registerForDistribution
2022-04-11T03:17:22.312Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-11T03:17:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:17:22.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:17:22.359Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-11T03:17:22.360Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:17:22.360Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:17:22.362Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:17:22.363Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:17:32.774Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:17:32.847Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:18:22.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:18:22.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:18:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:18:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:18:22.353Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:18:22.353Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:18:32.021Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:18:32.028Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:19:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:19:22.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:19:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:19:22.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:19:22.354Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:19:22.354Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:19:31.908Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:19:31.909Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:20:22.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:20:22.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:20:22.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:20:22.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:20:22.355Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:20:22.355Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:20:31.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:20:31.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:21:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:21:22.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:21:22.350Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:21:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:21:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:21:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:21:31.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:21:31.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:22:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:22:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:22:22.350Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:22:22.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:22:22.352Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:22:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:22:31.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:22:31.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:23:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:23:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:23:22.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:23:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:23:22.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:23:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:23:31.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:23:31.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:24:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:24:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:24:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:24:22.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:24:22.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:24:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:24:31.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:24:31.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:25:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:25:22.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:25:22.350Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:25:22.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:25:22.352Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:25:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:25:31.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:25:31.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:26:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:26:22.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:26:22.358Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:26:22.358Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:26:22.359Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:26:22.359Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:26:31.912Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:26:31.912Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:27:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:27:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:27:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:27:22.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:27:22.352Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:27:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:27:31.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:27:31.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:27:32.309Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-11T03:28:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:28:22.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:28:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:28:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:28:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:28:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:28:31.908Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:28:31.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:29:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:29:22.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:29:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:29:22.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:29:22.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:29:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:29:31.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:29:31.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:30:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:30:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:30:22.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:30:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:30:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:30:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:30:31.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:30:31.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:31:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:31:22.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:31:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:31:22.351Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:31:22.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:31:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:31:31.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:31:31.930Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:32:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:32:22.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:32:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:32:22.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:32:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:32:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:32:31.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:32:31.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:33:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:33:22.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:33:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:33:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:33:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:33:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:33:31.914Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:33:31.915Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:34:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:34:22.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:34:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:34:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:34:22.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:34:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:34:31.921Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:34:31.926Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:35:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:35:22.350Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:35:22.350Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:35:22.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:35:22.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:35:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:35:31.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:35:31.907Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:36:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:36:22.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:36:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:36:22.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:36:22.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:36:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:36:31.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:36:31.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:37:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:37:22.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:37:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:37:22.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:37:22.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:37:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:37:31.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:37:31.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:38:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:38:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:38:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:38:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:38:22.352Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:38:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:38:31.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:38:31.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:39:22.349Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:39:22.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:39:22.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:39:22.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:39:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:39:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:39:31.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:39:31.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:40:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:40:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:40:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:40:22.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:40:22.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:40:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:40:31.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:40:31.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:41:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:41:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:41:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:41:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:41:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:41:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:41:31.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:41:31.895Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:42:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:42:22.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:42:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:42:22.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:42:22.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:42:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:42:31.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:42:31.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:43:22.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:43:22.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:43:22.350Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:43:22.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:43:22.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:43:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:43:31.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:43:31.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:44:22.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:44:22.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:44:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:44:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:44:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:44:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:44:31.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:44:31.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:45:22.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:45:22.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:45:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:45:22.352Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:45:22.353Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:45:22.353Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:45:31.895Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:45:31.895Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:46:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:46:22.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:46:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:46:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:46:22.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:46:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:46:31.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:46:31.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:47:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:47:22.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:47:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:47:22.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:47:22.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:47:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:47:31.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:47:31.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:48:22.349Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:48:22.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:48:22.353Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:48:22.353Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:48:22.353Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:48:22.353Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:48:31.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:48:31.899Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:49:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:49:22.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:49:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:49:22.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:49:22.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:49:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:49:31.902Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:49:31.908Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:50:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:50:22.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:50:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:50:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:50:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:50:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:50:23.231Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T03:50:31.889Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:50:31.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:51:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:51:22.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:51:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:51:22.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:51:22.352Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:51:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:51:31.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:51:31.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:52:22.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:52:22.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:52:22.350Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:52:22.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:52:22.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:52:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:52:31.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:52:31.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:53:22.349Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:53:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:53:22.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:53:22.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:53:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:53:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:53:31.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:53:31.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:54:22.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:54:22.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:54:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:54:22.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:54:22.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:54:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:54:31.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:54:31.923Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:55:22.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:55:22.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:55:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:55:22.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:55:22.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:55:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:55:31.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:55:31.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:56:22.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:56:22.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:56:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:56:22.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:56:22.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:56:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:56:31.925Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:56:31.928Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:22.349Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:57:22.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:57:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:57:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:22.352Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:57:22.354Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:22.490Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:22.985Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:22.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T03:57:22.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"af4979c4-05fa-4f6d-b172-5b2b6f9f6e97","serviceName":"basic_onboard_QWrUtu","serviceVersion":"1.0","serviceUUID":"431be413-0c06-4ac3-9178-9cda27c4c4ab","serviceDescription":"service","serviceInvariantUUID":"c3a6ae81-2e82-4b27-bbd2-9499a97b8850","resources":[{"resourceInstanceName":"basic_onboard_QWrUtu 0","resourceName":"basic_onboard_QWrUtu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29c5d61b-338d-4d36-a51d-cff92f7af2ba","resourceInvariantUUID":"a73d5264-f4e6-4c6d-9922-902656554ec8","resourceCustomizationUUID":"64254727-d123-4552-8dbb-907098c51e58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml","artifactChecksum":"M2E3MDZjOTNhNDQ0YjA5ZGJmMjQ1MzE0MDNiZjU3Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47f54334-c808-447a-982d-1e5ca9f754b0","artifactVersion":"1"},{"artifactName":"basic_onboard_qwrutu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json","artifactChecksum":"MGM0YTJiN2RkYjM5ZTI0ODYwYTM1M2Q1NzA3ZGNiY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45f6d4f8-cd80-4e30-b34c-393c3b7eaa6a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c86fa88-2939-4b41-81e5-585b24f68839","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5","artifactVersion":"2","generatedFromUUID":"b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQwrutu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml","artifactChecksum":"MDBmOGYzYWY4OTJmYTUwYmI0M2E1ZDc2MTM5YmZmODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d068de8-c614-44ce-bb62-682035c2f50b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQwrutu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar","artifactChecksum":"NjI3ZmZkMjU3YThlZGRhNTEyODVjNzUwNjMyMmQ3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b16da3ad-db26-4ede-b05c-ebdfa776debc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T03:57:23.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "cds",
  "timestamp": 1649649399498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.028Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:23.034Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:23.046Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:23.047Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649392851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "policy-id",
  "timestamp": 1649649393874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "cds",
  "timestamp": 1649649399498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649392851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "policy-id",
  "timestamp": 1649649393874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "cds",
  "timestamp": 1649649399498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649392851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "policy-id",
  "timestamp": 1649649393874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "cds",
  "timestamp": 1649649399498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649392851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "policy-id",
  "timestamp": 1649649393874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "cds",
  "timestamp": 1649649399498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649392851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "policy-id",
  "timestamp": 1649649393874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649405011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "cds",
  "timestamp": 1649649399498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649392851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "policy-id",
  "timestamp": 1649649393874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "dcae-sch",
  "timestamp": 1649649406146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649405011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "cds",
  "timestamp": 1649649399498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649392851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "policy-id",
  "timestamp": 1649649393874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "dcae-sch",
  "timestamp": 1649649406146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649405011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "dcae-sch",
  "timestamp": 1649649406146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649405011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649407754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "cds",
  "timestamp": 1649649409793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649409322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "policy-id",
  "timestamp": 1649649410159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "dcae-sch",
  "timestamp": 1649649406146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649405011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649407754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "cds",
  "timestamp": 1649649410810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.147Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-11T03:57:23.152Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:23.152Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:23.164Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:23.164Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.288Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.317Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "policy-id",
  "timestamp": 1649649411168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:23.349Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "dcae-sch",
  "timestamp": 1649649406146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649405011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649407754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "policy-id",
  "timestamp": 1649649412172,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.375Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.375Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "dcae-sch",
  "timestamp": 1649649406146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.390Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649405011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649407754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "dcae-sch",
  "timestamp": 1649649406146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649407754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649413038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "policy-id",
  "timestamp": 1649649413874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649413875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:23.396Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649407754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649414246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.398Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "cds",
  "timestamp": 1649649414499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "policy-id",
  "timestamp": 1649649413874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649414889,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.405Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.406Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649407754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "cds",
  "timestamp": 1649649414499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649415300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "policy-id",
  "timestamp": 1649649413874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "cds",
  "timestamp": 1649649414499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "policy-id",
  "timestamp": 1649649413874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649416364,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.442Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.443Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T03:57:23.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "cds",
  "timestamp": 1649649414499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "policy-id",
  "timestamp": 1649649413874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649417369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:23.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "cds",
  "timestamp": 1649649414499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "policy-id",
  "timestamp": 1649649413874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "cds",
  "timestamp": 1649649414499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "policy-id",
  "timestamp": 1649649413874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "cds",
  "timestamp": 1649649414499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "policy-id",
  "timestamp": 1649649421608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "cds",
  "timestamp": 1649649422257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "policy-id",
  "timestamp": 1649649422612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:23.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "cds",
  "timestamp": 1649649423263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.482Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:57:23.483Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "policy-id",
  "timestamp": 1649649423615,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.496Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:57:23.496Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649422851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649422851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "clamp",
  "timestamp": 1649649425261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649422851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649425011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "aai-ml",
  "timestamp": 1649649427252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "clamp",
  "timestamp": 1649649426884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649422851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "dcae-sch",
  "timestamp": 1649649426146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649425011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "clamp",
  "timestamp": 1649649427888,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.516Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.516Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649422851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "dcae-sch",
  "timestamp": 1649649426146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649425011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649422851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "dcae-sch",
  "timestamp": 1649649426146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649425011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649427754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649422851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "dcae-sch",
  "timestamp": 1649649426146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649425011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649427754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "dcae-sch",
  "timestamp": 1649649426146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649430958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649425011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649427754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "dcae-sch",
  "timestamp": 1649649426146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649425011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649427754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "dcae-sch",
  "timestamp": 1649649426146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649427754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649432992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649427754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "clamp",
  "timestamp": 1649649410836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649434190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649434758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649427754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:23.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:57:23.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649435763,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.544Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:57:23.545Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:23.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649435530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:23.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649436552,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.557Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:57:23.558Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T03:57:23.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649437559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:23.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "aai-ml",
  "timestamp": 1649649441551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:23.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:57:23.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:57:23.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "aai-ml",
  "timestamp": 1649649442559,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:23.569Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
2022-04-11T03:57:23.569Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:24.056Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:24.057Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:24.060Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:24.060Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T03:57:24.164Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-11T03:57:24.166Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:24.166Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:24.179Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:24.179Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:25.060Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:25.061Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:25.064Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:25.064Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T03:57:25.164Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:25.169Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:25.169Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:25.182Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:25.183Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-11T03:57:26.065Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:26.066Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:26.068Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:26.068Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:26.168Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:26.170Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:26.170Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:26.181Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:26.182Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:27.069Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:27.071Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:27.073Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:27.073Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T03:57:27.173Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:27.175Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:27.175Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:27.186Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:27.186Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:28.074Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:28.075Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:28.078Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:28.078Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:57:28.178Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:28.179Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:28.179Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:28.191Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:28.192Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:29.079Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:57:29.079Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:29.081Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:29.082Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:57:29.182Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T03:57:29.183Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:29.183Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:29.200Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:29.201Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:30.084Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "serviceName": "basic_onboard_QWrUtu",
  "serviceVersion": "1.0",
  "serviceUUID": "431be413-0c06-4ac3-9178-9cda27c4c4ab",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c3a6ae81-2e82-4b27-bbd2-9499a97b8850",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_QWrUtu 0",
      "resourceCustomizationUUID": "64254727-d123-4552-8dbb-907098c51e58",
      "resourceName": "basic_onboard_QWrUtu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "29c5d61b-338d-4d36-a51d-cff92f7af2ba",
      "resourceInvariantUUID": "a73d5264-f4e6-4c6d-9922-902656554ec8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_qwrutu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
          "artifactChecksum": "MGM0YTJiN2RkYjM5ZTI0ODYwYTM1M2Q1NzA3ZGNiY2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "45f6d4f8-cd80-4e30-b34c-393c3b7eaa6a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5",
            "generatedFromUUID": "b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardQwrutu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
      "artifactChecksum": "NjI3ZmZkMjU3YThlZGRhNTEyODVjNzUwNjMyMmQ3MTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b16da3ad-db26-4ede-b05c-ebdfa776debc"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T03:57:30.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T03:57:30.085Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 431be413-0c06-4ac3-9178-9cda27c4c4ab ASDC
2022-04-11T03:57:30.211Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
ServiceName:basic_onboard_QWrUtu
ServiceVersion:1.0
ServiceUUID:431be413-0c06-4ac3-9178-9cda27c4c4ab
ServiceInvariantUUID:c3a6ae81-2e82-4b27-bbd2-9499a97b8850
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQwrutu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar
ArtifactUUID:b16da3ad-db26-4ede-b05c-ebdfa776debc
ArtifactChecksum:NjI3ZmZkMjU3YThlZGRhNTEyODVjNzUwNjMyMmQ3MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QWrUtu 0
ResourceCustomizationUUID:64254727-d123-4552-8dbb-907098c51e58
ResourceInvariantUUID:a73d5264-f4e6-4c6d-9922-902656554ec8
ResourceName:basic_onboard_QWrUtu
ResourceType:VF
ResourceUUID:29c5d61b-338d-4d36-a51d-cff92f7af2ba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qwrutu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json
ArtifactUUID:45f6d4f8-cd80-4e30-b34c-393c3b7eaa6a
ArtifactChecksum:MGM0YTJiN2RkYjM5ZTI0ODYwYTM1M2Q1NzA3ZGNiY2Q=
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/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4
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/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
ArtifactUUID:ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5
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/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
ArtifactUUID:ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T03:57:30.212Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 431be413-0c06-4ac3-9178-9cda27c4c4ab ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T03:57:30.260Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T03:57:30.261Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:57:30.262Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:57:30.262Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b16da3ad-db26-4ede-b05c-ebdfa776debc from URL: /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:30.263Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:57:30.264Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:30.400Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:57:30.415Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar b16da3ad-db26-4ede-b05c-ebdfa776debc 71553
2022-04-11T03:57:30.417Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar ASDC sendASDCNotification
2022-04-11T03:57:30.417Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:30.418Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:57:30.419Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:30.421Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:30.421Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649450415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:30.521Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:30.522Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:30.522Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:30.533Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:30.534Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:31.421Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T03:57:31.422Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:57:31.423Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b16da3ad-db26-4ede-b05c-ebdfa776debc, URL: /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar to file: /app/ASDC/1/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:31.423Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:31.510Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:31.510Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:32.076Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9210138016743278651/Definitions/service-BasicOnboardQwrutu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-11T03:57:33.812Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T03:57:33.817Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T03:57:33.817Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.817Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.818Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.819Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QWrUtu 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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.819Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|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-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:33.819Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T03:57:33.825Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.827Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.831Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:33.832Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T03:57:33.833Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T03:57:33.835Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.836Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.840Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is not matching search criteria
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T03:57:33.841Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T03:57:33.842Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.842Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T03:57:33.843Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.843Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:33.843Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:33.844Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.844Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:33.844Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:33.845Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.845Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:33.845Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:33.845Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.845Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is not matching search criteria
2022-04-11T03:57:33.846Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T03:57:33.846Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T03:57:33.846Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b787725-07f6-4176-8538-90db00da56d1
2022-04-11T03:57:33.846Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.846Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.847Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.847Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.847Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.847Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.847Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:33.848Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:33.848Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_QWrUtu
Description:service
Model UUID:431be413-0c06-4ac3-9178-9cda27c4c4ab
Model Version:NULL
Model InvariantUuid:c3a6ae81-2e82-4b27-bbd2-9499a97b8850
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_QWrUtu
Model UUID:4ed498a8-a765-4db2-9906-c6de424b50f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a73d5264-f4e6-4c6d-9922-902656554ec8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:64254727-d123-4552-8dbb-907098c51e58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b60d06c0-2d88-4463-ba0f-bb9d09d025c0
ModelName:BasicOnboardQwrutu..base_ubuntu18..module-0
ModelUuid:9a5d355e-b90e-4055-8556-f2094fcee350
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1b787725-07f6-4176-8538-90db00da56d1
ModelInvariantUuid:33f45518-23c3-4d67-8e21-f54bd755cf79
ModelName:basic_onboard_QWrUtu-nodes.ubuntu18Cvfc
ModelUuid:6cd0592e-6b3e-4a1e-9694-7e3c1f21b7f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bab73e05-1adf-4c7a-b4be-a33b646617cd
ModelInvariantUuid:524b770a-3388-44f1-b2be-2c8762bc63e8
ModelName:BasicOnboardQwrutu.compute.nodes.heat.ubuntu18
ModelUuid:e3ff008b-1e3b-4055-bb01-c8f83cc577ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T03:57:33.860Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 29c5d61b-338d-4d36-a51d-cff92f7af2ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:57:33.946Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||basic_onboard_QWrUtu 0
2022-04-11T03:57:33.953Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29c5d61b-338d-4d36-a51d-cff92f7af2ba
2022-04-11T03:57:33.953Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 45f6d4f8-cd80-4e30-b34c-393c3b7eaa6a from URL: /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json
2022-04-11T03:57:33.953Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:57:33.954Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json
2022-04-11T03:57:34.098Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:57:34.098Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json 45f6d4f8-cd80-4e30-b34c-393c3b7eaa6a 798
2022-04-11T03:57:34.099Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json ASDC sendASDCNotification
2022-04-11T03:57:34.099Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json
2022-04-11T03:57:34.099Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:57:34.099Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:34.102Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:34.103Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649454098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:34.203Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:34.204Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:34.204Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:34.218Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:34.218Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T03:57:35.104Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQwrutu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b60d06c0-2d88-4463-ba0f-bb9d09d025c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a5d355e-b90e-4055-8556-f2094fcee350",
    "vfModuleModelCustomizationUUID": "8e9c6315-22ef-4c64-8cd0-f2f016559a31",
    "isBase": true,
    "artifacts": [
      "b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4",
      "ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T03:57:35.118Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQwrutu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a5d355e-b90e-4055-8556-f2094fcee350
VfModuleModelInvariantUUID:b60d06c0-2d88-4463-ba0f-bb9d09d025c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4
,
ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5

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

isBase:true


}

2022-04-11T03:57:35.121Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardQwrutu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b60d06c0-2d88-4463-ba0f-bb9d09d025c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a5d355e-b90e-4055-8556-f2094fcee350",
    "vfModuleModelCustomizationUUID": "8e9c6315-22ef-4c64-8cd0-f2f016559a31",
    "isBase": true,
    "artifacts": [
      "b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4",
      "ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T03:57:35.121Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQwrutu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a5d355e-b90e-4055-8556-f2094fcee350
VfModuleModelInvariantUUID:b60d06c0-2d88-4463-ba0f-bb9d09d025c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4
,
ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5

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

isBase:true


}

2022-04-11T03:57:35.121Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4 from URL: /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml
2022-04-11T03:57:35.122Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:57:35.122Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml
2022-04-11T03:57:35.285Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:57:35.286Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml b4aaad71-eaeb-4dc5-baa2-eb6a0ca6e1a4 5033
2022-04-11T03:57:35.286Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T03:57:35.287Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml
2022-04-11T03:57:35.287Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:57:35.287Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:35.289Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:35.290Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649455286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:35.390Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:35.391Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:35.391Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:35.407Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:35.407Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:36.291Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5 from URL: /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
2022-04-11T03:57:36.292Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:57:36.292Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
2022-04-11T03:57:36.388Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:57:36.389Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env ff64933a-c2bd-4e2a-a866-8f98e8c4f5c5 909
2022-04-11T03:57:36.389Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T03:57:36.390Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
2022-04-11T03:57:36.390Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:57:36.390Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:36.394Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:36.395Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649456389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:57:36.495Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:36.496Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:36.496Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:36.506Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:36.506Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:37.396Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 431be413-0c06-4ac3-9178-9cda27c4c4ab
2022-04-11T03:57:37.397Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QWrUtu 0 29c5d61b-338d-4d36-a51d-cff92f7af2ba ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:57:37.435Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f003fa9, org.onap.sdc.toscaparser.api.parameters.Input@38c5ae40, org.onap.sdc.toscaparser.api.parameters.Input@4fb7caa6, org.onap.sdc.toscaparser.api.parameters.Input@54dbc319, org.onap.sdc.toscaparser.api.parameters.Input@7a08535c]
2022-04-11T03:57:37.439Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.440Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.440Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-04-11T03:57:37.440Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 64254727-d123-4552-8dbb-907098c51e58
2022-04-11T03:57:37.441Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64254727-d123-4552-8dbb-907098c51e58 matches Tosca VF Customization UUID: 64254727-d123-4552-8dbb-907098c51e58
2022-04-11T03:57:37.441Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 64254727-d123-4552-8dbb-907098c51e58  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T03:57:37.449Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.449Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.450Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 64254727-d123-4552-8dbb-907098c51e58: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-11T03:57:37.451Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@295922c2
2022-04-11T03:57:37.451Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.451Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T03:57:37.452Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e9c6315-22ef-4c64-8cd0-f2f016559a31
2022-04-11T03:57:37.453Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e9c6315-22ef-4c64-8cd0-f2f016559a31
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T03:57:37.458Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.458Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:37.459Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:37.459Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.460Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:37.460Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:37.460Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.460Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is not matching search criteria
2022-04-11T03:57:37.461Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T03:57:37.461Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T03:57:37.461Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b787725-07f6-4176-8538-90db00da56d1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T03:57:37.473Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.473Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:37.474Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:57:37.474Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.474Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QWrUtu 0 is matching search criteria
2022-04-11T03:57:37.475Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QWrUtu 0] matching following query criteria: sdcType=VF, customizationUUID=64254727-d123-4552-8dbb-907098c51e58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:57:37.477Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.477Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.478Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 431be413-0c06-4ac3-9178-9cda27c4c4ab: basic_onboard_QWrUtu
2022-04-11T03:57:37.478Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.478Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.480Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.480Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.480Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:57:37.480Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QWrUtu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:57:37.481Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_QWrUtu 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:57:37.669Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QWrUtu 29c5d61b-338d-4d36-a51d-cff92f7af2ba 1 ASDC deployResourceStructure
2022-04-11T03:57:37.670Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json ASDC sendASDCNotification
2022-04-11T03:57:37.670Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json
2022-04-11T03:57:37.671Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:57:37.671Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:37.673Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:37.674Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649457670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:37.774Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:37.775Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:37.775Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:37.787Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:37.788Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:38.675Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T03:57:38.676Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml
2022-04-11T03:57:38.676Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:57:38.677Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:38.679Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:38.679Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649458675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:38.779Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:38.780Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:38.780Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:38.798Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:38.799Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:39.680Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T03:57:39.680Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env
2022-04-11T03:57:39.681Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:57:39.681Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:39.689Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:39.689Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649459679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:39.784Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-11T03:57:39.785Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:39.785Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:39.804Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:39.805Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:40.690Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar ASDC sendASDCNotification
2022-04-11T03:57:40.691Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar
2022-04-11T03:57:40.691Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:57:40.692Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:57:40.694Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:57:40.694Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649460690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:57:40.794Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:57:40.795Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:57:40.795Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:57:40.848Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:57:40.848Z||pool-17-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:57:41.695Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T03:57:41.725Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4979c4-05fa-4f6d-b172-5b2b6f9f6e97
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T03:57:41.732Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T03:57:41.732Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T03:57:41.732Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T03:57:41.732Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T03:57:41.732Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:57:41.733Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:57:41.738Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T03:58:11.739Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T03:58:11.748Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and serviceModelVersionId: 431be413-0c06-4ac3-9178-9cda27c4c4ab
2022-04-11T03:58:11.749Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3a6ae81-2e82-4b27-bbd2-9499a97b8850
2022-04-11T03:58:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:58:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:58:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:22.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:22.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:58:22.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:58:22.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:58:26.527Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0
2022-04-11T03:58:26.631Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T03:58:27.159Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T03:58:27.163Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0|INFO|500||Invoke
2022-04-11T03:58:27.273Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T03:58:27.477Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0|INFO|500||InvokeReturn
2022-04-11T03:58:27.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3a6ae81-2e82-4b27-bbd2-9499a97b8850/model-vers/model-ver/431be413-0c06-4ac3-9178-9cda27c4c4ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220411-03:58:27:282-23699], vertex-id=[176256], Content-Length=[0], Date=[Mon, 11 Apr 2022 03:58:27 GMT], Content-Type=[application/json]}
2022-04-11T03:58:27.479Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-04-11T03:58:27.482Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T03:58:27.482Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:58:27.487Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T03:58:27.488Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af4979c4-05fa-4f6d-b172-5b2b6f9f6e97 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T03:58:27.489Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T03:58:27.489Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:27.492Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:27.492Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649507488,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T03:58:27.592Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:27.593Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:27.594Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:27.605Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:27.605Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T03:58:28.503Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T03:58:28.503Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"03e30f6b-6a17-4ef0-8af9-83e0c3d5621c","serviceName":"vFW 2022-04-11 03-54-28","serviceVersion":"1.0","serviceUUID":"7484ee6d-eda0-4ba2-92ec-860e752ca69b","serviceDescription":"catalog service description","serviceInvariantUUID":"59c337bf-96a0-406f-9ebb-a26e91402187","resources":[{"resourceInstanceName":"vFW 0145936c-caab 0","resourceName":"vFW 0145936c-caab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7867eaf-c09d-4ebf-9865-bb097d0f9fdf","resourceInvariantUUID":"69b2c137-1941-4ef5-978c-cc82d245a98d","resourceCustomizationUUID":"f484fd4a-bd1c-40c9-9100-4523fc753c20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml","artifactChecksum":"NTk4NGRhMGNmN2FiZDJlMjNjZDVjNjgxMzFmZjE0NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46f700be-1c54-446d-b2d7-29e752c1fe8a","artifactVersion":"1"},{"artifactName":"vfw0145936ccaab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json","artifactChecksum":"NTg1ZWU0N2NkODllMDc5ZDlhMzliY2Q5YzlkNTg2NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c5e0fdb-4146-4bf5-8b9d-a1d5e0405632","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ec6e3c4-1207-4178-9ec5-e6bd05655ff1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml","artifactChecksum":"OGI1ZTk5MjhhYTNmNDg0NWUyYjY0MGMwYzBiOWNlZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"895ac64c-e755-43bd-8837-6b5bc4f99b3b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37b5e564-87cb-486d-8f54-4c80768f2cb3","artifactVersion":"3","generatedFromUUID":"3ec6e3c4-1207-4178-9ec5-e6bd05655ff1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411035428-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml","artifactChecksum":"OWQ2NjUyOGM2YmQ0MzViOTNiMTRlMjJlZTA4ZTIyNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2253fb70-3da8-453d-a0e1-50fc15d83dc8","artifactVersion":"1"},{"artifactName":"service-Vfw20220411035428-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar","artifactChecksum":"NTQ4YTYxMmJhNTMxYTIzMGM0ZDcxNWJlM2ZjMzAyNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2b144c3-0397-4114-9ac9-251f8522a573","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T03:58:28.504Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:28.504Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:28.507Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:28.507Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:58:28.608Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T03:58:28.609Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:28.609Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:28.619Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:28.620Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:29.507Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:29.508Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:29.511Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:29.511Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T03:58:29.611Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:29.612Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:29.612Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:29.623Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:29.624Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T03:58:30.512Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:30.513Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:30.515Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:30.515Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T03:58:30.615Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:30.616Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:30.616Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:30.627Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:30.627Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:31.515Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:31.517Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:31.519Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:31.519Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:58:31.620Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:31.621Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:31.621Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:31.633Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:31.634Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-11T03:58:32.520Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:32.521Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:32.523Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:32.524Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T03:58:32.624Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:32.625Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:32.625Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:32.636Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:32.636Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:33.524Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:33.525Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:33.527Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:33.527Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:58:33.627Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:33.629Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:33.629Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:33.640Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:33.641Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:34.534Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T03:58:34.535Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:34.537Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:34.537Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:58:34.637Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:34.639Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:34.639Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:34.650Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:34.650Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:35.540Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "serviceName": "vFW 2022-04-11 03-54-28",
  "serviceVersion": "1.0",
  "serviceUUID": "7484ee6d-eda0-4ba2-92ec-860e752ca69b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "59c337bf-96a0-406f-9ebb-a26e91402187",
  "resources": [
    {
      "resourceInstanceName": "vFW 0145936c-caab 0",
      "resourceCustomizationUUID": "f484fd4a-bd1c-40c9-9100-4523fc753c20",
      "resourceName": "vFW 0145936c-caab",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f7867eaf-c09d-4ebf-9865-bb097d0f9fdf",
      "resourceInvariantUUID": "69b2c137-1941-4ef5-978c-cc82d245a98d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0145936ccaab0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
          "artifactChecksum": "NTg1ZWU0N2NkODllMDc5ZDlhMzliY2Q5YzlkNTg2NjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3c5e0fdb-4146-4bf5-8b9d-a1d5e0405632",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3ec6e3c4-1207-4178-9ec5-e6bd05655ff1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "37b5e564-87cb-486d-8f54-4c80768f2cb3",
            "generatedFromUUID": "3ec6e3c4-1207-4178-9ec5-e6bd05655ff1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "37b5e564-87cb-486d-8f54-4c80768f2cb3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220411035428-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
      "artifactChecksum": "NTQ4YTYxMmJhNTMxYTIzMGM0ZDcxNWJlM2ZjMzAyNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b2b144c3-0397-4114-9ac9-251f8522a573"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T03:58:35.540Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T03:58:35.540Z|af4979c4-05fa-4f6d-b172-5b2b6f9f6e97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7484ee6d-eda0-4ba2-92ec-860e752ca69b ASDC
2022-04-11T03:58:35.541Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
ServiceName:vFW 2022-04-11 03-54-28
ServiceVersion:1.0
ServiceUUID:7484ee6d-eda0-4ba2-92ec-860e752ca69b
ServiceInvariantUUID:59c337bf-96a0-406f-9ebb-a26e91402187
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411035428-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar
ArtifactUUID:b2b144c3-0397-4114-9ac9-251f8522a573
ArtifactChecksum:NTQ4YTYxMmJhNTMxYTIzMGM0ZDcxNWJlM2ZjMzAyNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0145936c-caab 0
ResourceCustomizationUUID:f484fd4a-bd1c-40c9-9100-4523fc753c20
ResourceInvariantUUID:69b2c137-1941-4ef5-978c-cc82d245a98d
ResourceName:vFW 0145936c-caab
ResourceType:VF
ResourceUUID:f7867eaf-c09d-4ebf-9865-bb097d0f9fdf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0145936ccaab0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json
ArtifactUUID:3c5e0fdb-4146-4bf5-8b9d-a1d5e0405632
ArtifactChecksum:NTg1ZWU0N2NkODllMDc5ZDlhMzliY2Q5YzlkNTg2NjY=
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/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml
ArtifactUUID:3ec6e3c4-1207-4178-9ec5-e6bd05655ff1
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
ArtifactUUID:37b5e564-87cb-486d-8f54-4c80768f2cb3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
ArtifactUUID:37b5e564-87cb-486d-8f54-4c80768f2cb3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T03:58:35.543Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7484ee6d-eda0-4ba2-92ec-860e752ca69b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T03:58:35.571Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T03:58:35.572Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:58:35.572Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:58:35.572Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b2b144c3-0397-4114-9ac9-251f8522a573 from URL: /sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:35.573Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:58:35.573Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:35.800Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:58:35.804Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar b2b144c3-0397-4114-9ac9-251f8522a573 98924
2022-04-11T03:58:35.805Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar ASDC sendASDCNotification
2022-04-11T03:58:35.805Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:35.805Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:58:35.806Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:35.808Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:35.808Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649515805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:58:35.908Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:35.910Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:35.910Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:35.921Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:35.921Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:36.809Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T03:58:36.810Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T03:58:36.811Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b2b144c3-0397-4114-9ac9-251f8522a573, URL: /sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar to file: /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:36.811Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411035428-csar.csar
2022-04-11T03:58:36.812Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:36.812Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:37.121Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12825592029378780254/Definitions/service-Vfw20220411035428-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-04-11T03:58:39.101Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T03:58:39.102Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T03:58:39.102Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.102Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T03:58:39.102Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.102Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0145936c-caab 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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.103Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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-Vfw20220411035428-csar.csar
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:39.104Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T03:58:39.105Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T03:58:39.106Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.106Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.106Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.106Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:39.106Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T03:58:39.107Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.108Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T03:58:39.109Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.109Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T03:58:39.109Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.109Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:39.109Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:39.110Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T03:58:39.111Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.112Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a51a381f-49f7-4976-8e40-d7be60d83e99
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.113Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.114Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9c233e29-968d-40e8-9266-d62027359fb8
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T03:58:39.115Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T03:58:39.116Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=46cccffd-ceb4-477e-8f6e-df8b281156b7
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.117Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:39.118Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-11 03-54-28
Description:catalog service description
Model UUID:7484ee6d-eda0-4ba2-92ec-860e752ca69b
Model Version:NULL
Model InvariantUuid:59c337bf-96a0-406f-9ebb-a26e91402187
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0145936c-caab
Model UUID:4c369faf-c569-4752-ab6a-35b6e1a539ba
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b2c137-1941-4ef5-978c-cc82d245a98d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f484fd4a-bd1c-40c9-9100-4523fc753c20
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dd8374ff-b065-4f16-8e68-d4a2a47e7e30
ModelName:Vfw0145936cCaab..base_vfw..module-0
ModelUuid:e65501ec-25e8-4fc5-941d-91671e35be6e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a51a381f-49f7-4976-8e40-d7be60d83e99
ModelInvariantUuid:e10c67dd-5b2c-46f6-880b-897ef9612af5
ModelName:vFW 0145936c-caab-nodes.vfwCvfc
ModelUuid:b6afcce4-97b3-4ee8-b8b4-f893ca7c6bcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1e489bf8-1fb7-450d-a052-8d2248e73a85
ModelInvariantUuid:609813a9-908a-477d-b321-bdd228117354
ModelName:Vfw0145936cCaab.compute.nodes.heat.vfw
ModelUuid:0e925571-9338-4106-82c4-b2f422bd0034
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9c233e29-968d-40e8-9266-d62027359fb8
ModelInvariantUuid:1b7ac56a-c42a-4aa5-a3e9-260b2840ddf0
ModelName:vFW 0145936c-caab-nodes.vsnCvfc
ModelUuid:c523dc1a-81fc-443a-9a44-9e56923eb2da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4616f5f7-3a3e-48d8-bdb5-7b133efbc001
ModelInvariantUuid:d9cb6a67-6bce-4ced-bed0-ff943b75dab7
ModelName:Vfw0145936cCaab.compute.nodes.heat.vsn
ModelUuid:7c7ef658-9028-4904-a57a-017258cdb0e4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:46cccffd-ceb4-477e-8f6e-df8b281156b7
ModelInvariantUuid:30fc5b07-892a-4847-a271-db6a9bfe049d
ModelName:vFW 0145936c-caab-nodes.vpgCvfc
ModelUuid:a2205d2a-93aa-4284-a86e-95c8333a1d04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f8a248c1-1131-4127-b88e-fa6a86efd1d2
ModelInvariantUuid:145fc012-c9ad-457a-968b-c57c6738b0b0
ModelName:Vfw0145936cCaab.compute.nodes.heat.vpg
ModelUuid:de1e2737-98ca-457f-8170-5b7d47ff0ebe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T03:58:39.125Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f7867eaf-c09d-4ebf-9865-bb097d0f9fdf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:58:39.127Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||vFW 0145936c-caab 0
2022-04-11T03:58:39.127Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7867eaf-c09d-4ebf-9865-bb097d0f9fdf
2022-04-11T03:58:39.128Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c5e0fdb-4146-4bf5-8b9d-a1d5e0405632 from URL: /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json
2022-04-11T03:58:39.128Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:58:39.128Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json
2022-04-11T03:58:39.567Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:58:39.567Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json 3c5e0fdb-4146-4bf5-8b9d-a1d5e0405632 785
2022-04-11T03:58:39.567Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json ASDC sendASDCNotification
2022-04-11T03:58:39.567Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json
2022-04-11T03:58:39.568Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:58:39.568Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:39.570Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:39.570Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649519567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:58:39.670Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:39.672Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:39.672Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:39.683Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:39.683Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:40.571Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0145936cCaab..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dd8374ff-b065-4f16-8e68-d4a2a47e7e30",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e65501ec-25e8-4fc5-941d-91671e35be6e",
    "vfModuleModelCustomizationUUID": "6cff778d-fde0-4184-837b-45caac2adaf7",
    "isBase": true,
    "artifacts": [
      "3ec6e3c4-1207-4178-9ec5-e6bd05655ff1",
      "37b5e564-87cb-486d-8f54-4c80768f2cb3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T03:58:40.575Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0145936cCaab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e65501ec-25e8-4fc5-941d-91671e35be6e
VfModuleModelInvariantUUID:dd8374ff-b065-4f16-8e68-d4a2a47e7e30
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ec6e3c4-1207-4178-9ec5-e6bd05655ff1
,
37b5e564-87cb-486d-8f54-4c80768f2cb3

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

isBase:true


}

2022-04-11T03:58:40.577Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0145936cCaab..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dd8374ff-b065-4f16-8e68-d4a2a47e7e30",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e65501ec-25e8-4fc5-941d-91671e35be6e",
    "vfModuleModelCustomizationUUID": "6cff778d-fde0-4184-837b-45caac2adaf7",
    "isBase": true,
    "artifacts": [
      "3ec6e3c4-1207-4178-9ec5-e6bd05655ff1",
      "37b5e564-87cb-486d-8f54-4c80768f2cb3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T03:58:40.577Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0145936cCaab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e65501ec-25e8-4fc5-941d-91671e35be6e
VfModuleModelInvariantUUID:dd8374ff-b065-4f16-8e68-d4a2a47e7e30
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ec6e3c4-1207-4178-9ec5-e6bd05655ff1
,
37b5e564-87cb-486d-8f54-4c80768f2cb3

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

isBase:true


}

2022-04-11T03:58:40.577Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3ec6e3c4-1207-4178-9ec5-e6bd05655ff1 from URL: /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml
2022-04-11T03:58:40.578Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:58:40.578Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml
2022-04-11T03:58:41.076Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:58:41.077Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml 3ec6e3c4-1207-4178-9ec5-e6bd05655ff1 20368
2022-04-11T03:58:41.077Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T03:58:41.077Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml
2022-04-11T03:58:41.077Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:58:41.078Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:41.080Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:41.080Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649521077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:58:41.181Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:41.182Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:41.182Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:41.210Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:41.210Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:42.081Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 37b5e564-87cb-486d-8f54-4c80768f2cb3 from URL: /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
2022-04-11T03:58:42.082Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T03:58:42.082Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
2022-04-11T03:58:42.365Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T03:58:42.366Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env 37b5e564-87cb-486d-8f54-4c80768f2cb3 2098
2022-04-11T03:58:42.366Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T03:58:42.366Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
2022-04-11T03:58:42.366Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T03:58:42.366Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:42.368Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:42.368Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649522366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:58:42.469Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T03:58:42.470Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:42.471Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:42.480Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:42.481Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T03:58:43.369Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7484ee6d-eda0-4ba2-92ec-860e752ca69b
2022-04-11T03:58:43.369Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0145936c-caab 0 f7867eaf-c09d-4ebf-9865-bb097d0f9fdf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:58:43.392Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51a71912, org.onap.sdc.toscaparser.api.parameters.Input@781c566e, org.onap.sdc.toscaparser.api.parameters.Input@cbde1, org.onap.sdc.toscaparser.api.parameters.Input@589e307c, org.onap.sdc.toscaparser.api.parameters.Input@3198ddf4]
2022-04-11T03:58:43.394Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.394Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.395Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-04-11T03:58:43.395Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f484fd4a-bd1c-40c9-9100-4523fc753c20
2022-04-11T03:58:43.395Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f484fd4a-bd1c-40c9-9100-4523fc753c20 matches Tosca VF Customization UUID: f484fd4a-bd1c-40c9-9100-4523fc753c20
2022-04-11T03:58:43.395Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f484fd4a-bd1c-40c9-9100-4523fc753c20  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T03:58:43.398Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.398Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.399Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f484fd4a-bd1c-40c9-9100-4523fc753c20: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T03:58:43.400Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@671fd5d7
2022-04-11T03:58:43.400Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.400Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T03:58:43.400Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6cff778d-fde0-4184-837b-45caac2adaf7
2022-04-11T03:58:43.401Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6cff778d-fde0-4184-837b-45caac2adaf7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T03:58:43.404Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.404Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.405Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:43.405Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.405Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.405Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:43.406Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.406Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:43.406Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:43.407Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T03:58:43.407Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:43.408Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T03:58:43.408Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T03:58:43.408Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.409Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.409Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T03:58:43.409Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.409Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T03:58:43.410Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.410Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a51a381f-49f7-4976-8e40-d7be60d83e99
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T03:58:43.413Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.413Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.414Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:43.414Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.414Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T03:58:43.415Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.416Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9c233e29-968d-40e8-9266-d62027359fb8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T03:58:43.418Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.419Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.419Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:43.422Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.422Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.423Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T03:58:43.424Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T03:58:43.425Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=46cccffd-ceb4-477e-8f6e-df8b281156b7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T03:58:43.427Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.428Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.428Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T03:58:43.428Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.428Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Node template vFW 0145936c-caab 0 is matching search criteria
2022-04-11T03:58:43.428Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0145936c-caab 0] matching following query criteria: sdcType=VF, customizationUUID=f484fd4a-bd1c-40c9-9100-4523fc753c20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T03:58:43.430Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.430Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.431Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7484ee6d-eda0-4ba2-92ec-860e752ca69b: vFW 0145936c-caab
2022-04-11T03:58:43.431Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.431Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.431Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.432Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.432Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.432Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.433Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.433Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.433Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T03:58:43.433Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-04-11 03-54-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T03:58:43.433Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-04-11 03-54-28 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:58:43.620Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0145936c-caab f7867eaf-c09d-4ebf-9865-bb097d0f9fdf 1 ASDC deployResourceStructure
2022-04-11T03:58:43.621Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json ASDC sendASDCNotification
2022-04-11T03:58:43.621Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json
2022-04-11T03:58:43.622Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:58:43.622Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:43.625Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:43.625Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649523621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T03:58:43.725Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:43.727Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:43.727Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:43.737Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:43.738Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:44.626Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T03:58:44.627Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml
2022-04-11T03:58:44.627Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:58:44.627Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:44.630Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:44.630Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649524626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T03:58:44.730Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:44.731Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:44.732Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:44.742Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:44.743Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:45.631Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T03:58:45.632Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env
2022-04-11T03:58:45.632Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:58:45.632Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:45.635Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:45.636Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649525631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T03:58:45.735Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T03:58:45.736Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:45.737Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:45.746Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:45.747Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:46.637Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar ASDC sendASDCNotification
2022-04-11T03:58:46.637Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar
2022-04-11T03:58:46.637Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T03:58:46.638Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T03:58:46.640Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T03:58:46.640Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649526636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:58:46.740Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T03:58:46.742Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T03:58:46.742Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T03:58:46.754Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:58:46.755Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T03:58:47.641Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T03:58:47.652Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T03:58:47.654Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T03:58:47.654Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T03:58:47.655Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T03:59:17.655Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T03:59:17.664Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T03:59:17.667Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T03:59:17.667Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T03:59:17.668Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T03:59:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T03:59:22.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T03:59:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T03:59:22.376Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T03:59:22.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "clamp",
  "timestamp": 1649649444883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "clamp",
  "timestamp": 1649649446878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T03:59:22.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "clamp",
  "timestamp": 1649649447882,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:59:22.389Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:59:22.390Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "aai-ml",
  "timestamp": 1649649419317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "aai-ml",
  "timestamp": 1649649450685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.399Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649450415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649454098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649455286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649456389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649457670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/basic_onboard_qwrutu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T03:59:22.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649458675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649459679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/resourceInstances/basic_onboard_qwrutu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-11T03:59:22.402Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649460690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwrutu/1.0/artifacts/service-BasicOnboardQwrutu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "aai-ml",
  "timestamp": 1649649464091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T03:59:22.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T03:59:22.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T03:59:22.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "aai-ml",
  "timestamp": 1649649465097,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:59:22.409Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
2022-04-11T03:59:22.410Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T03:59:47.668Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T03:59:47.680Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T03:59:47.683Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:59:47.684Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T03:59:47.685Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T03:59:47.690Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:00:17.690Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T04:00:17.695Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and serviceModelVersionId: 7484ee6d-eda0-4ba2-92ec-860e752ca69b
2022-04-11T04:00:17.696Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59c337bf-96a0-406f-9ebb-a26e91402187
2022-04-11T04:00:17.696Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0
2022-04-11T04:00:17.700Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:00:17.750Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|INFO|500||Invoke
2022-04-11T04:00:17.751Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03e30f6b-6a17-4ef0-8af9-83e0c3d5621c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4373e53-1c4b-4062-a852-51d7cd1aa4ba], X-ECOMP-RequestID=[03e30f6b-6a17-4ef0-8af9-83e0c3d5621c], X-TransactionId=[], X-ONAP-RequestID=[03e30f6b-6a17-4ef0-8af9-83e0c3d5621c], Content-Type=[application/merge-patch+json]}
2022-04-11T04:00:17.775Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T04:00:18.213Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?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/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220411-04:00:17:782-38653], vertex-id=[344288], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:00:17 GMT], Content-Type=[application/json]}
2022-04-11T04:00:18.214Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:00:18.215Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59c337bf-96a0-406f-9ebb-a26e91402187/model-vers/model-ver/7484ee6d-eda0-4ba2-92ec-860e752ca69b?depth=0|INFO|500||InvokeReturn
2022-04-11T04:00:18.215Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:00:18.215Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:00:18.220Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T04:00:18.220Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03e30f6b-6a17-4ef0-8af9-83e0c3d5621c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:00:18.221Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:00:18.221Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:18.224Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:18.225Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649618221,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:00:18.324Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:00:18.325Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:18.325Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:18.337Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:18.338Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:00:19.239Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:00:19.240Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:00:19.240Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:00:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:00:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:22.376Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:22.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af4979c4-05fa-4f6d-b172-5b2b6f9f6e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649507488,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:00:22.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:00:22.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649442348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649515805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649519567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649521077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:00:22.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649522366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649523621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/vfw0145936ccaab0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649524626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:00:22.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649525631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/resourceInstances/vfw0145936ccaab0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649526636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411035428/1.0/artifacts/service-Vfw20220411035428-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:00:22.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:00:23.575Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:23.576Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T04:00:23.576Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8f39e23-20ec-4767-9958-3fd77cd2a07a","serviceName":"basic_onboard_WDnOFp","serviceVersion":"1.0","serviceUUID":"1d9e35cd-6251-4758-8d46-297c0dde5fad","serviceDescription":"service","serviceInvariantUUID":"7f93e051-976a-4733-9ae4-c2d7d8b7063f","resources":[{"resourceInstanceName":"basic_onboard_WDnOFp 0","resourceName":"basic_onboard_WDnOFp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d57d15ef-ad44-410f-b244-3aeecea24bed","resourceInvariantUUID":"810ac1fa-2e5b-4363-863e-6942d603237d","resourceCustomizationUUID":"f4021c58-c0ab-47f8-98f5-e8d293313e7e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml","artifactChecksum":"OTg1NWUxY2EwNjI0MjEzOTA3ZDU2YmMzOGQwYzZiMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94cd9adc-fb29-4f64-9ffe-cc73381809c0","artifactVersion":"1"},{"artifactName":"basic_onboard_wdnofp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json","artifactChecksum":"MWVjOTdiMWY5YTU4MjQ2MDI0ODVhZjEwYjZiYzc4NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e224cd76-daf4-469a-a88c-a4873430888f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"818a0463-3475-49f0-9cb4-7d21ab852ca2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca5cf275-f7a0-4b0c-b3ae-65daa8676888","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8d7b2310-f8e7-47da-8908-32adee44cf9e","artifactVersion":"2","generatedFromUUID":"818a0463-3475-49f0-9cb4-7d21ab852ca2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWdnofp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml","artifactChecksum":"ZWZiNGE0NjMwNjIzNmVmNWVkODZkMDVlM2YwYTcyZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9adac12-7f69-445f-8389-875acb8787cd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWdnofp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar","artifactChecksum":"NjM5Y2Q0YzUyNjg1MTYwN2JkMDZjNmRkZDI1ZTQ0MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a5796e9-ce3d-455d-bcbd-387e2a21f78c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T04:00:23.579Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:23.580Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:23.581Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:23.582Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:00:23.682Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:23.683Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:23.683Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:23.693Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:23.694Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:24.582Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:24.583Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:24.585Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:24.585Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:00:24.685Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:24.686Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:24.687Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:24.698Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:24.698Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:25.585Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:25.586Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:25.588Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:25.588Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:00:25.688Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:25.689Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:25.689Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:25.698Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:25.699Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:00:26.589Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:26.589Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:26.591Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:26.591Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:00:26.692Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:26.693Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:26.693Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:26.708Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:26.709Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:27.592Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:27.593Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:27.595Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:27.595Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T04:00:27.695Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:27.697Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:27.697Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:27.710Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:27.711Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:00:28.596Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:28.597Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:28.599Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:28.599Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:00:28.699Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:28.700Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:28.700Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:28.714Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:28.715Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:29.600Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:00:29.600Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:29.602Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:29.603Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:00:29.703Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:29.704Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:29.704Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:29.716Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:29.717Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:30.604Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "serviceName": "basic_onboard_WDnOFp",
  "serviceVersion": "1.0",
  "serviceUUID": "1d9e35cd-6251-4758-8d46-297c0dde5fad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7f93e051-976a-4733-9ae4-c2d7d8b7063f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_WDnOFp 0",
      "resourceCustomizationUUID": "f4021c58-c0ab-47f8-98f5-e8d293313e7e",
      "resourceName": "basic_onboard_WDnOFp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d57d15ef-ad44-410f-b244-3aeecea24bed",
      "resourceInvariantUUID": "810ac1fa-2e5b-4363-863e-6942d603237d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wdnofp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
          "artifactChecksum": "MWVjOTdiMWY5YTU4MjQ2MDI0ODVhZjEwYjZiYzc4NmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e224cd76-daf4-469a-a88c-a4873430888f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "818a0463-3475-49f0-9cb4-7d21ab852ca2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8d7b2310-f8e7-47da-8908-32adee44cf9e",
            "generatedFromUUID": "818a0463-3475-49f0-9cb4-7d21ab852ca2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8d7b2310-f8e7-47da-8908-32adee44cf9e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWdnofp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
      "artifactChecksum": "NjM5Y2Q0YzUyNjg1MTYwN2JkMDZjNmRkZDI1ZTQ0MTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a5796e9-ce3d-455d-bcbd-387e2a21f78c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T04:00:30.604Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T04:00:30.605Z|03e30f6b-6a17-4ef0-8af9-83e0c3d5621c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d9e35cd-6251-4758-8d46-297c0dde5fad ASDC
2022-04-11T04:00:30.605Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f8f39e23-20ec-4767-9958-3fd77cd2a07a
ServiceName:basic_onboard_WDnOFp
ServiceVersion:1.0
ServiceUUID:1d9e35cd-6251-4758-8d46-297c0dde5fad
ServiceInvariantUUID:7f93e051-976a-4733-9ae4-c2d7d8b7063f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWdnofp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar
ArtifactUUID:3a5796e9-ce3d-455d-bcbd-387e2a21f78c
ArtifactChecksum:NjM5Y2Q0YzUyNjg1MTYwN2JkMDZjNmRkZDI1ZTQ0MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WDnOFp 0
ResourceCustomizationUUID:f4021c58-c0ab-47f8-98f5-e8d293313e7e
ResourceInvariantUUID:810ac1fa-2e5b-4363-863e-6942d603237d
ResourceName:basic_onboard_WDnOFp
ResourceType:VF
ResourceUUID:d57d15ef-ad44-410f-b244-3aeecea24bed
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wdnofp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json
ArtifactUUID:e224cd76-daf4-469a-a88c-a4873430888f
ArtifactChecksum:MWVjOTdiMWY5YTU4MjQ2MDI0ODVhZjEwYjZiYzc4NmQ=
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/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:818a0463-3475-49f0-9cb4-7d21ab852ca2
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/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
ArtifactUUID:8d7b2310-f8e7-47da-8908-32adee44cf9e
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/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
ArtifactUUID:8d7b2310-f8e7-47da-8908-32adee44cf9e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T04:00:30.605Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d9e35cd-6251-4758-8d46-297c0dde5fad ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:00:30.634Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:00:30.636Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T04:00:30.636Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T04:00:30.636Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3a5796e9-ce3d-455d-bcbd-387e2a21f78c from URL: /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:30.636Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T04:00:30.636Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:30.700Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T04:00:30.703Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar 3a5796e9-ce3d-455d-bcbd-387e2a21f78c 71564
2022-04-11T04:00:30.703Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar ASDC sendASDCNotification
2022-04-11T04:00:30.703Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:30.704Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:00:30.704Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:30.705Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:30.706Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649630703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:00:30.806Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:30.808Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:30.808Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:30.819Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:30.819Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:31.706Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:00:31.707Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-11T04:00:31.708Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3a5796e9-ce3d-455d-bcbd-387e2a21f78c, URL: /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar to file: /app/ASDC/1/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:31.708Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:31.708Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:31.708Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:31.846Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13192018407024684187/Definitions/service-BasicOnboardWdnofp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-11T04:00:32.914Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WDnOFp 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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.916Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.917Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:32.917Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T04:00:32.917Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:00:32.917Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.917Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.918Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:32.918Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-11T04:00:32.918Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:00:32.918Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.918Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.919Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.919Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is not matching search criteria
2022-04-11T04:00:32.919Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-11T04:00:32.919Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-11T04:00:32.919Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.920Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:32.921Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:32.921Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.921Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:32.921Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:32.921Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is not matching search criteria
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T04:00:32.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17447f76-963b-43d1-af5b-a087c0c0e385
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.923Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.924Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:32.924Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:32.924Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_WDnOFp
Description:service
Model UUID:1d9e35cd-6251-4758-8d46-297c0dde5fad
Model Version:NULL
Model InvariantUuid:7f93e051-976a-4733-9ae4-c2d7d8b7063f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_WDnOFp
Model UUID:7955da78-2782-47cc-bf30-8e0352d5df27
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:810ac1fa-2e5b-4363-863e-6942d603237d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f4021c58-c0ab-47f8-98f5-e8d293313e7e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c50db1d4-db6e-4c3c-b567-67f1a841fa16
ModelName:BasicOnboardWdnofp..base_ubuntu18..module-0
ModelUuid:2f0908c5-ed24-4fc8-b966-0cd3747ecd34
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:17447f76-963b-43d1-af5b-a087c0c0e385
ModelInvariantUuid:088b1f6a-5715-4bd9-8654-e5dc7135a52c
ModelName:basic_onboard_WDnOFp-nodes.ubuntu18Cvfc
ModelUuid:81f64e61-9d0b-4027-99a7-540a44143107
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d9346b30-46f5-4ad2-a808-55fef3073e9d
ModelInvariantUuid:347bc52c-fd67-4392-933b-ac23750b583f
ModelName:BasicOnboardWdnofp.compute.nodes.heat.ubuntu18
ModelUuid:64e0ca01-b8d8-449d-95b6-40a7bf9dbc37
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T04:00:32.930Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d57d15ef-ad44-410f-b244-3aeecea24bed
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:00:32.933Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||basic_onboard_WDnOFp 0
2022-04-11T04:00:32.933Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d57d15ef-ad44-410f-b244-3aeecea24bed
2022-04-11T04:00:32.933Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e224cd76-daf4-469a-a88c-a4873430888f from URL: /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json
2022-04-11T04:00:32.933Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T04:00:32.934Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json
2022-04-11T04:00:33.200Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T04:00:33.201Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json e224cd76-daf4-469a-a88c-a4873430888f 798
2022-04-11T04:00:33.201Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json ASDC sendASDCNotification
2022-04-11T04:00:33.202Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json
2022-04-11T04:00:33.202Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:00:33.202Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:33.205Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:33.205Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649633201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:00:33.305Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:33.306Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:33.306Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:33.316Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:33.316Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:34.205Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWdnofp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c50db1d4-db6e-4c3c-b567-67f1a841fa16",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f0908c5-ed24-4fc8-b966-0cd3747ecd34",
    "vfModuleModelCustomizationUUID": "8862b75f-168f-4f4d-b48c-3f1e3639c8da",
    "isBase": true,
    "artifacts": [
      "818a0463-3475-49f0-9cb4-7d21ab852ca2",
      "8d7b2310-f8e7-47da-8908-32adee44cf9e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T04:00:34.209Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWdnofp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f0908c5-ed24-4fc8-b966-0cd3747ecd34
VfModuleModelInvariantUUID:c50db1d4-db6e-4c3c-b567-67f1a841fa16
VfModuleModelDescription:NULL
Artifacts UUID List:{
818a0463-3475-49f0-9cb4-7d21ab852ca2
,
8d7b2310-f8e7-47da-8908-32adee44cf9e

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

isBase:true


}

2022-04-11T04:00:34.211Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWdnofp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c50db1d4-db6e-4c3c-b567-67f1a841fa16",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f0908c5-ed24-4fc8-b966-0cd3747ecd34",
    "vfModuleModelCustomizationUUID": "8862b75f-168f-4f4d-b48c-3f1e3639c8da",
    "isBase": true,
    "artifacts": [
      "818a0463-3475-49f0-9cb4-7d21ab852ca2",
      "8d7b2310-f8e7-47da-8908-32adee44cf9e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T04:00:34.211Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWdnofp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f0908c5-ed24-4fc8-b966-0cd3747ecd34
VfModuleModelInvariantUUID:c50db1d4-db6e-4c3c-b567-67f1a841fa16
VfModuleModelDescription:NULL
Artifacts UUID List:{
818a0463-3475-49f0-9cb4-7d21ab852ca2
,
8d7b2310-f8e7-47da-8908-32adee44cf9e

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

isBase:true


}

2022-04-11T04:00:34.211Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 818a0463-3475-49f0-9cb4-7d21ab852ca2 from URL: /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:00:34.211Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T04:00:34.212Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:00:34.410Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T04:00:34.411Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml 818a0463-3475-49f0-9cb4-7d21ab852ca2 5033
2022-04-11T04:00:34.411Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T04:00:34.411Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:00:34.412Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:00:34.412Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:34.414Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:34.414Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649634411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:00:34.514Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:34.515Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:34.515Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:34.529Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:34.530Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:35.415Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8d7b2310-f8e7-47da-8908-32adee44cf9e from URL: /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
2022-04-11T04:00:35.415Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-11T04:00:35.416Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
2022-04-11T04:00:35.697Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-11T04:00:35.698Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env 8d7b2310-f8e7-47da-8908-32adee44cf9e 909
2022-04-11T04:00:35.698Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T04:00:35.698Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
2022-04-11T04:00:35.698Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:00:35.698Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:35.701Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:35.701Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649635698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:00:35.801Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:35.802Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:35.802Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:35.844Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:35.844Z||pool-45-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:36.701Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1d9e35cd-6251-4758-8d46-297c0dde5fad
2022-04-11T04:00:36.702Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WDnOFp 0 d57d15ef-ad44-410f-b244-3aeecea24bed ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:00:36.714Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18b92fd7, org.onap.sdc.toscaparser.api.parameters.Input@381a652c, org.onap.sdc.toscaparser.api.parameters.Input@2e2e7d01, org.onap.sdc.toscaparser.api.parameters.Input@673deb73, org.onap.sdc.toscaparser.api.parameters.Input@36abb7d4]
2022-04-11T04:00:36.716Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.716Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.717Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-04-11T04:00:36.717Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f4021c58-c0ab-47f8-98f5-e8d293313e7e
2022-04-11T04:00:36.717Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f4021c58-c0ab-47f8-98f5-e8d293313e7e matches Tosca VF Customization UUID: f4021c58-c0ab-47f8-98f5-e8d293313e7e
2022-04-11T04:00:36.717Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f4021c58-c0ab-47f8-98f5-e8d293313e7e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T04:00:36.720Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.720Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.721Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f4021c58-c0ab-47f8-98f5-e8d293313e7e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-11T04:00:36.721Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8862aef
2022-04-11T04:00:36.721Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.721Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:00:36.722Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8862b75f-168f-4f4d-b48c-3f1e3639c8da
2022-04-11T04:00:36.722Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8862b75f-168f-4f4d-b48c-3f1e3639c8da
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T04:00:36.724Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.724Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:36.724Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:36.725Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.725Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:36.725Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:36.725Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.725Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is not matching search criteria
2022-04-11T04:00:36.726Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T04:00:36.726Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T04:00:36.726Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17447f76-963b-43d1-af5b-a087c0c0e385
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T04:00:36.728Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.728Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:36.729Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:00:36.729Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.729Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_WDnOFp 0 is matching search criteria
2022-04-11T04:00:36.729Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_WDnOFp 0] matching following query criteria: sdcType=VF, customizationUUID=f4021c58-c0ab-47f8-98f5-e8d293313e7e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:00:36.731Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.731Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.731Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1d9e35cd-6251-4758-8d46-297c0dde5fad: basic_onboard_WDnOFp
2022-04-11T04:00:36.732Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.732Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.732Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.732Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.732Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.733Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.733Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.733Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.733Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:00:36.734Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_WDnOFp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:00:36.734Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_WDnOFp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:00:36.817Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WDnOFp d57d15ef-ad44-410f-b244-3aeecea24bed 1 ASDC deployResourceStructure
2022-04-11T04:00:36.818Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json ASDC sendASDCNotification
2022-04-11T04:00:36.818Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json
2022-04-11T04:00:36.818Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:00:36.819Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:36.821Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:36.822Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649636818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:00:36.922Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:36.923Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:36.923Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:36.935Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:36.936Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:37.824Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T04:00:37.824Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:00:37.824Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:00:37.825Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:37.827Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:37.827Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649637824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:00:37.927Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:37.929Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:37.929Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:37.942Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:37.942Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:38.828Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T04:00:38.828Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env
2022-04-11T04:00:38.828Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:00:38.829Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:38.831Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:38.831Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649638828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:00:38.931Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:38.932Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:38.932Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:38.943Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:38.944Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:00:39.834Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar ASDC sendASDCNotification
2022-04-11T04:00:39.835Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar
2022-04-11T04:00:39.835Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:00:39.835Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:00:39.838Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:00:39.839Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649639834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:00:39.939Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:00:39.940Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:00:39.940Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:00:39.951Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:00:39.951Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:00:40.839Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8f39e23-20ec-4767-9958-3fd77cd2a07a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:00:40.852Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8f39e23-20ec-4767-9958-3fd77cd2a07a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:00:40.854Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:00:40.854Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T04:00:40.854Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T04:01:10.854Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8f39e23-20ec-4767-9958-3fd77cd2a07a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:01:10.866Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8f39e23-20ec-4767-9958-3fd77cd2a07a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:01:10.869Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:01:10.869Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T04:01:10.869Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T04:01:22.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:01:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:01:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:01:22.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:01:22.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "aai-ml",
  "timestamp": 1649649569317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "cds",
  "timestamp": 1649649564497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649565011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "clamp",
  "timestamp": 1649649560836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649567754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "dcae-sch",
  "timestamp": 1649649566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649565011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "cds",
  "timestamp": 1649649564497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "clamp",
  "timestamp": 1649649560836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "aai-ml",
  "timestamp": 1649649569317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649567754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "dcae-sch",
  "timestamp": 1649649566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649565011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "cds",
  "timestamp": 1649649564497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "clamp",
  "timestamp": 1649649560836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "aai-ml",
  "timestamp": 1649649569317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649567754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "dcae-sch",
  "timestamp": 1649649566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649565011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "cds",
  "timestamp": 1649649564497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "clamp",
  "timestamp": 1649649560836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "aai-ml",
  "timestamp": 1649649569317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649567754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "dcae-sch",
  "timestamp": 1649649566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649572851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "policy-id",
  "timestamp": 1649649573874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649565011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "cds",
  "timestamp": 1649649564497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "clamp",
  "timestamp": 1649649560836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "aai-ml",
  "timestamp": 1649649569317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649567754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "dcae-sch",
  "timestamp": 1649649566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649572851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "policy-id",
  "timestamp": 1649649573874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649565011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "cds",
  "timestamp": 1649649564497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "aai-ml",
  "timestamp": 1649649569317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "clamp",
  "timestamp": 1649649560836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649567754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "dcae-sch",
  "timestamp": 1649649566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649572851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "policy-id",
  "timestamp": 1649649573874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649565011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "cds",
  "timestamp": 1649649564497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "aai-ml",
  "timestamp": 1649649569317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "clamp",
  "timestamp": 1649649560836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "dcae-sch",
  "timestamp": 1649649566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649567754,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649572851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.421Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "policy-id",
  "timestamp": 1649649573874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649572851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "policy-id",
  "timestamp": 1649649573874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649577908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:01:22.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "cds",
  "timestamp": 1649649578778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:01:22.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "aai-ml",
  "timestamp": 1649649579196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:01:22.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649572851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "policy-id",
  "timestamp": 1649649573874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:01:22.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "cds",
  "timestamp": 1649649579787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:01:22.432Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8f39e23-20ec-4767-9958-3fd77cd2a07a
2022-04-11T04:01:22.432Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8f39e23-20ec-4767-9958-3fd77cd2a07a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:01:22.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649572851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "policy-id",
  "timestamp": 1649649573874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:01:22.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:01:22.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649579411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:01:22.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649580592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:01:22.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649580955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:01:22.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "policy-id",
  "timestamp": 1649649581794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:01:22.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649581614,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:01:22.449Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8f39e23-20ec-4767-9958-3fd77cd2a07a
2022-04-11T04:01:22.449Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8f39e23-20ec-4767-9958-3fd77cd2a07a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:01:22.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "policy-id",
  "timestamp": 1649649582805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:01:22.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649582617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:01:22.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "policy-id",
  "timestamp": 1649649583809,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:01:22.463Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8f39e23-20ec-4767-9958-3fd77cd2a07a
2022-04-11T04:01:22.463Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8f39e23-20ec-4767-9958-3fd77cd2a07a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T04:01:22.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649583470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:01:22.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "clamp",
  "timestamp": 1649649584911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:01:22.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649584482,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:01:22.476Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8f39e23-20ec-4767-9958-3fd77cd2a07a
2022-04-11T04:01:22.476Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8f39e23-20ec-4767-9958-3fd77cd2a07a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:01:22.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "clamp",
  "timestamp": 1649649587913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:01:22.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "aai-ml",
  "timestamp": 1649649588437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:01:22.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:22.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "clamp",
  "timestamp": 1649649588919,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:01:22.492Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8f39e23-20ec-4767-9958-3fd77cd2a07a
2022-04-11T04:01:22.492Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8f39e23-20ec-4767-9958-3fd77cd2a07a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:01:22.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "aai-ml",
  "timestamp": 1649649589441,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:01:22.503Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8f39e23-20ec-4767-9958-3fd77cd2a07a
2022-04-11T04:01:22.503Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8f39e23-20ec-4767-9958-3fd77cd2a07a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:01:22.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-11T04:01:22.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e30f6b-6a17-4ef0-8af9-83e0c3d5621c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649618221,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:01:22.512Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:01:40.870Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8f39e23-20ec-4767-9958-3fd77cd2a07a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:01:40.891Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8f39e23-20ec-4767-9958-3fd77cd2a07a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:01:40.895Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:01:40.895Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T04:01:40.895Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T04:01:40.895Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T04:01:40.895Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:01:40.896Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:01:40.896Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:01:40.896Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:01:40.896Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:01:40.896Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:01:40.896Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:01:40.906Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:02:10.907Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8f39e23-20ec-4767-9958-3fd77cd2a07a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T04:02:10.913Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8f39e23-20ec-4767-9958-3fd77cd2a07a and serviceModelVersionId: 1d9e35cd-6251-4758-8d46-297c0dde5fad
2022-04-11T04:02:10.914Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f93e051-976a-4733-9ae4-c2d7d8b7063f
2022-04-11T04:02:10.915Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f93e051-976a-4733-9ae4-c2d7d8b7063f/model-vers/model-ver/1d9e35cd-6251-4758-8d46-297c0dde5fad?depth=0
2022-04-11T04:02:10.922Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:02:10.985Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f93e051-976a-4733-9ae4-c2d7d8b7063f/model-vers/model-ver/1d9e35cd-6251-4758-8d46-297c0dde5fad?depth=0|INFO|500||Invoke
2022-04-11T04:02:10.986Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f93e051-976a-4733-9ae4-c2d7d8b7063f/model-vers/model-ver/1d9e35cd-6251-4758-8d46-297c0dde5fad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f93e051-976a-4733-9ae4-c2d7d8b7063f/model-vers/model-ver/1d9e35cd-6251-4758-8d46-297c0dde5fad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8f39e23-20ec-4767-9958-3fd77cd2a07a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f3611e2-f75a-4623-b1a8-bafe0023d809], X-ECOMP-RequestID=[f8f39e23-20ec-4767-9958-3fd77cd2a07a], X-TransactionId=[], X-ONAP-RequestID=[f8f39e23-20ec-4767-9958-3fd77cd2a07a], Content-Type=[application/merge-patch+json]}
2022-04-11T04:02:11.019Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f93e051-976a-4733-9ae4-c2d7d8b7063f/model-vers/model-ver/1d9e35cd-6251-4758-8d46-297c0dde5fad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T04:02:11.504Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f93e051-976a-4733-9ae4-c2d7d8b7063f/model-vers/model-ver/1d9e35cd-6251-4758-8d46-297c0dde5fad?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/7f93e051-976a-4733-9ae4-c2d7d8b7063f/model-vers/model-ver/1d9e35cd-6251-4758-8d46-297c0dde5fad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220411-04:02:11:029-74764], vertex-id=[364768], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:02:11 GMT], Content-Type=[application/json]}
2022-04-11T04:02:11.505Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f93e051-976a-4733-9ae4-c2d7d8b7063f/model-vers/model-ver/1d9e35cd-6251-4758-8d46-297c0dde5fad?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:02:11.506Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f93e051-976a-4733-9ae4-c2d7d8b7063f/model-vers/model-ver/1d9e35cd-6251-4758-8d46-297c0dde5fad?depth=0|INFO|500||InvokeReturn
2022-04-11T04:02:11.507Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:02:11.507Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:02:11.512Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T04:02:11.512Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8f39e23-20ec-4767-9958-3fd77cd2a07a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:02:11.513Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:02:11.513Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:02:11.517Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:02:11.517Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649731513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:02:11.617Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:02:11.618Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:02:11.619Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:02:11.630Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:02:11.631Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:02:12.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:02:12.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:02:12.531Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:02:22.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:02:22.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:02:22.087Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:02:22.087Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:02:22.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:02:22.352Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:02:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:02:22.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:02:22.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:02:22.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649619239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649630703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649633201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649634411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649635698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649636818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/basic_onboard_wdnofp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:02:22.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649637824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:02:22.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:02:22.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649638828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/resourceInstances/basic_onboard_wdnofp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:02:22.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:02:22.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:02:22.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649639834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdnofp/1.0/artifacts/service-BasicOnboardWdnofp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:02:22.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:02:31.621Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:02:31.622Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:02:31.622Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:02:31.622Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:02:41.165Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:02:41.166Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:02:41.166Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:02:41.166Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:02:50.706Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:03:22.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:03:22.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:03:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:03:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:03:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:03:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:03:22.880Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:03:22.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:03:22.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8f39e23-20ec-4767-9958-3fd77cd2a07a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649731513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:03:22.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:03:31.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:04:22.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:04:22.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:04:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:04:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:04:22.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:04:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:04:31.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:04:31.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:22.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:05:22.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:05:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:22.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:05:22.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:05:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:22.979Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:22.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"72d7cadf-7f89-4e38-9ecc-6f215b45e334","serviceName":"vFW 2022-04-11 04-03-16","serviceVersion":"1.0","serviceUUID":"c728fc3c-dd45-4775-8ee4-b1ad7d049191","serviceDescription":"catalog service description","serviceInvariantUUID":"0938dba4-d2c7-4e05-bdf1-021edb532f2e","resources":[{"resourceInstanceName":"vFW db8d5932-963e 0","resourceName":"vFW db8d5932-963e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3cda5016-feb1-4139-a3a3-0a7d3b526ddb","resourceInvariantUUID":"58af81db-b20e-45b7-856d-a6c157022072","resourceCustomizationUUID":"b92e0c10-b7f8-438b-ae44-6462e9eae68a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml","artifactChecksum":"Yzg0NjNhMzY3M2M5YjQzNmYzMjFkMDIyNzYyOWRmNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80fc450f-cc79-4dc8-bcc2-314ff26f6968","artifactVersion":"1"},{"artifactName":"vfwdb8d5932963e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json","artifactChecksum":"MTYwMDdlNGU0OTQ5Y2E1ZDJkOGJiMWQyYjQ1MzIyNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a47cbc71-9c04-45e0-9a67-83e170ae3cfb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"20ae0e77-5925-44bf-a668-b4721edf6e73","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQ0YWE0ODJlZmYxYzE2NDM0YzkyNzM1ZTNkYzY2NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"99d46a72-f2c0-4be1-90f6-4af96c05e921","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f2ae96a-dbcd-4fc4-a183-3034c074ae1f","artifactVersion":"2","generatedFromUUID":"20ae0e77-5925-44bf-a668-b4721edf6e73"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411040316-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml","artifactChecksum":"MDMxMDNlYzIxYmM4NmFjMDQ4NzJmNjZhMDMwZDNjODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd546add-0bc1-4fab-a2b7-af68f774a1ff","artifactVersion":"1"},{"artifactName":"service-Vfw20220411040316-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar","artifactChecksum":"ZDJmMmNjZGZiYTI2N2EyMTFkZjJhYTQ3YzRjODQxZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d06bea93-5bca-419c-9254-9875d6b0f437","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T04:05:22.981Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:22.983Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:05:22.984Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:22.986Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:22.986Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649887754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "clamp",
  "timestamp": 1649649890836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "cds",
  "timestamp": 1649649894498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "policy-id",
  "timestamp": 1649649893874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "clamp",
  "timestamp": 1649649890836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:05:22.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649887754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "cds",
  "timestamp": 1649649894498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "policy-id",
  "timestamp": 1649649893874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "clamp",
  "timestamp": 1649649890836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649887754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "cds",
  "timestamp": 1649649894498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "policy-id",
  "timestamp": 1649649893874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:05:22.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "aai-ml",
  "timestamp": 1649649899317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "clamp",
  "timestamp": 1649649890836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649887754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "cds",
  "timestamp": 1649649894498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "policy-id",
  "timestamp": 1649649893874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "aai-ml",
  "timestamp": 1649649899317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "clamp",
  "timestamp": 1649649890836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "cds",
  "timestamp": 1649649894498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649887754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "policy-id",
  "timestamp": 1649649893874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "aai-ml",
  "timestamp": 1649649899317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "clamp",
  "timestamp": 1649649890836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "policy-id",
  "timestamp": 1649649893874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649887754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "cds",
  "timestamp": 1649649894498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "aai-ml",
  "timestamp": 1649649899317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "cds",
  "timestamp": 1649649894498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649649887754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "clamp",
  "timestamp": 1649649890836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "policy-id",
  "timestamp": 1649649893874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:05:22.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "aai-ml",
  "timestamp": 1649649899317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:22.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:22.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:22.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649902851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "cds",
  "timestamp": 1649649904177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:23.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "policy-id",
  "timestamp": 1649649904550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:23.001Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "aai-ml",
  "timestamp": 1649649899317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649902851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "cds",
  "timestamp": 1649649905183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:05:23.018Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72d7cadf-7f89-4e38-9ecc-6f215b45e334
2022-04-11T04:05:23.018Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d7cadf-7f89-4e38-9ecc-6f215b45e334 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:05:23.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "policy-id",
  "timestamp": 1649649905554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:05:23.027Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "aai-ml",
  "timestamp": 1649649899317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:05:23.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649902851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "policy-id",
  "timestamp": 1649649906557,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:05:23.032Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72d7cadf-7f89-4e38-9ecc-6f215b45e334
2022-04-11T04:05:23.032Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d7cadf-7f89-4e38-9ecc-6f215b45e334 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:05:23.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649905011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "aai-ml",
  "timestamp": 1649649907145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:23.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649902851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "dcae-sch",
  "timestamp": 1649649906146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649905011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:05:23.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649902851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "dcae-sch",
  "timestamp": 1649649906146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649905011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:05:23.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649902851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "dcae-sch",
  "timestamp": 1649649906146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649905011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649902851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:05:23.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "dcae-sch",
  "timestamp": 1649649906146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649905011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T04:05:23.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "dcae-sch",
  "timestamp": 1649649906146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649910965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:23.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649905011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "clamp",
  "timestamp": 1649649911971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:23.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "dcae-sch",
  "timestamp": 1649649906146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649905011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:05:23.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "dcae-sch",
  "timestamp": 1649649906146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:23.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:05:23.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649912891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:23.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "clamp",
  "timestamp": 1649649913980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:05:23.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649914363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:05:23.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "clamp",
  "timestamp": 1649649914990,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:05:23.056Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72d7cadf-7f89-4e38-9ecc-6f215b45e334
2022-04-11T04:05:23.056Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d7cadf-7f89-4e38-9ecc-6f215b45e334 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:05:23.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649914191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:23.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649649915371,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:05:23.070Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72d7cadf-7f89-4e38-9ecc-6f215b45e334
2022-04-11T04:05:23.070Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d7cadf-7f89-4e38-9ecc-6f215b45e334 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:05:23.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649915429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:23.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649916452,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:05:23.083Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72d7cadf-7f89-4e38-9ecc-6f215b45e334
2022-04-11T04:05:23.083Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d7cadf-7f89-4e38-9ecc-6f215b45e334 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T04:05:23.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649649917455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:05:23.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "aai-ml",
  "timestamp": 1649649919035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:05:23.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:05:23.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T04:05:23.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "aai-ml",
  "timestamp": 1649649920040,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:05:23.096Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72d7cadf-7f89-4e38-9ecc-6f215b45e334
2022-04-11T04:05:23.096Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d7cadf-7f89-4e38-9ecc-6f215b45e334 and ComponentName AAI
2022-04-11T04:05:23.092Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-11T04:05:23.097Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:23.097Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:05:23.110Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:23.110Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:23.986Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:05:23.988Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:23.989Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:23.990Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:05:24.090Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:24.091Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:24.091Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:24.108Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:24.109Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:24.990Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:05:24.991Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:24.994Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:24.994Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:05:25.095Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:25.096Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:25.096Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:25.110Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:25.111Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:25.995Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:05:25.996Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:25.998Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:25.998Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:26.098Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:26.099Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:26.099Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:26.109Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:26.110Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:26.999Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:05:27.000Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:27.002Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:27.002Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T04:05:27.102Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:05:27.103Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:27.103Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:27.116Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:27.116Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:28.003Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:05:28.004Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:28.007Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:28.007Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:05:28.107Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:28.108Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:28.109Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:28.120Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:28.120Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:29.008Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:05:29.008Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:29.010Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:29.010Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:05:29.111Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:29.111Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:29.111Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:29.122Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:29.122Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:30.012Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "serviceName": "vFW 2022-04-11 04-03-16",
  "serviceVersion": "1.0",
  "serviceUUID": "c728fc3c-dd45-4775-8ee4-b1ad7d049191",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0938dba4-d2c7-4e05-bdf1-021edb532f2e",
  "resources": [
    {
      "resourceInstanceName": "vFW db8d5932-963e 0",
      "resourceCustomizationUUID": "b92e0c10-b7f8-438b-ae44-6462e9eae68a",
      "resourceName": "vFW db8d5932-963e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3cda5016-feb1-4139-a3a3-0a7d3b526ddb",
      "resourceInvariantUUID": "58af81db-b20e-45b7-856d-a6c157022072",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdb8d5932963e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
          "artifactChecksum": "MTYwMDdlNGU0OTQ5Y2E1ZDJkOGJiMWQyYjQ1MzIyNDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a47cbc71-9c04-45e0-9a67-83e170ae3cfb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "20ae0e77-5925-44bf-a668-b4721edf6e73",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1f2ae96a-dbcd-4fc4-a183-3034c074ae1f",
            "generatedFromUUID": "20ae0e77-5925-44bf-a668-b4721edf6e73"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1f2ae96a-dbcd-4fc4-a183-3034c074ae1f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220411040316-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
      "artifactChecksum": "ZDJmMmNjZGZiYTI2N2EyMTFkZjJhYTQ3YzRjODQxZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d06bea93-5bca-419c-9254-9875d6b0f437"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T04:05:30.012Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T04:05:30.012Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c728fc3c-dd45-4775-8ee4-b1ad7d049191 ASDC
2022-04-11T04:05:30.013Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:72d7cadf-7f89-4e38-9ecc-6f215b45e334
ServiceName:vFW 2022-04-11 04-03-16
ServiceVersion:1.0
ServiceUUID:c728fc3c-dd45-4775-8ee4-b1ad7d049191
ServiceInvariantUUID:0938dba4-d2c7-4e05-bdf1-021edb532f2e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411040316-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar
ArtifactUUID:d06bea93-5bca-419c-9254-9875d6b0f437
ArtifactChecksum:ZDJmMmNjZGZiYTI2N2EyMTFkZjJhYTQ3YzRjODQxZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW db8d5932-963e 0
ResourceCustomizationUUID:b92e0c10-b7f8-438b-ae44-6462e9eae68a
ResourceInvariantUUID:58af81db-b20e-45b7-856d-a6c157022072
ResourceName:vFW db8d5932-963e
ResourceType:VF
ResourceUUID:3cda5016-feb1-4139-a3a3-0a7d3b526ddb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdb8d5932963e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json
ArtifactUUID:a47cbc71-9c04-45e0-9a67-83e170ae3cfb
ArtifactChecksum:MTYwMDdlNGU0OTQ5Y2E1ZDJkOGJiMWQyYjQ1MzIyNDk=
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/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml
ArtifactUUID:20ae0e77-5925-44bf-a668-b4721edf6e73
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/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env
ArtifactUUID:1f2ae96a-dbcd-4fc4-a183-3034c074ae1f
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/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env
ArtifactUUID:1f2ae96a-dbcd-4fc4-a183-3034c074ae1f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T04:05:30.013Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c728fc3c-dd45-4775-8ee4-b1ad7d049191 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:05:30.046Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:05:30.046Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:05:30.048Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:05:30.049Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d06bea93-5bca-419c-9254-9875d6b0f437 from URL: /sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:30.049Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:05:30.050Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:30.130Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:05:30.137Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar d06bea93-5bca-419c-9254-9875d6b0f437 98932
2022-04-11T04:05:30.137Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar ASDC sendASDCNotification
2022-04-11T04:05:30.137Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:30.137Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:05:30.138Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:30.140Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:30.140Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649930137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:30.240Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:05:30.241Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:30.241Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:30.261Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:30.261Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:31.141Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:05:31.142Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:05:31.143Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d06bea93-5bca-419c-9254-9875d6b0f437, URL: /sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar to file: /app/ASDC/1/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:31.143Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411040316-csar.csar
2022-04-11T04:05:31.144Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:31.144Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:31.413Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP743632034157927807/Definitions/service-Vfw20220411040316-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_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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-11T04:05:33.652Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T04:05:33.653Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:05:33.653Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.653Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T04:05:33.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||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-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||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-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.655Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||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-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.655Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.655Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.655Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.655Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.655Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.656Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW db8d5932-963e 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-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.656Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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-Vfw20220411040316-csar.csar
2022-04-11T04:05:33.656Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:05:33.656Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.656Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:33.657Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:33.657Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:05:33.657Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:05:33.658Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.658Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:33.658Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:33.658Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:05:33.658Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:05:33.659Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.659Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:33.659Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.659Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is not matching search criteria
2022-04-11T04:05:33.660Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T04:05:33.660Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T04:05:33.660Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:33.660Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.661Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.661Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T04:05:33.661Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T04:05:33.661Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T04:05:33.662Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T04:05:33.662Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.662Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:33.662Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T04:05:33.662Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:33.663Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T04:05:33.663Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.663Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T04:05:33.663Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.664Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:05:33.664Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.664Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:33.664Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:05:33.665Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.665Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:33.665Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:05:33.665Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.666Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:33.666Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:05:33.667Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.667Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is not matching search criteria
2022-04-11T04:05:33.667Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T04:05:33.667Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T04:05:33.668Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T04:05:33.668Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T04:05:33.668Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T04:05:33.669Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.669Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:33.669Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T04:05:33.669Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:33.669Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T04:05:33.669Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.670Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d9b82b40-44aa-4a7e-982f-762e81720bef
2022-04-11T04:05:33.670Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.670Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is not matching search criteria
2022-04-11T04:05:33.670Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T04:05:33.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T04:05:33.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:33.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T04:05:33.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T04:05:33.672Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T04:05:33.672Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T04:05:33.672Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:33.672Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T04:05:33.672Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.673Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2b0378b0-516c-49d7-9338-58319329c2ac
2022-04-11T04:05:33.673Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.673Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is not matching search criteria
2022-04-11T04:05:33.673Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T04:05:33.673Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T04:05:33.674Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:33.674Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.674Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.675Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T04:05:33.675Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T04:05:33.675Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T04:05:33.675Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T04:05:33.675Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T04:05:33.676Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:33.676Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T04:05:33.676Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=48a63a9c-49e0-45a6-bfff-d581539dd917
2022-04-11T04:05:33.676Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.677Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:33.677Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.677Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:33.677Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.678Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:33.678Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:33.678Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:33.678Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-11 04-03-16
Description:catalog service description
Model UUID:c728fc3c-dd45-4775-8ee4-b1ad7d049191
Model Version:NULL
Model InvariantUuid:0938dba4-d2c7-4e05-bdf1-021edb532f2e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW db8d5932-963e
Model UUID:8f104eca-5e42-47d0-983c-d0a08c04ae37
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58af81db-b20e-45b7-856d-a6c157022072
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b92e0c10-b7f8-438b-ae44-6462e9eae68a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:77154949-ee16-48de-92b6-92ded6ac7598
ModelName:VfwDb8d5932963e..base_vfw..module-0
ModelUuid:fe0da785-9e17-498e-8834-3a42063f69a6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d9b82b40-44aa-4a7e-982f-762e81720bef
ModelInvariantUuid:af08d094-549e-42e8-bf54-f23705b98ca8
ModelName:vFW db8d5932-963e-nodes.vfwCvfc
ModelUuid:9d2e4deb-2942-4fe6-8580-802a26f081c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3930b3b2-cff2-4b54-8d00-5739c550c63e
ModelInvariantUuid:7224433e-4959-419f-bc06-b3a0ecf27d2a
ModelName:VfwDb8d5932963e.compute.nodes.heat.vfw
ModelUuid:64ed539a-53a9-4bfd-8360-1d86b4ab04ed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2b0378b0-516c-49d7-9338-58319329c2ac
ModelInvariantUuid:2afc0983-094a-4904-95c4-a65200bed238
ModelName:vFW db8d5932-963e-nodes.vsnCvfc
ModelUuid:bb3e89fe-e4b0-42ca-baa6-6dc8665a9f10
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:043daae2-9d06-42c2-a113-e56a590f0a51
ModelInvariantUuid:4e7f0de7-e3b7-4875-9c66-94c889e34462
ModelName:VfwDb8d5932963e.compute.nodes.heat.vsn
ModelUuid:06454da1-3b86-4fbf-a40d-9688776060b8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:48a63a9c-49e0-45a6-bfff-d581539dd917
ModelInvariantUuid:93e4684e-6903-4a0d-be26-55d5e2252717
ModelName:vFW db8d5932-963e-nodes.vpgCvfc
ModelUuid:c038befc-846a-45c9-a4ef-e2718b734afd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1d7eeb3a-c20e-4805-ba8a-24959cfc9521
ModelInvariantUuid:5e2c2698-0e0a-42d1-8111-a121febe816a
ModelName:VfwDb8d5932963e.compute.nodes.heat.vpg
ModelUuid:ebb57e73-2f9b-48af-a357-6ccc0fa355c1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T04:05:33.684Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3cda5016-feb1-4139-a3a3-0a7d3b526ddb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:05:33.688Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||vFW db8d5932-963e 0
2022-04-11T04:05:33.688Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3cda5016-feb1-4139-a3a3-0a7d3b526ddb
2022-04-11T04:05:33.688Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a47cbc71-9c04-45e0-9a67-83e170ae3cfb from URL: /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json
2022-04-11T04:05:33.689Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:05:33.689Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json
2022-04-11T04:05:33.914Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:05:33.915Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json a47cbc71-9c04-45e0-9a67-83e170ae3cfb 785
2022-04-11T04:05:33.915Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json ASDC sendASDCNotification
2022-04-11T04:05:33.915Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json
2022-04-11T04:05:33.915Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:05:33.916Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:33.918Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:33.918Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649933915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:34.018Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:34.019Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:34.020Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:34.031Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:34.032Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:34.919Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDb8d5932963e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "77154949-ee16-48de-92b6-92ded6ac7598",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe0da785-9e17-498e-8834-3a42063f69a6",
    "vfModuleModelCustomizationUUID": "9ed38c21-ddc3-4bc2-ad65-0b4babf2d968",
    "isBase": true,
    "artifacts": [
      "20ae0e77-5925-44bf-a668-b4721edf6e73",
      "1f2ae96a-dbcd-4fc4-a183-3034c074ae1f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T04:05:34.923Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDb8d5932963e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe0da785-9e17-498e-8834-3a42063f69a6
VfModuleModelInvariantUUID:77154949-ee16-48de-92b6-92ded6ac7598
VfModuleModelDescription:NULL
Artifacts UUID List:{
20ae0e77-5925-44bf-a668-b4721edf6e73
,
1f2ae96a-dbcd-4fc4-a183-3034c074ae1f

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

isBase:true


}

2022-04-11T04:05:34.925Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDb8d5932963e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "77154949-ee16-48de-92b6-92ded6ac7598",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe0da785-9e17-498e-8834-3a42063f69a6",
    "vfModuleModelCustomizationUUID": "9ed38c21-ddc3-4bc2-ad65-0b4babf2d968",
    "isBase": true,
    "artifacts": [
      "20ae0e77-5925-44bf-a668-b4721edf6e73",
      "1f2ae96a-dbcd-4fc4-a183-3034c074ae1f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T04:05:34.925Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDb8d5932963e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe0da785-9e17-498e-8834-3a42063f69a6
VfModuleModelInvariantUUID:77154949-ee16-48de-92b6-92ded6ac7598
VfModuleModelDescription:NULL
Artifacts UUID List:{
20ae0e77-5925-44bf-a668-b4721edf6e73
,
1f2ae96a-dbcd-4fc4-a183-3034c074ae1f

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

isBase:true


}

2022-04-11T04:05:34.926Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 20ae0e77-5925-44bf-a668-b4721edf6e73 from URL: /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml
2022-04-11T04:05:34.926Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:05:34.926Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml
2022-04-11T04:05:35.310Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:05:35.311Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml 20ae0e77-5925-44bf-a668-b4721edf6e73 20368
2022-04-11T04:05:35.311Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T04:05:35.312Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml
2022-04-11T04:05:35.312Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:05:35.312Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:35.314Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:35.314Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649935311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:35.414Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:35.415Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:35.415Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:35.431Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:35.432Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:36.314Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1f2ae96a-dbcd-4fc4-a183-3034c074ae1f from URL: /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env
2022-04-11T04:05:36.315Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:05:36.315Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env
2022-04-11T04:05:36.615Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:05:36.615Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env 1f2ae96a-dbcd-4fc4-a183-3034c074ae1f 2098
2022-04-11T04:05:36.616Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T04:05:36.616Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env
2022-04-11T04:05:36.616Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:05:36.616Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:36.618Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:36.618Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649936616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:05:36.718Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:36.720Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:36.720Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:36.731Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:36.732Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:37.619Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c728fc3c-dd45-4775-8ee4-b1ad7d049191
2022-04-11T04:05:37.619Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW db8d5932-963e 0 3cda5016-feb1-4139-a3a3-0a7d3b526ddb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:05:37.641Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@524ecfa0, org.onap.sdc.toscaparser.api.parameters.Input@4d88af2b, org.onap.sdc.toscaparser.api.parameters.Input@1bfa754e, org.onap.sdc.toscaparser.api.parameters.Input@4282678d, org.onap.sdc.toscaparser.api.parameters.Input@661583b2]
2022-04-11T04:05:37.643Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.643Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:37.643Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-11T04:05:37.643Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b92e0c10-b7f8-438b-ae44-6462e9eae68a
2022-04-11T04:05:37.644Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b92e0c10-b7f8-438b-ae44-6462e9eae68a matches Tosca VF Customization UUID: b92e0c10-b7f8-438b-ae44-6462e9eae68a
2022-04-11T04:05:37.644Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b92e0c10-b7f8-438b-ae44-6462e9eae68a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T04:05:37.646Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.647Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:37.647Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b92e0c10-b7f8-438b-ae44-6462e9eae68a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T04:05:37.648Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@771b6466
2022-04-11T04:05:37.648Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.648Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:05:37.648Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ed38c21-ddc3-4bc2-ad65-0b4babf2d968
2022-04-11T04:05:37.648Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ed38c21-ddc3-4bc2-ad65-0b4babf2d968
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T04:05:37.651Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.651Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:37.651Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:05:37.652Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.652Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:37.652Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:05:37.652Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.652Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is not matching search criteria
2022-04-11T04:05:37.653Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T04:05:37.653Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T04:05:37.653Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T04:05:37.653Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T04:05:37.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T04:05:37.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T04:05:37.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:37.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T04:05:37.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:37.654Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T04:05:37.655Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T04:05:37.655Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d9b82b40-44aa-4a7e-982f-762e81720bef
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T04:05:37.657Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.657Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:37.657Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:05:37.657Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.658Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is not matching search criteria
2022-04-11T04:05:37.658Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T04:05:37.658Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T04:05:37.658Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:37.658Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T04:05:37.659Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T04:05:37.659Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T04:05:37.659Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T04:05:37.659Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T04:05:37.659Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T04:05:37.660Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:37.660Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T04:05:37.660Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T04:05:37.660Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2b0378b0-516c-49d7-9338-58319329c2ac
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T04:05:37.662Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.662Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:37.662Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:05:37.662Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.663Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is not matching search criteria
2022-04-11T04:05:37.663Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T04:05:37.663Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T04:05:37.663Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:37.663Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T04:05:37.664Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T04:05:37.664Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T04:05:37.664Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T04:05:37.664Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T04:05:37.664Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T04:05:37.665Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T04:05:37.665Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T04:05:37.665Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T04:05:37.665Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=48a63a9c-49e0-45a6-bfff-d581539dd917
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T04:05:37.667Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.668Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:37.668Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:05:37.668Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.668Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Node template vFW db8d5932-963e 0 is matching search criteria
2022-04-11T04:05:37.668Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW db8d5932-963e 0] matching following query criteria: sdcType=VF, customizationUUID=b92e0c10-b7f8-438b-ae44-6462e9eae68a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:05:37.670Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.670Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:37.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c728fc3c-dd45-4775-8ee4-b1ad7d049191: vFW db8d5932-963e
2022-04-11T04:05:37.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:37.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.671Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:37.672Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.672Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:37.672Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.672Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:37.672Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:05:37.673Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-11 04-03-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:05:37.673Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-11 04-03-16 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:05:37.835Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW db8d5932-963e 3cda5016-feb1-4139-a3a3-0a7d3b526ddb 1 ASDC deployResourceStructure
2022-04-11T04:05:37.836Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json ASDC sendASDCNotification
2022-04-11T04:05:37.836Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json
2022-04-11T04:05:37.836Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:05:37.836Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:37.838Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:37.839Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649937836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:05:37.939Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:37.940Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:37.940Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:37.950Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:37.951Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:38.840Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T04:05:38.840Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml
2022-04-11T04:05:38.840Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:05:38.841Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:38.844Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:38.844Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649938840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:05:38.944Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:38.945Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:38.945Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:38.957Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:38.958Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:39.845Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T04:05:39.846Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env
2022-04-11T04:05:39.846Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:05:39.846Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:39.848Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:39.848Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649939845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:05:39.948Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:39.949Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:39.949Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:39.960Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:39.960Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:40.849Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar ASDC sendASDCNotification
2022-04-11T04:05:40.849Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar
2022-04-11T04:05:40.850Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:05:40.850Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:05:40.852Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:05:40.852Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649940849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:05:40.952Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:05:40.953Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:05:40.953Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:05:40.963Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:05:40.963Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:05:41.853Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d7cadf-7f89-4e38-9ecc-6f215b45e334
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:05:41.864Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d7cadf-7f89-4e38-9ecc-6f215b45e334
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:05:41.868Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:05:41.869Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T04:05:41.869Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T04:05:41.869Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T04:05:41.869Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:05:41.869Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:05:41.869Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:05:41.870Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:05:41.870Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:05:41.870Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:05:41.870Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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-04-11T04:05:41.875Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:06:11.876Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72d7cadf-7f89-4e38-9ecc-6f215b45e334 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T04:06:11.883Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72d7cadf-7f89-4e38-9ecc-6f215b45e334 and serviceModelVersionId: c728fc3c-dd45-4775-8ee4-b1ad7d049191
2022-04-11T04:06:11.883Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0938dba4-d2c7-4e05-bdf1-021edb532f2e
2022-04-11T04:06:11.884Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0938dba4-d2c7-4e05-bdf1-021edb532f2e/model-vers/model-ver/c728fc3c-dd45-4775-8ee4-b1ad7d049191?depth=0
2022-04-11T04:06:11.889Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:06:11.945Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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/0938dba4-d2c7-4e05-bdf1-021edb532f2e/model-vers/model-ver/c728fc3c-dd45-4775-8ee4-b1ad7d049191?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T04:06:11.947Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0938dba4-d2c7-4e05-bdf1-021edb532f2e/model-vers/model-ver/c728fc3c-dd45-4775-8ee4-b1ad7d049191?depth=0|INFO|500||Invoke
2022-04-11T04:06:11.969Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0938dba4-d2c7-4e05-bdf1-021edb532f2e/model-vers/model-ver/c728fc3c-dd45-4775-8ee4-b1ad7d049191?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T04:06:12.393Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0938dba4-d2c7-4e05-bdf1-021edb532f2e/model-vers/model-ver/c728fc3c-dd45-4775-8ee4-b1ad7d049191?depth=0|INFO|500||InvokeReturn
2022-04-11T04:06:12.395Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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/0938dba4-d2c7-4e05-bdf1-021edb532f2e/model-vers/model-ver/c728fc3c-dd45-4775-8ee4-b1ad7d049191?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220411-04:06:11:977-8427], vertex-id=[208992], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:06:11 GMT], Content-Type=[application/json]}
2022-04-11T04:06:12.396Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:06:12.396Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:06:12.396Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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-04-11T04:06:12.401Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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-04-11T04:06:12.401Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72d7cadf-7f89-4e38-9ecc-6f215b45e334 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:06:12.402Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:06:12.402Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:06:12.404Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:06:12.404Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649972402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:06:12.504Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:06:12.505Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:06:12.506Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:06:12.518Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:06:12.519Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 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-04-11T04:06:22.348Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:06:22.350Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:06:22.350Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:06:22.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:06:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:06:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:06:22.475Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:06:22.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:06:22.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:06:22.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:06:31.906Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:07:22.348Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:07:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:07:22.350Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:07:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:07:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:07:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:07:22.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:07:22.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:07:22.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:07:22.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:07:22.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:07:22.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:07:22.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:07:22.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-11T04:07:22.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:07:22.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:07:22.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:07:22.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649922348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:07:22.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:07:22.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649930137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:07:22.884Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:07:22.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649933915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:07:22.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:07:22.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649935311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:07:22.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:07:22.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649936616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:07:22.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:07:22.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649937836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/vfwdb8d5932963e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:07:22.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:07:22.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649938840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:07:22.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:07:22.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649939845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/resourceInstances/vfwdb8d5932963e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:07:22.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:07:22.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649940849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220411040316/1.0/artifacts/service-Vfw20220411040316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:07:22.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:07:22.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T04:07:22.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72d7cadf-7f89-4e38-9ecc-6f215b45e334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649649972402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:07:22.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:07:31.897Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:08:22.348Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:08:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:08:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:08:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:08:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:08:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:08:31.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:08:31.899Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:09:22.348Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:09:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:09:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:09:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:09:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:09:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:09:31.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:09:31.895Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:10:22.348Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:10:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:10:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:10:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:10:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:10:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:10:31.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:10:31.891Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:11:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:11:22.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:11:22.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:11:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:11:22.352Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:11:22.352Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:11:31.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:11:31.899Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:12:22.348Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:12:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:12:22.350Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:12:22.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:12:22.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:12:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:12:31.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:12:31.896Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:13:22.348Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:13:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:13:22.349Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:13:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:13:22.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:13:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:13:22.607Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:13:22.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:13:22.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "policy-id",
  "timestamp": 1649650393874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:13:22.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:13:22.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:13:22.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "cds",
  "timestamp": 1649650389498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:13:22.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:13:22.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:13:22.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "policy-id",
  "timestamp": 1649650393874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:13:22.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:13:22.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:13:22.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "cds",
  "timestamp": 1649650389498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:13:22.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:13:22.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:13:22.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "clamp",
  "timestamp": 1649650400836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:13:22.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:13:22.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:13:22.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "cds",
  "timestamp": 1649650402181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:13:22.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:13:22.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:13:22.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "policy-id",
  "timestamp": 1649650402638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:13:22.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:13:23.019Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:13:23.021Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T04:13:23.021Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bac8b64-e8e8-44a5-880c-d01c8569e99c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc","serviceDescription":"service","serviceInvariantUUID":"ff7c3430-0a23-4809-9f77-7aa60e6b36cf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"55cbb093-fe48-4726-b702-8d41a00106cf","resourceInvariantUUID":"92f8b89b-c9fe-4cb0-9066-fcfdad639ff4","resourceCustomizationUUID":"500fc161-fea5-4730-917e-5a471e999640","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":"ZTM0YmJhZTJmOTVkY2U5ZTMyNjc3ODgwZDdlNTg1OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc6d1f62-3e1f-4e4f-896d-7cd480a7b8fd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWE2NmRmMDUxNzJjMzQzMTAzODlhMzNlNmZhZmE1MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e20b46a-abdc-45f2-8946-64f02c3973c1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T04:13:23.023Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:13:23.024Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:13:23.027Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:13:23.028Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650402348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:13:23.128Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:13:23.129Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:13:23.129Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:13:23.138Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:13:23.139Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:13:24.028Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:13:24.029Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:13:24.032Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:13:24.032Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650402348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:13:24.132Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:13:24.133Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:13:24.134Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:13:24.153Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:13:24.154Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:13:25.033Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ff7c3430-0a23-4809-9f77-7aa60e6b36cf",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "500fc161-fea5-4730-917e-5a471e999640",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "55cbb093-fe48-4726-b702-8d41a00106cf",
      "resourceInvariantUUID": "92f8b89b-c9fe-4cb0-9066-fcfdad639ff4",
      "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": "NWE2NmRmMDUxNzJjMzQzMTAzODlhMzNlNmZhZmE1MWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e20b46a-abdc-45f2-8946-64f02c3973c1"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T04:13:25.034Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T04:13:25.034Z|72d7cadf-7f89-4e38-9ecc-6f215b45e334|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc ASDC
2022-04-11T04:13:25.035Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3bac8b64-e8e8-44a5-880c-d01c8569e99c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc
ServiceInvariantUUID:ff7c3430-0a23-4809-9f77-7aa60e6b36cf
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:3e20b46a-abdc-45f2-8946-64f02c3973c1
ArtifactChecksum:NWE2NmRmMDUxNzJjMzQzMTAzODlhMzNlNmZhZmE1MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:500fc161-fea5-4730-917e-5a471e999640
ResourceInvariantUUID:92f8b89b-c9fe-4cb0-9066-fcfdad639ff4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:55cbb093-fe48-4726-b702-8d41a00106cf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-11T04:13:25.037Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:13:25.067Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:13:25.067Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:13:25.068Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:13:25.068Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3e20b46a-abdc-45f2-8946-64f02c3973c1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-11T04:13:25.068Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:13:25.068Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-11T04:13:25.319Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:13:25.322Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3e20b46a-abdc-45f2-8946-64f02c3973c1 52485
2022-04-11T04:13:25.322Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-11T04:13:25.323Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-11T04:13:25.323Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:13:25.323Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:13:25.325Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:13:25.326Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650405322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:13:25.426Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:13:25.427Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:13:25.427Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:13:25.437Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:13:25.437Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:13:26.326Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:13:26.327Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:13:26.327Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3e20b46a-abdc-45f2-8946-64f02c3973c1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:26.327Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-11T04:13:26.328Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:26.328Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:26.460Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6784241177564593381/Definitions/service-BasicNetwork-template.yml
2022-04-11T04:13:27.053Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T04:13:27.054Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:13:27.054Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:27.054Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-11T04:13:27.054Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:27.054Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:27.054Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:27.054Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:27.055Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:27.055Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:27.055Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:27.055Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-11T04:13:27.055Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:13:27.055Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.056Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.056Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-11T04:13:27.056Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:13:27.056Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:13:27.057Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.057Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.057Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-11T04:13:27.057Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:13:27.057Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:13:27.057Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.057Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.058Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.058Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.058Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.058Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.059Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.059Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.059Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.059Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.059Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc
Model Version:NULL
Model InvariantUuid:ff7c3430-0a23-4809-9f77-7aa60e6b36cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:92f8b89b-c9fe-4cb0-9066-fcfdad639ff4
Model UUID:9b46f7f2-808b-49e4-8093-b84cc703d412
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:500fc161-fea5-4730-917e-5a471e999640
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T04:13:27.069Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 55cbb093-fe48-4726-b702-8d41a00106cf
2022-04-11T04:13:27.069Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||No resources found for Service: 1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:13:27.075Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||
2022-04-11T04:13:27.075Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-11T04:13:27.076Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc
2022-04-11T04:13:27.076Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc
2022-04-11T04:13:27.076Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-11T04:13:27.077Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:13:27.081Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79c2f171, org.onap.sdc.toscaparser.api.parameters.Input@2e8d1345, org.onap.sdc.toscaparser.api.parameters.Input@26cf6f45, org.onap.sdc.toscaparser.api.parameters.Input@3769c86, org.onap.sdc.toscaparser.api.parameters.Input@6d51ace0]
2022-04-11T04:13:27.082Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.083Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.083Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.083Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.083Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc: Generic NeutronNet
2022-04-11T04:13:27.084Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.084Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.084Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.084Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-04-11T04:13:27.124Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.125Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.125Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.125Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.126Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:13:27.126Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:13:27.126Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T04:13:27.185Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-11T04:13:27.186Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-11T04:13:27.186Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-11T04:13:27.186Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:13:27.187Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:13:27.188Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:13:27.188Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650407186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:13:27.289Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:13:27.290Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:13:27.290Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:13:27.306Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:13:27.307Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:13:28.191Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:13:28.205Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:13:28.208Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:13:28.209Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T04:13:28.209Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T04:13:58.209Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:13:58.217Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:13:58.219Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:13:58.219Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T04:13:58.219Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T04:14:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:14:22.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:14:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:14:22.385Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:14:22.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:14:22.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "clamp",
  "timestamp": 1649650400836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:14:22.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:14:28.220Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:14:28.229Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:14:28.234Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:14:28.234Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T04:14:28.234Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T04:14:58.234Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:14:58.242Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:14:58.244Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:14:58.244Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T04:14:58.244Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T04:15:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:15:22.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:15:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:15:22.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:15:22.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650402348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "cds",
  "timestamp": 1649650403187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:15:22.413Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bac8b64-e8e8-44a5-880c-d01c8569e99c
2022-04-11T04:15:22.413Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac8b64-e8e8-44a5-880c-d01c8569e99c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "policy-id",
  "timestamp": 1649650403643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:15:22.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650402348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "policy-id",
  "timestamp": 1649650404647,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:15:22.429Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bac8b64-e8e8-44a5-880c-d01c8569e99c
2022-04-11T04:15:22.430Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac8b64-e8e8-44a5-880c-d01c8569e99c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650405322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:15:22.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650405011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650407186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:15:22.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "dcae-sch",
  "timestamp": 1649650406146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650405011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "dcae-sch",
  "timestamp": 1649650406146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "aai-ml",
  "timestamp": 1649650409317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650407754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "aai-ml",
  "timestamp": 1649650409317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650407754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "aai-ml",
  "timestamp": 1649650412116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:15:22.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "clamp",
  "timestamp": 1649650412053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:15:22.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "clamp",
  "timestamp": 1649650413075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:15:22.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650412851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "clamp",
  "timestamp": 1649650414079,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:15:22.455Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3bac8b64-e8e8-44a5-880c-d01c8569e99c
2022-04-11T04:15:22.455Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac8b64-e8e8-44a5-880c-d01c8569e99c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650412851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650415727,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:15:22.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "aai-ml",
  "timestamp": 1649650416762,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:15:22.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "aai-ml",
  "timestamp": 1649650417767,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:15:22.470Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bac8b64-e8e8-44a5-880c-d01c8569e99c
2022-04-11T04:15:22.471Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac8b64-e8e8-44a5-880c-d01c8569e99c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650417421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:15:22.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650418426,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:15:22.487Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bac8b64-e8e8-44a5-880c-d01c8569e99c
2022-04-11T04:15:22.487Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac8b64-e8e8-44a5-880c-d01c8569e99c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650430836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "cds",
  "timestamp": 1649650434497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650433874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650439317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "cds",
  "timestamp": 1649650434497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650430836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650433874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650439317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "cds",
  "timestamp": 1649650434497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650430836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650433874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650439317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650430836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "cds",
  "timestamp": 1649650434497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650433874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650439317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650442851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650430836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "cds",
  "timestamp": 1649650434497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650433874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650439317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650442851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650430836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "cds",
  "timestamp": 1649650434497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650433874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650439317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650442851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650430836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "cds",
  "timestamp": 1649650434497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650433874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650439317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650445011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650442851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650430836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "cds",
  "timestamp": 1649650434497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650433874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650439317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "dcae-sch",
  "timestamp": 1649650446145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650445011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650442851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "dcae-sch",
  "timestamp": 1649650446145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650448839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:15:22.524Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650445011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "cds",
  "timestamp": 1649650448568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:15:22.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650448962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:15:22.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650442851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "dcae-sch",
  "timestamp": 1649650446145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650449843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:15:22.528Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650445011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "cds",
  "timestamp": 1649650449573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.545Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f910e52a-397f-4905-ba3e-bfb68a3dd168
2022-04-11T04:15:22.546Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f910e52a-397f-4905-ba3e-bfb68a3dd168 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650447754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650442851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "dcae-sch",
  "timestamp": 1649650446145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "policy-id",
  "timestamp": 1649650450846,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:15:22.560Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f910e52a-397f-4905-ba3e-bfb68a3dd168
2022-04-11T04:15:22.560Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f910e52a-397f-4905-ba3e-bfb68a3dd168 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650445011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650447754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650442851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650451061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:15:22.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "dcae-sch",
  "timestamp": 1649650446145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650445011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650447754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "dcae-sch",
  "timestamp": 1649650446145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650451995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:15:22.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650445011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650447754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650453076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:15:22.576Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "dcae-sch",
  "timestamp": 1649650446145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650445011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650447754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "clamp",
  "timestamp": 1649650454080,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:15:22.583Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f910e52a-397f-4905-ba3e-bfb68a3dd168
2022-04-11T04:15:22.583Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f910e52a-397f-4905-ba3e-bfb68a3dd168 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "dcae-sch",
  "timestamp": 1649650446145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650453978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:15:22.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650447754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:15:22.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650455157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:15:22.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650454989,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:15:22.602Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f910e52a-397f-4905-ba3e-bfb68a3dd168
2022-04-11T04:15:22.602Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f910e52a-397f-4905-ba3e-bfb68a3dd168 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650447754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "aai-ml",
  "timestamp": 1649650456161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:15:22.623Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f910e52a-397f-4905-ba3e-bfb68a3dd168
2022-04-11T04:15:22.624Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f910e52a-397f-4905-ba3e-bfb68a3dd168 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:22.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650447754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:15:22.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:15:22.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650456789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:15:22.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650458015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:15:22.633Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:15:22.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:15:22.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650459022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:15:22.636Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f910e52a-397f-4905-ba3e-bfb68a3dd168
2022-04-11T04:15:22.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f910e52a-397f-4905-ba3e-bfb68a3dd168 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:15:28.244Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:15:28.256Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:15:28.259Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:15:28.259Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T04:15:28.259Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T04:15:28.259Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T04:15:28.259Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:15:28.259Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:15:28.259Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:15:28.259Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:15:28.260Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:15:28.260Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:15:28.260Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|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-04-11T04:15:28.264Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:15:58.264Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T04:15:58.273Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bac8b64-e8e8-44a5-880c-d01c8569e99c and serviceModelVersionId: 1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc
2022-04-11T04:15:58.273Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff7c3430-0a23-4809-9f77-7aa60e6b36cf
2022-04-11T04:15:58.275Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff7c3430-0a23-4809-9f77-7aa60e6b36cf/model-vers/model-ver/1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc?depth=0
2022-04-11T04:15:58.282Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:15:58.355Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|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/ff7c3430-0a23-4809-9f77-7aa60e6b36cf/model-vers/model-ver/1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T04:15:58.357Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff7c3430-0a23-4809-9f77-7aa60e6b36cf/model-vers/model-ver/1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc?depth=0|INFO|500||Invoke
2022-04-11T04:15:58.385Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff7c3430-0a23-4809-9f77-7aa60e6b36cf/model-vers/model-ver/1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T04:15:58.612Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff7c3430-0a23-4809-9f77-7aa60e6b36cf/model-vers/model-ver/1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc?depth=0|INFO|500||InvokeReturn
2022-04-11T04:15:58.612Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|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/ff7c3430-0a23-4809-9f77-7aa60e6b36cf/model-vers/model-ver/1c60ee76-c3ff-42e3-9fe8-8b6da25b51bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220411-04:15:58:392-97243], vertex-id=[204928], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:15:58 GMT], Content-Type=[application/json]}
2022-04-11T04:15:58.613Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:15:58.613Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:15:58.614Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|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-04-11T04:15:58.618Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|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-04-11T04:15:58.619Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bac8b64-e8e8-44a5-880c-d01c8569e99c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:15:58.619Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:15:58.620Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:15:58.623Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:15:58.623Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650558619,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:15:58.724Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:15:58.725Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:15:58.725Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:15:58.745Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:15:58.746Z||pool-71-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:15:59.636Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:15:59.636Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:15:59.637Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:03.964Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:03.967Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T04:16:03.968Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f910e52a-397f-4905-ba3e-bfb68a3dd168","serviceName":"Demo_pNF_v5qyXUDbHZCbNqXN3fIQ","serviceVersion":"1.0","serviceUUID":"a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5","serviceDescription":"catalog service description","serviceInvariantUUID":"399112e1-55e5-4204-958b-2b185d776705","resources":[{"resourceInstanceName":"pNF 7dfc2599-c4d2 0","resourceName":"pNF 7dfc2599-c4d2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"17d4f63d-605e-46ac-ba61-26f0fa41fdf7","resourceInvariantUUID":"76808d08-91f7-4eaf-b6d7-9173c7ca508e","resourceCustomizationUUID":"842303e3-770c-4e60-8c83-d89da547a2b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml","artifactChecksum":"Y2I2YjJmNTE2YTllNGRhY2FmY2I3NmQyNjk4ZTQ5MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c77f3ee-ea11-4bf1-8a5c-0427e9611684","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar","artifactChecksum":"NDc3NDljMTIzMzZlOTQ4ZDVlM2JkYmMzMjM0OTEyZmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8078dd8-1e81-4469-96d7-2e48ab33cdb2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e1641de-2657-4b9f-8f67-4ff7aa86ef7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml","artifactChecksum":"ZTZmNWE2OGFjNjQyZDIxMDE1NDdkOGJmMTVmNmZhMzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f96a92f-11e5-42e4-b331-d9d5473a67df","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"785601bc-9e97-4b48-8e44-d9521f1af766","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14e72f9c-9826-47ff-b089-0b8214016d6e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml","artifactChecksum":"MmViMmZkZGYxOTc3NDE4YTEyYTdlN2U2MDNlNjQzOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fecc900-5ec5-4a8b-9e43-edb7ac0a64d3","artifactVersion":"1"},{"artifactName":"service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar","artifactChecksum":"ZmM0ZjBiN2I1MmU1NDliOTk1NGUzYjk1YjE4MTQzMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e0d4720-84cd-4d90-adb3-eecbef9fc0a1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T04:16:03.971Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:03.971Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:03.974Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:03.974Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:04.075Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T04:16:04.076Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:04.076Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:04.087Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:04.088Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:16:04.975Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:04.975Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:04.979Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:04.979Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:05.078Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T04:16:05.079Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:05.079Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:05.089Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:05.090Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:05.980Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:05.982Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:05.984Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:05.984Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:06.084Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:06.085Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:06.085Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:06.102Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:06.103Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:06.987Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:06.988Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:06.993Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:06.993Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:07.096Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T04:16:07.097Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:07.097Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:07.109Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:07.110Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:07.994Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:07.997Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:07.999Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:07.999Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:08.099Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:08.100Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:08.100Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:08.111Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:08.111Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:08.999Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:09.000Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:09.002Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:09.002Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:09.103Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T04:16:09.104Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:09.105Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:09.114Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:09.115Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:10.007Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:10.007Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:10.009Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:10.010Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:10.112Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T04:16:10.113Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:10.113Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:10.122Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:10.123Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:11.011Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:11.011Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:11.015Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:11.015Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:16:11.115Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:11.116Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:11.116Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:11.130Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:11.131Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:12.016Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "serviceName": "Demo_pNF_v5qyXUDbHZCbNqXN3fIQ",
  "serviceVersion": "1.0",
  "serviceUUID": "a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "399112e1-55e5-4204-958b-2b185d776705",
  "resources": [
    {
      "resourceInstanceName": "pNF 7dfc2599-c4d2 0",
      "resourceCustomizationUUID": "842303e3-770c-4e60-8c83-d89da547a2b9",
      "resourceName": "pNF 7dfc2599-c4d2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "17d4f63d-605e-46ac-ba61-26f0fa41fdf7",
      "resourceInvariantUUID": "76808d08-91f7-4eaf-b6d7-9173c7ca508e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
      "artifactChecksum": "ZmM0ZjBiN2I1MmU1NDliOTk1NGUzYjk1YjE4MTQzMmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e0d4720-84cd-4d90-adb3-eecbef9fc0a1"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T04:16:12.017Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T04:16:12.017Z|3bac8b64-e8e8-44a5-880c-d01c8569e99c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5 ASDC
2022-04-11T04:16:12.017Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f910e52a-397f-4905-ba3e-bfb68a3dd168
ServiceName:Demo_pNF_v5qyXUDbHZCbNqXN3fIQ
ServiceVersion:1.0
ServiceUUID:a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5
ServiceInvariantUUID:399112e1-55e5-4204-958b-2b185d776705
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
ArtifactUUID:4e0d4720-84cd-4d90-adb3-eecbef9fc0a1
ArtifactChecksum:ZmM0ZjBiN2I1MmU1NDliOTk1NGUzYjk1YjE4MTQzMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7dfc2599-c4d2 0
ResourceCustomizationUUID:842303e3-770c-4e60-8c83-d89da547a2b9
ResourceInvariantUUID:76808d08-91f7-4eaf-b6d7-9173c7ca508e
ResourceName:pNF 7dfc2599-c4d2
ResourceType:PNF
ResourceUUID:17d4f63d-605e-46ac-ba61-26f0fa41fdf7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T04:16:12.017Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:16:12.046Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:16:12.047Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:16:12.047Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:16:12.047Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4e0d4720-84cd-4d90-adb3-eecbef9fc0a1 from URL: /sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:12.047Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:16:12.048Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:12.337Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:16:12.341Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar 4e0d4720-84cd-4d90-adb3-eecbef9fc0a1 82638
2022-04-11T04:16:12.342Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar ASDC sendASDCNotification
2022-04-11T04:16:12.342Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:12.342Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:16:12.342Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:12.345Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:12.345Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650572342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:16:12.445Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:12.446Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:12.446Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:12.462Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:12.463Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:13.346Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:16:13.347Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:16:13.348Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4e0d4720-84cd-4d90-adb3-eecbef9fc0a1, URL: /sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar to file: /app/ASDC/1/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:13.349Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:13.350Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:13.350Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:13.595Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11023361947300241689/Definitions/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml
2022-04-11T04:16:14.462Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T04:16:14.463Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:16:14.463Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:14.463Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T04:16:14.463Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:14.463Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:14.463Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:14.463Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:14.463Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:14.463Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7dfc2599-c4d2 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-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:14.464Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:14.464Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:16:14.464Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:14.464Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_v5qyXUDbHZCbNqXN3fIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:14.464Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Node template pNF 7dfc2599-c4d2 0 is matching search criteria
2022-04-11T04:16:14.464Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:16:14.464Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 7dfc2599-c4d2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:16:14.465Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:14.465Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_v5qyXUDbHZCbNqXN3fIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:14.465Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Node template pNF 7dfc2599-c4d2 0 is matching search criteria
2022-04-11T04:16:14.465Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:16:14.465Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 7dfc2599-c4d2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:16:14.465Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:14.465Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_v5qyXUDbHZCbNqXN3fIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:14.465Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:14.465Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_v5qyXUDbHZCbNqXN3fIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:14.466Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:14.466Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_v5qyXUDbHZCbNqXN3fIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:14.466Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:14.466Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_v5qyXUDbHZCbNqXN3fIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:14.466Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:14.466Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_v5qyXUDbHZCbNqXN3fIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:14.466Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_v5qyXUDbHZCbNqXN3fIQ
Description:catalog service description
Model UUID:a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5
Model Version:NULL
Model InvariantUuid:399112e1-55e5-4204-958b-2b185d776705
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T04:16:14.471Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 17d4f63d-605e-46ac-ba61-26f0fa41fdf7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:16:14.475Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||pNF 7dfc2599-c4d2 0
2022-04-11T04:16:14.475Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 17d4f63d-605e-46ac-ba61-26f0fa41fdf7
2022-04-11T04:16:14.475Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||No resources found for Service: a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5
2022-04-11T04:16:14.475Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5
2022-04-11T04:16:14.476Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7dfc2599-c4d2 0 17d4f63d-605e-46ac-ba61-26f0fa41fdf7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:16:14.481Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c70c3c, org.onap.sdc.toscaparser.api.parameters.Input@2076306c, org.onap.sdc.toscaparser.api.parameters.Input@20b91314, org.onap.sdc.toscaparser.api.parameters.Input@38aadd4, org.onap.sdc.toscaparser.api.parameters.Input@3897e775]
2022-04-11T04:16:14.482Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:14.482Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_v5qyXUDbHZCbNqXN3fIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:14.482Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5: pNF 7dfc2599-c4d2
2022-04-11T04:16:14.483Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||Processing PNF resource: 17d4f63d-605e-46ac-ba61-26f0fa41fdf7
2022-04-11T04:16:14.483Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:14.483Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_v5qyXUDbHZCbNqXN3fIQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:14.483Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||Resource customization UUID: 842303e3-770c-4e60-8c83-d89da547a2b9 is the same as notified resource customizationUUID: 842303e3-770c-4e60-8c83-d89da547a2b9
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T04:16:14.537Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7dfc2599-c4d2 17d4f63d-605e-46ac-ba61-26f0fa41fdf7 0 ASDC deployResourceStructure
2022-04-11T04:16:14.538Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar ASDC sendASDCNotification
2022-04-11T04:16:14.538Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar
2022-04-11T04:16:14.539Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:16:14.539Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:14.541Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:14.541Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650574538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:16:14.641Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:14.643Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:14.643Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:14.654Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:14.655Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:15.543Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f910e52a-397f-4905-ba3e-bfb68a3dd168
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:16:15.556Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f910e52a-397f-4905-ba3e-bfb68a3dd168
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:16:15.560Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:16:15.561Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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-04-11T04:16:15.567Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:16:22.351Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:16:22.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:16:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:22.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:22.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650507754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650505011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650506146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "cds",
  "timestamp": 1649650509497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650513874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650507754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "cds",
  "timestamp": 1649650509497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650505011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650506146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650513874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650505011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650507754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "cds",
  "timestamp": 1649650509497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650506146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650513874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650507754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "cds",
  "timestamp": 1649650509497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650505011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650506146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650513874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650505011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650507754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "cds",
  "timestamp": 1649650509497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650506146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650513874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650505011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "cds",
  "timestamp": 1649650509497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650507754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650506146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650513874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650505011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650507754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "cds",
  "timestamp": 1649650509497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650506146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650513874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650505011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650507754,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "cds",
  "timestamp": 1649650509497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650506146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650513874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650520836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:22.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:16:45.567Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f910e52a-397f-4905-ba3e-bfb68a3dd168 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T04:16:45.577Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f910e52a-397f-4905-ba3e-bfb68a3dd168 and serviceModelVersionId: a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5
2022-04-11T04:16:45.577Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 399112e1-55e5-4204-958b-2b185d776705
2022-04-11T04:16:45.578Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/399112e1-55e5-4204-958b-2b185d776705/model-vers/model-ver/a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5?depth=0
2022-04-11T04:16:45.582Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:16:45.635Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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/399112e1-55e5-4204-958b-2b185d776705/model-vers/model-ver/a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T04:16:45.637Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/399112e1-55e5-4204-958b-2b185d776705/model-vers/model-ver/a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5?depth=0|INFO|500||Invoke
2022-04-11T04:16:45.671Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/399112e1-55e5-4204-958b-2b185d776705/model-vers/model-ver/a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T04:16:46.014Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/399112e1-55e5-4204-958b-2b185d776705/model-vers/model-ver/a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5?depth=0|INFO|500||InvokeReturn
2022-04-11T04:16:46.014Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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/399112e1-55e5-4204-958b-2b185d776705/model-vers/model-ver/a8a560ca-45f9-4bd3-a38b-3f6fb29c45d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220411-04:16:45:679-97190], vertex-id=[209008], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:16:45 GMT], Content-Type=[application/json]}
2022-04-11T04:16:46.015Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:16:46.015Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:16:46.015Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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-04-11T04:16:46.021Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|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-04-11T04:16:46.021Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f910e52a-397f-4905-ba3e-bfb68a3dd168 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:16:46.021Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:16:46.022Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:46.025Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:46.025Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650606021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:16:46.125Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:16:46.127Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:46.127Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:46.145Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:46.146Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:16:47.036Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T04:16:47.036Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d16bea03-e83e-485c-9b19-540d72b90f41","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3cbf2748-170e-4548-b7c4-0ad5ea0137bd","serviceDescription":"service","serviceInvariantUUID":"f5df7c53-5b8a-47d4-aa0d-014bee64d0f0","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82e6dc92-1843-4bde-9fbf-e008d3a5be83","resourceInvariantUUID":"04e68fc0-402b-4140-9331-9cfd5065a200","resourceCustomizationUUID":"3fd32367-64ee-429a-b91c-13e7f7c5cb56","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e5d865f1-06b1-4193-83c2-f56d2f800ede","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MjI5ODhlMTM5NWZkZGRhMmM4ODgwNTExMWQ0ZWYzNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78dd787b-2639-4ae8-8f15-6f400312b810","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YWVhZmJkMGM0MDM1YzA2MTI4YjVmYzA5M2JmZTA3ZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1f0722a-3a2b-4f62-ae0a-587477d9a2f6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b4dafe98-d8fe-4ec4-8b3c-af4286b2d428","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f8311f4-7c22-4f09-a7ee-bc129d015a5a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad47ecf8-51ad-40b9-81c2-8319116ffb4d","artifactVersion":"2","generatedFromUUID":"b4dafe98-d8fe-4ec4-8b3c-af4286b2d428"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Mjc5MjJiZjYyNjU1ODcwNjIyNjY4Yzc3N2ZhZmUyMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b1a390b-d932-43b9-b51e-90da55bbde58","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OGQ0NTBlOGIyNTlkMTgwNmJkMjk2YmJmZjIzNzA0NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9b764f6-aa3a-41a8-8196-721ff8cecebf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T04:16:47.036Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:47.037Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:47.038Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:47.038Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:47.139Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:47.140Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:47.140Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:47.151Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:47.152Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:48.039Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:48.040Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:48.042Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:48.042Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:48.142Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:48.143Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:48.143Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:48.152Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:48.153Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:49.042Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:49.043Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:49.045Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:49.045Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:16:49.147Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T04:16:49.148Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:49.148Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:49.158Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:49.159Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:50.046Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:50.047Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:50.049Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:50.049Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:16:50.149Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:50.150Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:50.150Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:50.159Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:50.159Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:16:51.049Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:51.051Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:51.053Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:51.053Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:51.153Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:51.154Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:51.154Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:51.165Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:51.166Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:52.057Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:52.058Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:52.060Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:52.060Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T04:16:52.160Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:52.161Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:52.161Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:52.170Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:52.171Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:53.061Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:53.062Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:53.064Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:53.064Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:16:53.167Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-11T04:16:53.168Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:53.168Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:53.179Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:53.179Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:54.064Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:16:54.065Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:54.067Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:54.068Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:16:54.168Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:54.169Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:54.169Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:54.181Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:54.182Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:16:55.069Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "3cbf2748-170e-4548-b7c4-0ad5ea0137bd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f5df7c53-5b8a-47d4-aa0d-014bee64d0f0",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "3fd32367-64ee-429a-b91c-13e7f7c5cb56",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "82e6dc92-1843-4bde-9fbf-e008d3a5be83",
      "resourceInvariantUUID": "04e68fc0-402b-4140-9331-9cfd5065a200",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "YWVhZmJkMGM0MDM1YzA2MTI4YjVmYzA5M2JmZTA3ZjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d1f0722a-3a2b-4f62-ae0a-587477d9a2f6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b4dafe98-d8fe-4ec4-8b3c-af4286b2d428",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ad47ecf8-51ad-40b9-81c2-8319116ffb4d",
            "generatedFromUUID": "b4dafe98-d8fe-4ec4-8b3c-af4286b2d428"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad47ecf8-51ad-40b9-81c2-8319116ffb4d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OGQ0NTBlOGIyNTlkMTgwNmJkMjk2YmJmZjIzNzA0NWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9b764f6-aa3a-41a8-8196-721ff8cecebf"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T04:16:55.069Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T04:16:55.069Z|f910e52a-397f-4905-ba3e-bfb68a3dd168|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3cbf2748-170e-4548-b7c4-0ad5ea0137bd ASDC
2022-04-11T04:16:55.070Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d16bea03-e83e-485c-9b19-540d72b90f41
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:3cbf2748-170e-4548-b7c4-0ad5ea0137bd
ServiceInvariantUUID:f5df7c53-5b8a-47d4-aa0d-014bee64d0f0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:f9b764f6-aa3a-41a8-8196-721ff8cecebf
ArtifactChecksum:OGQ0NTBlOGIyNTlkMTgwNmJkMjk2YmJmZjIzNzA0NWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:3fd32367-64ee-429a-b91c-13e7f7c5cb56
ResourceInvariantUUID:04e68fc0-402b-4140-9331-9cfd5065a200
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:82e6dc92-1843-4bde-9fbf-e008d3a5be83
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:d1f0722a-3a2b-4f62-ae0a-587477d9a2f6
ArtifactChecksum:YWVhZmJkMGM0MDM1YzA2MTI4YjVmYzA5M2JmZTA3ZjQ=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b4dafe98-d8fe-4ec4-8b3c-af4286b2d428
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:ad47ecf8-51ad-40b9-81c2-8319116ffb4d
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:ad47ecf8-51ad-40b9-81c2-8319116ffb4d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T04:16:55.070Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cbf2748-170e-4548-b7c4-0ad5ea0137bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:16:55.101Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:16:55.101Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:16:55.101Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:16:55.102Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f9b764f6-aa3a-41a8-8196-721ff8cecebf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-11T04:16:55.102Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:16:55.102Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-11T04:16:55.317Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:16:55.322Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f9b764f6-aa3a-41a8-8196-721ff8cecebf 73647
2022-04-11T04:16:55.323Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-11T04:16:55.324Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-11T04:16:55.325Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:16:55.326Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:55.328Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:55.329Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650615323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:16:55.429Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:55.430Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:55.430Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:55.438Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:55.439Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:16:56.330Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:16:56.331Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:16:56.331Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f9b764f6-aa3a-41a8-8196-721ff8cecebf, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-11T04:16:56.332Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-04-11T04:16:56.333Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-11T04:16:56.333Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-11T04:16:56.454Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3805868789339364131/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-11T04:16:57.701Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T04:16:57.702Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:16:57.702Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-11T04:16:57.702Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-11T04:16:57.702Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-04-11T04:16:57.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||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-Basicclamp-csar.csar
2022-04-11T04:16:57.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|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-Basicclamp-csar.csar
2022-04-11T04:16:57.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-11T04:16:57.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|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-Basicclamp-csar.csar
2022-04-11T04:16:57.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-11T04:16:57.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-11T04:16:57.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|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-Basicclamp-csar.csar
2022-04-11T04:16:57.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-11T04:16:57.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:16:57.704Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.704Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:57.704Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-11T04:16:57.704Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:16:57.704Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:16:57.705Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.705Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:57.705Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-11T04:16:57.705Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:16:57.705Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:16:57.705Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.706Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:57.706Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.706Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-11T04:16:57.706Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-11T04:16:57.706Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-11T04:16:57.707Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-11T04:16:57.707Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T04:16:57.707Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T04:16:57.707Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.707Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:16:57.708Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.708Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-11T04:16:57.708Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:16:57.708Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.709Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-11T04:16:57.709Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:16:57.709Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.709Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-11T04:16:57.709Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:16:57.710Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.710Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-11T04:16:57.710Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T04:16:57.710Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T04:16:57.710Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a1b45130-3678-49bb-b14f-9a5336095376
2022-04-11T04:16:57.710Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.711Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:57.711Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.711Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:57.711Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.711Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:57.711Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:16:57.712Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:16:57.712Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:3cbf2748-170e-4548-b7c4-0ad5ea0137bd
Model Version:NULL
Model InvariantUuid:f5df7c53-5b8a-47d4-aa0d-014bee64d0f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:c92fee09-0e6d-4e97-9d83-da326d87c5f1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04e68fc0-402b-4140-9331-9cfd5065a200
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3fd32367-64ee-429a-b91c-13e7f7c5cb56
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:358a6cd5-a0ba-470e-ab61-8956ee19d214
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:f32f69fb-2926-47e6-ba69-89e4626285e9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a1b45130-3678-49bb-b14f-9a5336095376
ModelInvariantUuid:a33d43c9-ace7-42d4-8ef7-6e6e4c38514d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:3491dee6-c27e-4dd0-bfe5-d8d139385534
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0e865aa0-ac47-41a4-9a9c-95d53ba9eee5
ModelInvariantUuid:4f833b86-da35-40e8-a45d-a22a7a96554b
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:98c3c432-e938-44f9-9c43-15dab2b2778f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T04:16:57.722Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 82e6dc92-1843-4bde-9fbf-e008d3a5be83
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:16:57.726Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||basicclamp 0
2022-04-11T04:16:57.726Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82e6dc92-1843-4bde-9fbf-e008d3a5be83
2022-04-11T04:16:57.726Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d1f0722a-3a2b-4f62-ae0a-587477d9a2f6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-11T04:16:57.727Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:16:57.727Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-11T04:16:57.781Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:16:57.781Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d1f0722a-3a2b-4f62-ae0a-587477d9a2f6 790
2022-04-11T04:16:57.781Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-11T04:16:57.782Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-11T04:16:57.782Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:16:57.782Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:57.784Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:57.784Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650617781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:16:57.884Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:57.885Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:57.886Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:57.896Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:57.897Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:58.788Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "358a6cd5-a0ba-470e-ab61-8956ee19d214",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f32f69fb-2926-47e6-ba69-89e4626285e9",
    "vfModuleModelCustomizationUUID": "f597a3c4-d9e2-4be0-9f34-87d5d33e1827",
    "isBase": true,
    "artifacts": [
      "b4dafe98-d8fe-4ec4-8b3c-af4286b2d428",
      "ad47ecf8-51ad-40b9-81c2-8319116ffb4d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T04:16:58.794Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f32f69fb-2926-47e6-ba69-89e4626285e9
VfModuleModelInvariantUUID:358a6cd5-a0ba-470e-ab61-8956ee19d214
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4dafe98-d8fe-4ec4-8b3c-af4286b2d428
,
ad47ecf8-51ad-40b9-81c2-8319116ffb4d

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

isBase:true


}

2022-04-11T04:16:58.796Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "358a6cd5-a0ba-470e-ab61-8956ee19d214",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f32f69fb-2926-47e6-ba69-89e4626285e9",
    "vfModuleModelCustomizationUUID": "f597a3c4-d9e2-4be0-9f34-87d5d33e1827",
    "isBase": true,
    "artifacts": [
      "b4dafe98-d8fe-4ec4-8b3c-af4286b2d428",
      "ad47ecf8-51ad-40b9-81c2-8319116ffb4d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T04:16:58.796Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f32f69fb-2926-47e6-ba69-89e4626285e9
VfModuleModelInvariantUUID:358a6cd5-a0ba-470e-ab61-8956ee19d214
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4dafe98-d8fe-4ec4-8b3c-af4286b2d428
,
ad47ecf8-51ad-40b9-81c2-8319116ffb4d

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

isBase:true


}

2022-04-11T04:16:58.796Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b4dafe98-d8fe-4ec4-8b3c-af4286b2d428 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:16:58.797Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:16:58.797Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:16:58.848Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:16:58.848Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b4dafe98-d8fe-4ec4-8b3c-af4286b2d428 5033
2022-04-11T04:16:58.849Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T04:16:58.849Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:16:58.849Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:16:58.849Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:58.851Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:58.852Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650618849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:16:58.952Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:16:58.953Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:16:58.953Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:16:58.966Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:16:58.967Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:16:59.852Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ad47ecf8-51ad-40b9-81c2-8319116ffb4d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-11T04:16:59.853Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:16:59.862Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-11T04:16:59.952Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:16:59.953Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ad47ecf8-51ad-40b9-81c2-8319116ffb4d 909
2022-04-11T04:16:59.953Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T04:16:59.953Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-11T04:16:59.953Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:16:59.953Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:16:59.955Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:16:59.956Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650619953,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:17:00.061Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-11T04:17:00.062Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:17:00.062Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:17:00.074Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:17:00.075Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:17:00.956Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3cbf2748-170e-4548-b7c4-0ad5ea0137bd
2022-04-11T04:17:00.957Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 82e6dc92-1843-4bde-9fbf-e008d3a5be83 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:17:00.970Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76d7f422, org.onap.sdc.toscaparser.api.parameters.Input@179e51ba, org.onap.sdc.toscaparser.api.parameters.Input@111c233b, org.onap.sdc.toscaparser.api.parameters.Input@5195dd4d, org.onap.sdc.toscaparser.api.parameters.Input@182a55b9]
2022-04-11T04:17:00.972Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.973Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:17:00.973Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-11T04:17:00.973Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 3fd32367-64ee-429a-b91c-13e7f7c5cb56
2022-04-11T04:17:00.973Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3fd32367-64ee-429a-b91c-13e7f7c5cb56 matches Tosca VF Customization UUID: 3fd32367-64ee-429a-b91c-13e7f7c5cb56
2022-04-11T04:17:00.974Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 3fd32367-64ee-429a-b91c-13e7f7c5cb56  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T04:17:00.976Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.977Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:17:00.978Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 3fd32367-64ee-429a-b91c-13e7f7c5cb56: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-11T04:17:00.978Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72a9feb1
2022-04-11T04:17:00.978Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.979Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:17:00.979Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f597a3c4-d9e2-4be0-9f34-87d5d33e1827
2022-04-11T04:17:00.979Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f597a3c4-d9e2-4be0-9f34-87d5d33e1827
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T04:17:00.982Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.982Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-11T04:17:00.982Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:17:00.983Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.983Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-11T04:17:00.983Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:17:00.984Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.984Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-11T04:17:00.984Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T04:17:00.984Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T04:17:00.985Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a1b45130-3678-49bb-b14f-9a5336095376
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T04:17:00.987Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.987Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-11T04:17:00.988Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:17:00.988Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.988Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-11T04:17:00.988Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=3fd32367-64ee-429a-b91c-13e7f7c5cb56
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:17:00.990Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.990Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:17:00.991Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3cbf2748-170e-4548-b7c4-0ad5ea0137bd: basicclamp
2022-04-11T04:17:00.991Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.991Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:17:00.992Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.992Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:17:00.992Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.992Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:17:00.992Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.993Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:17:00.993Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:17:00.993Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:17:00.993Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:17:01.082Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 82e6dc92-1843-4bde-9fbf-e008d3a5be83 1 ASDC deployResourceStructure
2022-04-11T04:17:01.083Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-11T04:17:01.083Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-11T04:17:01.083Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:17:01.084Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:17:01.086Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:17:01.086Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650621083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:17:01.186Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:17:01.187Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:17:01.187Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:17:01.198Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:17:01.198Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:17:02.087Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T04:17:02.088Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-11T04:17:02.088Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:17:02.089Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:17:02.092Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:17:02.092Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650622087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:17:02.192Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:17:02.193Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:17:02.193Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:17:02.213Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:17:02.213Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:17:03.095Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T04:17:03.096Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-11T04:17:03.096Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:17:03.097Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:17:03.098Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:17:03.099Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650623095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:17:03.199Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:17:03.200Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:17:03.200Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:17:03.210Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:17:03.211Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:17:04.100Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-11T04:17:04.100Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-11T04:17:04.100Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:17:04.100Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:17:04.102Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:17:04.102Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650624099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:17:04.202Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:17:04.203Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:17:04.204Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:17:04.216Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:17:04.217Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:17:05.104Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d16bea03-e83e-485c-9b19-540d72b90f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:17:05.117Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d16bea03-e83e-485c-9b19-540d72b90f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:17:05.122Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:17:05.122Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T04:17:05.123Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T04:17:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:17:22.353Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:17:22.353Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:17:22.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:17:22.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:17:22.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650520836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:17:22.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:17:35.123Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d16bea03-e83e-485c-9b19-540d72b90f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:17:35.132Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d16bea03-e83e-485c-9b19-540d72b90f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:17:35.134Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:17:35.134Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T04:17:35.134Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T04:18:05.134Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d16bea03-e83e-485c-9b19-540d72b90f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:18:05.145Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d16bea03-e83e-485c-9b19-540d72b90f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:18:05.147Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:18:05.147Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T04:18:05.147Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T04:18:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:18:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:18:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:18:22.369Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:18:22.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650522959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650521786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "cds",
  "timestamp": 1649650522681,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650522823,
  "artifactURL": "/sdc/v1/catalog/services/3cbf2748-170e-4548-b7c4-0ad5ea0137bd/resourceInstances/basicclamp0/artifacts/e5d865f1-06b1-4193-83c2-f56d2f800ede",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650520836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650523964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "cds",
  "timestamp": 1649650523686,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.401Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d16bea03-e83e-485c-9b19-540d72b90f41
2022-04-11T04:18:22.401Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d16bea03-e83e-485c-9b19-540d72b90f41 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650522982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.410Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650520836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "policy-id",
  "timestamp": 1649650524967,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.416Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d16bea03-e83e-485c-9b19-540d72b90f41
2022-04-11T04:18:22.416Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d16bea03-e83e-485c-9b19-540d72b90f41 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650524223,
  "artifactURL": "/sdc/v1/catalog/services/3cbf2748-170e-4548-b7c4-0ad5ea0137bd/resourceInstances/basicclamp0/artifacts/e5d865f1-06b1-4193-83c2-f56d2f800ede",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650524192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650520836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "dcae-sch",
  "timestamp": 1649650525227,
  "artifactURL": "/sdc/v1/catalog/services/3cbf2748-170e-4548-b7c4-0ad5ea0137bd/resourceInstances/basicclamp0/artifacts/e5d865f1-06b1-4193-83c2-f56d2f800ede",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.436Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of d16bea03-e83e-485c-9b19-540d72b90f41
2022-04-11T04:18:22.436Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d16bea03-e83e-485c-9b19-540d72b90f41 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650525229,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.448Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d16bea03-e83e-485c-9b19-540d72b90f41
2022-04-11T04:18:22.448Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d16bea03-e83e-485c-9b19-540d72b90f41 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T04:18:22.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650520836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650526233,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.456Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650520836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "dcae-sch",
  "timestamp": 1649650526231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650524689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650524689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650520836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "dcae-sch",
  "timestamp": 1649650526231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650524689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "dcae-sch",
  "timestamp": 1649650526231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650524689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "dcae-sch",
  "timestamp": 1649650526231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650524689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "dcae-sch",
  "timestamp": 1649650526231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650524689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "dcae-sch",
  "timestamp": 1649650526231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650524689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "dcae-sch",
  "timestamp": 1649650526231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650524689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "dcae-sch",
  "timestamp": 1649650526231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650524689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "dcae-sch",
  "timestamp": 1649650526231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650536902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650538241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "cds",
  "timestamp": 1649650537909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.492Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdffa266-ff4c-4de1-a485-6279420ae516
2022-04-11T04:18:22.492Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdffa266-ff4c-4de1-a485-6279420ae516 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650537309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650539080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650538622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "cds",
  "timestamp": 1649650539498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650540085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "cds",
  "timestamp": 1649650539498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650539822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "cds",
  "timestamp": 1649650539498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650541193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650542017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "cds",
  "timestamp": 1649650539498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650542253,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.519Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdffa266-ff4c-4de1-a485-6279420ae516
2022-04-11T04:18:22.520Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdffa266-ff4c-4de1-a485-6279420ae516 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650543965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "cds",
  "timestamp": 1649650539498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650543257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650544191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650544971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "cds",
  "timestamp": 1649650539498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650544580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650545195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "policy-id",
  "timestamp": 1649650545975,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.538Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdffa266-ff4c-4de1-a485-6279420ae516
2022-04-11T04:18:22.538Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdffa266-ff4c-4de1-a485-6279420ae516 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T04:18:22.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "cds",
  "timestamp": 1649650539498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650545596,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.551Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d16bea03-e83e-485c-9b19-540d72b90f41
2022-04-11T04:18:22.551Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d16bea03-e83e-485c-9b19-540d72b90f41 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "clamp",
  "timestamp": 1649650546199,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.565Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d16bea03-e83e-485c-9b19-540d72b90f41
2022-04-11T04:18:22.565Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d16bea03-e83e-485c-9b19-540d72b90f41 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "cds",
  "timestamp": 1649650539498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "dcae-sch",
  "timestamp": 1649650546147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650547539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "dcae-sch",
  "timestamp": 1649650546147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "aai-ml",
  "timestamp": 1649650548542,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.588Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d16bea03-e83e-485c-9b19-540d72b90f41
2022-04-11T04:18:22.589Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d16bea03-e83e-485c-9b19-540d72b90f41 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "cds",
  "timestamp": 1649650548374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "dcae-sch",
  "timestamp": 1649650546147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "dcae-sch",
  "timestamp": 1649650546147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "cds",
  "timestamp": 1649650550530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.614Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60003245-d82f-4e13-ab9c-92c0d739804e
2022-04-11T04:18:22.614Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60003245-d82f-4e13-ab9c-92c0d739804e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "dcae-sch",
  "timestamp": 1649650546147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "dcae-sch",
  "timestamp": 1649650546147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650527754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "dcae-sch",
  "timestamp": 1649650546147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650552590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "dcae-sch",
  "timestamp": 1649650546147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650553804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650555251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "cds",
  "timestamp": 1649650554497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650554986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650556256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "cds",
  "timestamp": 1649650554497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650555794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650556006,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.640Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60003245-d82f-4e13-ab9c-92c0d739804e
2022-04-11T04:18:22.640Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60003245-d82f-4e13-ab9c-92c0d739804e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "policy-id",
  "timestamp": 1649650557260,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.652Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60003245-d82f-4e13-ab9c-92c0d739804e
2022-04-11T04:18:22.652Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60003245-d82f-4e13-ab9c-92c0d739804e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T04:18:22.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "cds",
  "timestamp": 1649650554497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650557010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "cds",
  "timestamp": 1649650554497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650558744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.663Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bac8b64-e8e8-44a5-880c-d01c8569e99c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650558619,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:18:22.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650558372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "cds",
  "timestamp": 1649650554497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650559376,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.673Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdffa266-ff4c-4de1-a485-6279420ae516
2022-04-11T04:18:22.673Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdffa266-ff4c-4de1-a485-6279420ae516 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "cds",
  "timestamp": 1649650554497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "cds",
  "timestamp": 1649650554497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "cds",
  "timestamp": 1649650562141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "cds",
  "timestamp": 1649650563146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.699Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb365074-d196-49cf-bd14-19dd1138cd3b
2022-04-11T04:18:22.700Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb365074-d196-49cf-bd14-19dd1138cd3b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "policy-id",
  "timestamp": 1649650533874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650527243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "policy-id",
  "timestamp": 1649650565581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650565212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650566091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "policy-id",
  "timestamp": 1649650566586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650566968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "policy-id",
  "timestamp": 1649650567589,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.727Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb365074-d196-49cf-bd14-19dd1138cd3b
2022-04-11T04:18:22.727Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb365074-d196-49cf-bd14-19dd1138cd3b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650566428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "aai-ml",
  "timestamp": 1649650567971,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.739Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdffa266-ff4c-4de1-a485-6279420ae516
2022-04-11T04:18:22.739Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdffa266-ff4c-4de1-a485-6279420ae516 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650568095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650567992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650568592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/resourceInstances/pnf7dfc2599c4d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "clamp",
  "timestamp": 1649650569102,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.756Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cdffa266-ff4c-4de1-a485-6279420ae516
2022-04-11T04:18:22.756Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdffa266-ff4c-4de1-a485-6279420ae516 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650568802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650567754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650569022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.770Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb365074-d196-49cf-bd14-19dd1138cd3b
2022-04-11T04:18:22.770Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb365074-d196-49cf-bd14-19dd1138cd3b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T04:18:22.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650568592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650569497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650567754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650570025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650568592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650569497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650571176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650567754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650568592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650569497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650572342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650571028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650572181,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.792Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60003245-d82f-4e13-ab9c-92c0d739804e
2022-04-11T04:18:22.792Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60003245-d82f-4e13-ab9c-92c0d739804e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650567754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650568592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650569497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650566145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650571028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650567754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650568592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650569497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650571028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650574538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV5qyxudbhzcbnqxn3fiq/1.0/artifacts/service-DemoPnfV5qyxudbhzcbnqxn3fiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650567754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650568592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650569497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650571028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650567754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650568592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650569497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650571028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650567754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650577242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650568592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650569497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650571028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650567754,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650569497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650571028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650578951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.832Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650577846,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650579481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650571028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:18:22.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650579955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650532851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650578877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:18:22.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649650571028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:18:22.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:18:22.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "policy-id",
  "timestamp": 1649650580957,
  "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-04-11T04:18:22.852Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59a372dd-49ad-42a4-aba8-c6502c13243b
2022-04-11T04:18:22.852Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a372dd-49ad-42a4-aba8-c6502c13243b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "cds",
  "timestamp": 1649650580721,
  "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-04-11T04:18:22.867Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59a372dd-49ad-42a4-aba8-c6502c13243b
2022-04-11T04:18:22.867Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a372dd-49ad-42a4-aba8-c6502c13243b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:22.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650580403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:18:22.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:18:22.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:18:22.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649650579882,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:18:22.881Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 59a372dd-49ad-42a4-aba8-c6502c13243b
2022-04-11T04:18:22.882Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a372dd-49ad-42a4-aba8-c6502c13243b and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:18:35.147Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d16bea03-e83e-485c-9b19-540d72b90f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:18:35.158Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d16bea03-e83e-485c-9b19-540d72b90f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:18:35.161Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:18:35.161Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T04:18:35.161Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T04:18:35.162Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T04:18:35.162Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:18:35.162Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:18:35.162Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:18:35.162Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:18:35.162Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:18:35.162Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:18:35.162Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:18:35.162Z|d16bea03-e83e-485c-9b19-540d72b90f41|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-04-11T04:18:35.167Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:19:05.168Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d16bea03-e83e-485c-9b19-540d72b90f41 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T04:19:05.173Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d16bea03-e83e-485c-9b19-540d72b90f41 and serviceModelVersionId: 3cbf2748-170e-4548-b7c4-0ad5ea0137bd
2022-04-11T04:19:05.173Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5df7c53-5b8a-47d4-aa0d-014bee64d0f0
2022-04-11T04:19:05.174Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5df7c53-5b8a-47d4-aa0d-014bee64d0f0/model-vers/model-ver/3cbf2748-170e-4548-b7c4-0ad5ea0137bd?depth=0
2022-04-11T04:19:05.178Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:19:05.217Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5df7c53-5b8a-47d4-aa0d-014bee64d0f0/model-vers/model-ver/3cbf2748-170e-4548-b7c4-0ad5ea0137bd?depth=0|INFO|500||Invoke
2022-04-11T04:19:05.217Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5df7c53-5b8a-47d4-aa0d-014bee64d0f0/model-vers/model-ver/3cbf2748-170e-4548-b7c4-0ad5ea0137bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5df7c53-5b8a-47d4-aa0d-014bee64d0f0/model-vers/model-ver/3cbf2748-170e-4548-b7c4-0ad5ea0137bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d16bea03-e83e-485c-9b19-540d72b90f41], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b0d20a0-7547-424f-b5d8-86a378cba224], X-ECOMP-RequestID=[d16bea03-e83e-485c-9b19-540d72b90f41], X-TransactionId=[], X-ONAP-RequestID=[d16bea03-e83e-485c-9b19-540d72b90f41], Content-Type=[application/merge-patch+json]}
2022-04-11T04:19:05.236Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5df7c53-5b8a-47d4-aa0d-014bee64d0f0/model-vers/model-ver/3cbf2748-170e-4548-b7c4-0ad5ea0137bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T04:19:05.649Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5df7c53-5b8a-47d4-aa0d-014bee64d0f0/model-vers/model-ver/3cbf2748-170e-4548-b7c4-0ad5ea0137bd?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/f5df7c53-5b8a-47d4-aa0d-014bee64d0f0/model-vers/model-ver/3cbf2748-170e-4548-b7c4-0ad5ea0137bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220411-04:19:05:243-42313], vertex-id=[450784], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:19:05 GMT], Content-Type=[application/json]}
2022-04-11T04:19:05.650Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5df7c53-5b8a-47d4-aa0d-014bee64d0f0/model-vers/model-ver/3cbf2748-170e-4548-b7c4-0ad5ea0137bd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:19:05.650Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5df7c53-5b8a-47d4-aa0d-014bee64d0f0/model-vers/model-ver/3cbf2748-170e-4548-b7c4-0ad5ea0137bd?depth=0|INFO|500||InvokeReturn
2022-04-11T04:19:05.650Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:19:05.651Z|d16bea03-e83e-485c-9b19-540d72b90f41|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-04-11T04:19:05.655Z|d16bea03-e83e-485c-9b19-540d72b90f41|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-04-11T04:19:05.655Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d16bea03-e83e-485c-9b19-540d72b90f41 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:19:05.656Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:19:05.656Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:05.658Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:05.658Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650745655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:19:05.758Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:05.759Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:05.759Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:05.773Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:05.774Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:19:06.668Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T04:19:06.668Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdffa266-ff4c-4de1-a485-6279420ae516","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5192c350-b984-45be-bfc3-dd780ec5dcfa","serviceDescription":"service","serviceInvariantUUID":"46157e78-760b-4584-8946-19316540cd70","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be3fd981-e0d4-4882-a767-97aef15cb335","resourceInvariantUUID":"4aef26b8-565f-48ad-bd8a-4923ec9d79e6","resourceCustomizationUUID":"5ff755a0-9cd7-4794-9792-baa7955da06e","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":"NTIwMzA3NDdiNTA1YjFmNjMwYzE4N2VlNzJlMzI1NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a15631d2-2109-40b9-ba5f-8fcb1f22cef7","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":"72377f0f-d6ff-4644-ac86-5a83c59dcef0","artifactVersion":"2","generatedFromUUID":"841e4e8b-8da5-43a3-9f56-69a43e2e1174"},{"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":"841e4e8b-8da5-43a3-9f56-69a43e2e1174","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":"NWJhZjgxZTg2MTU3OTE1MjY1MWM3YzQwNzMzZjQzOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef13156e-7041-45c8-9a04-35accbf58a72","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":"c9d211e3-2cd4-4398-98e3-255b068d4213","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":"4c866dac-5357-4ac3-90f5-a6ad2f272ff4","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":"48088117-b064-44d5-ba3b-21f6be11947f","artifactVersion":"2","generatedFromUUID":"c9d211e3-2cd4-4398-98e3-255b068d4213"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjgxNGJjMjRhODU0ZmVlOGE4YjVjMTI0ODYyYWE4YmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c623ccee-744d-4e8c-8be1-22f86f86d620","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzJhMjQyMDFkNjJjM2YyNjViMzg0MTUwNzhlMmRiMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f4f20df-f57e-4aa2-827a-00a85a0aadcd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T04:19:06.669Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:19:06.669Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:06.671Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:06.671Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:06.772Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T04:19:06.773Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:06.773Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:06.787Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:06.788Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:07.671Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:19:07.672Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:07.674Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:07.675Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-11T04:19:07.775Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:07.776Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:07.776Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:07.785Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:07.786Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:08.675Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:19:08.676Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:08.677Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:08.678Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-11T04:19:08.778Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:08.779Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:08.779Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:08.797Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:08.798Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:09.678Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:19:09.679Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:09.682Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:09.683Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:19:09.783Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:09.784Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:09.784Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:09.801Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:09.802Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:10.683Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:19:10.684Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:10.686Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:10.687Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:19:10.787Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:10.788Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:10.788Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:10.803Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:10.803Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:11.687Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:19:11.688Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:11.690Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:11.691Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:11.791Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:19:11.792Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:11.792Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:11.814Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:11.814Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:12.691Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:19:12.692Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:12.694Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:12.694Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-11T04:19:12.795Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:12.796Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:12.796Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:12.810Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:12.811Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:13.695Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:19:13.696Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:13.697Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:13.698Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:13.798Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:13.799Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:13.799Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:13.812Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:13.812Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:14.698Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:19:14.699Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:14.701Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:14.701Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:19:14.802Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:19:14.802Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:14.803Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:14.816Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:14.816Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:15.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5192c350-b984-45be-bfc3-dd780ec5dcfa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "46157e78-760b-4584-8946-19316540cd70",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5ff755a0-9cd7-4794-9792-baa7955da06e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "be3fd981-e0d4-4882-a767-97aef15cb335",
      "resourceInvariantUUID": "4aef26b8-565f-48ad-bd8a-4923ec9d79e6",
      "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": "72377f0f-d6ff-4644-ac86-5a83c59dcef0",
          "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": "841e4e8b-8da5-43a3-9f56-69a43e2e1174",
          "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": "NWJhZjgxZTg2MTU3OTE1MjY1MWM3YzQwNzMzZjQzOWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ef13156e-7041-45c8-9a04-35accbf58a72",
          "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": "c9d211e3-2cd4-4398-98e3-255b068d4213",
          "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": "48088117-b064-44d5-ba3b-21f6be11947f",
            "generatedFromUUID": "c9d211e3-2cd4-4398-98e3-255b068d4213"
          },
          "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": "48088117-b064-44d5-ba3b-21f6be11947f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzJhMjQyMDFkNjJjM2YyNjViMzg0MTUwNzhlMmRiMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3f4f20df-f57e-4aa2-827a-00a85a0aadcd"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T04:19:15.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T04:19:15.703Z|d16bea03-e83e-485c-9b19-540d72b90f41|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5192c350-b984-45be-bfc3-dd780ec5dcfa ASDC
2022-04-11T04:19:15.704Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:cdffa266-ff4c-4de1-a485-6279420ae516
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5192c350-b984-45be-bfc3-dd780ec5dcfa
ServiceInvariantUUID:46157e78-760b-4584-8946-19316540cd70
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:3f4f20df-f57e-4aa2-827a-00a85a0aadcd
ArtifactChecksum:YzJhMjQyMDFkNjJjM2YyNjViMzg0MTUwNzhlMmRiMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5ff755a0-9cd7-4794-9792-baa7955da06e
ResourceInvariantUUID:4aef26b8-565f-48ad-bd8a-4923ec9d79e6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:be3fd981-e0d4-4882-a767-97aef15cb335
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:72377f0f-d6ff-4644-ac86-5a83c59dcef0
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:841e4e8b-8da5-43a3-9f56-69a43e2e1174
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:ef13156e-7041-45c8-9a04-35accbf58a72
ArtifactChecksum:NWJhZjgxZTg2MTU3OTE1MjY1MWM3YzQwNzMzZjQzOWY=
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:c9d211e3-2cd4-4398-98e3-255b068d4213
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:48088117-b064-44d5-ba3b-21f6be11947f
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:48088117-b064-44d5-ba3b-21f6be11947f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T04:19:15.704Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5192c350-b984-45be-bfc3-dd780ec5dcfa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:19:15.750Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:19:15.751Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:19:15.751Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:19:15.751Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f4f20df-f57e-4aa2-827a-00a85a0aadcd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-11T04:19:15.751Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:19:15.751Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-11T04:19:16.736Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:19:16.739Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3f4f20df-f57e-4aa2-827a-00a85a0aadcd 68927
2022-04-11T04:19:16.739Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-11T04:19:16.739Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-11T04:19:16.739Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:19:16.740Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:16.741Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:16.741Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650756739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:16.843Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T04:19:16.844Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:16.844Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:16.869Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:16.869Z||pool-109-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:17.742Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:19:17.743Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:19:17.743Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3f4f20df-f57e-4aa2-827a-00a85a0aadcd, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T04:19:17.743Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-11T04:19:17.744Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T04:19:17.744Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T04:19:17.855Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8675887087850013249/Definitions/service-BasicCnf-template.yml
2022-04-11T04:19:18.950Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T04:19:18.951Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:19:18.951Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T04:19:18.951Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-11T04:19:18.951Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T04:19:18.951Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T04:19:18.951Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-11T04:19:18.951Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||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-04-11T04:19:18.952Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:19:18.952Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.952Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:18.952Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T04:19:18.952Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:19:18.952Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:19:18.952Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.953Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:18.953Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T04:19:18.953Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:19:18.953Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:19:18.953Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.953Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:18.954Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.954Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-11T04:19:18.954Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-11T04:19:18.954Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-11T04:19:18.954Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T04:19:18.954Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.955Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:19:18.955Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.955Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T04:19:18.955Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:19:18.955Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.955Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T04:19:18.956Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:19:18.956Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.956Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T04:19:18.956Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:19:18.956Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.956Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-11T04:19:18.956Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-11T04:19:18.956Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a809720a-ffc2-46d5-b808-3f23a61dbf4e
2022-04-11T04:19:18.957Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.957Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:18.957Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.957Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:18.957Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.957Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:18.957Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:18.957Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:18.957Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5192c350-b984-45be-bfc3-dd780ec5dcfa
Model Version:NULL
Model InvariantUuid:46157e78-760b-4584-8946-19316540cd70
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9ba0c5ed-df18-4289-8068-d44e3abad919
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4aef26b8-565f-48ad-bd8a-4923ec9d79e6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5ff755a0-9cd7-4794-9792-baa7955da06e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5ffddbdc-90c1-491b-b2b1-ceb556e98924
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8ea485b6-a4d8-478a-a27d-4e454cffdab0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a809720a-ffc2-46d5-b808-3f23a61dbf4e
ModelInvariantUuid:b976f75c-4685-4b85-bcc5-528dd423391d
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:8319f762-fa87-4fbd-b267-9515f6a00b7a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f8c5b635-8988-4839-b93c-15048b8f2a73
ModelInvariantUuid:ee2fb6d0-0bf3-4d02-9b8b-e7aecbb6e546
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6ee1ded5-fccf-43e2-93d4-14a44d7b64d1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T04:19:18.963Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: be3fd981-e0d4-4882-a767-97aef15cb335
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:19:18.965Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-04-11T04:19:18.966Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be3fd981-e0d4-4882-a767-97aef15cb335
2022-04-11T04:19:18.966Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 72377f0f-d6ff-4644-ac86-5a83c59dcef0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-11T04:19:18.966Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:19:18.966Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-11T04:19:19.125Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:19:19.125Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 72377f0f-d6ff-4644-ac86-5a83c59dcef0 12
2022-04-11T04:19:19.126Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-11T04:19:19.126Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-11T04:19:19.126Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:19:19.126Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:19.128Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:19.128Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650759126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:19.228Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:19.229Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:19.229Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:19.241Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:19.242Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:20.129Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 841e4e8b-8da5-43a3-9f56-69a43e2e1174 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-11T04:19:20.129Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:19:20.130Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-11T04:19:20.332Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:19:20.333Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 841e4e8b-8da5-43a3-9f56-69a43e2e1174 2688
2022-04-11T04:19:20.333Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-11T04:19:20.333Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-11T04:19:20.333Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:19:20.334Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:20.336Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:20.336Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650760333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:20.436Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:20.437Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:20.437Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:20.447Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:20.447Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:21.337Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ef13156e-7041-45c8-9a04-35accbf58a72 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-11T04:19:21.338Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:19:21.338Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-11T04:19:21.712Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:19:21.712Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ef13156e-7041-45c8-9a04-35accbf58a72 828
2022-04-11T04:19:21.712Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-11T04:19:21.712Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-11T04:19:21.712Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:19:21.713Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:21.715Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:21.716Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650761712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:21.815Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:19:21.816Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:21.816Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:21.828Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:21.828Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:19:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:19:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:19:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:22.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:22.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650583086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:22.381Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650582763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.381Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650583767,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:19:22.387Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb365074-d196-49cf-bd14-19dd1138cd3b
2022-04-11T04:19:22.388Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb365074-d196-49cf-bd14-19dd1138cd3b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:19:22.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650585937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650584771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650586089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.396Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "aai-ml",
  "timestamp": 1649650586940,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:19:22.402Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60003245-d82f-4e13-ab9c-92c0d739804e
2022-04-11T04:19:22.402Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60003245-d82f-4e13-ab9c-92c0d739804e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:19:22.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650584771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "clamp",
  "timestamp": 1649650587094,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:19:22.416Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60003245-d82f-4e13-ab9c-92c0d739804e
2022-04-11T04:19:22.417Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60003245-d82f-4e13-ab9c-92c0d739804e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:19:22.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650586145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650584771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650586145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650584771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650586145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650584771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650586145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650584771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650586145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650584771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650586145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650584771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650586145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "aai-ml",
  "timestamp": 1649650529317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:19:22.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650584771,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "clamp",
  "timestamp": 1649650550836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650586145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "aai-ml",
  "timestamp": 1649650595264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650594632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:22.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "dcae-sch",
  "timestamp": 1649650586145,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650596522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649650597530,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:19:22.440Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59a372dd-49ad-42a4-aba8-c6502c13243b
2022-04-11T04:19:22.440Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a372dd-49ad-42a4-aba8-c6502c13243b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:19:22.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "clamp",
  "timestamp": 1649650598595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:22.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "clamp",
  "timestamp": 1649650600097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "clamp",
  "timestamp": 1649650601101,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:19:22.454Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb365074-d196-49cf-bd14-19dd1138cd3b
2022-04-11T04:19:22.454Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb365074-d196-49cf-bd14-19dd1138cd3b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:19:22.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650602105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650602105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650602105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "aai-ml",
  "timestamp": 1649650606148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650602105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f910e52a-397f-4905-ba3e-bfb68a3dd168",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650606021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:19:22.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "aai-ml",
  "timestamp": 1649650607154,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:19:22.474Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb365074-d196-49cf-bd14-19dd1138cd3b
2022-04-11T04:19:22.474Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb365074-d196-49cf-bd14-19dd1138cd3b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:19:22.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650602105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650602105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650608158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650602105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:19:22.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650608158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650602105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650608158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650602105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650608158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650608158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650608158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650608158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650615323,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650608158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650608158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:19:22.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650617093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:22.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650617877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:22.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650617781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:22.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650618849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:22.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650619098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650619953,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:22.493Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "clamp",
  "timestamp": 1649650620106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:19:22.498Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59a372dd-49ad-42a4-aba8-c6502c13243b
2022-04-11T04:19:22.499Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a372dd-49ad-42a4-aba8-c6502c13243b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:19:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650621083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650622087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650622582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650623095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "aai-ml",
  "timestamp": 1649650623586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T04:19:22.512Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59a372dd-49ad-42a4-aba8-c6502c13243b
2022-04-11T04:19:22.512Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59a372dd-49ad-42a4-aba8-c6502c13243b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:19:22.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:19:22.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650624099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:22.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:19:22.717Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5ffddbdc-90c1-491b-b2b1-ceb556e98924",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8ea485b6-a4d8-478a-a27d-4e454cffdab0",
    "vfModuleModelCustomizationUUID": "f43b8104-4766-42c7-bdd7-f92c3303ed5c",
    "isBase": true,
    "artifacts": [
      "841e4e8b-8da5-43a3-9f56-69a43e2e1174",
      "c9d211e3-2cd4-4398-98e3-255b068d4213",
      "48088117-b064-44d5-ba3b-21f6be11947f"
    ],
    "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-04-11T04:19:22.720Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ea485b6-a4d8-478a-a27d-4e454cffdab0
VfModuleModelInvariantUUID:5ffddbdc-90c1-491b-b2b1-ceb556e98924
VfModuleModelDescription:NULL
Artifacts UUID List:{
841e4e8b-8da5-43a3-9f56-69a43e2e1174
,
c9d211e3-2cd4-4398-98e3-255b068d4213
,
48088117-b064-44d5-ba3b-21f6be11947f

}
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-04-11T04:19:22.722Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5ffddbdc-90c1-491b-b2b1-ceb556e98924",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8ea485b6-a4d8-478a-a27d-4e454cffdab0",
    "vfModuleModelCustomizationUUID": "f43b8104-4766-42c7-bdd7-f92c3303ed5c",
    "isBase": true,
    "artifacts": [
      "841e4e8b-8da5-43a3-9f56-69a43e2e1174",
      "c9d211e3-2cd4-4398-98e3-255b068d4213",
      "48088117-b064-44d5-ba3b-21f6be11947f"
    ],
    "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-04-11T04:19:22.722Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ea485b6-a4d8-478a-a27d-4e454cffdab0
VfModuleModelInvariantUUID:5ffddbdc-90c1-491b-b2b1-ceb556e98924
VfModuleModelDescription:NULL
Artifacts UUID List:{
841e4e8b-8da5-43a3-9f56-69a43e2e1174
,
c9d211e3-2cd4-4398-98e3-255b068d4213
,
48088117-b064-44d5-ba3b-21f6be11947f

}
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-04-11T04:19:22.722Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c9d211e3-2cd4-4398-98e3-255b068d4213 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-11T04:19:22.722Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:19:22.723Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-11T04:19:23.013Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:19:23.014Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c9d211e3-2cd4-4398-98e3-255b068d4213 1164
2022-04-11T04:19:23.014Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-11T04:19:23.014Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-11T04:19:23.014Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:19:23.015Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:23.017Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:23.017Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650763014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:23.118Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T04:19:23.119Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:23.119Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:23.131Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:23.132Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:24.020Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 48088117-b064-44d5-ba3b-21f6be11947f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-11T04:19:24.020Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:19:24.020Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-11T04:19:24.216Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:19:24.216Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 48088117-b064-44d5-ba3b-21f6be11947f 200
2022-04-11T04:19:24.217Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-11T04:19:24.217Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-11T04:19:24.217Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:19:24.218Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:24.220Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:24.220Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650764217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:19:24.320Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:19:24.321Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:24.322Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:24.332Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:24.333Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:19:25.221Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5192c350-b984-45be-bfc3-dd780ec5dcfa
2022-04-11T04:19:25.222Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 be3fd981-e0d4-4882-a767-97aef15cb335 ASDC
2022-04-11T04:19:25.231Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:19:25.241Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bc43b32, org.onap.sdc.toscaparser.api.parameters.Input@18a56649, org.onap.sdc.toscaparser.api.parameters.Input@375feaa3, org.onap.sdc.toscaparser.api.parameters.Input@784447d7, org.onap.sdc.toscaparser.api.parameters.Input@2283ee46]
2022-04-11T04:19:25.242Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.242Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:25.243Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-11T04:19:25.243Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5ff755a0-9cd7-4794-9792-baa7955da06e
2022-04-11T04:19:25.243Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ff755a0-9cd7-4794-9792-baa7955da06e matches Tosca VF Customization UUID: 5ff755a0-9cd7-4794-9792-baa7955da06e
2022-04-11T04:19:25.243Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5ff755a0-9cd7-4794-9792-baa7955da06e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T04:19:25.245Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.245Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:25.245Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5ff755a0-9cd7-4794-9792-baa7955da06e: {\"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-04-11T04:19:25.245Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c52700
2022-04-11T04:19:25.246Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.246Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:19:25.246Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f43b8104-4766-42c7-bdd7-f92c3303ed5c
2022-04-11T04:19:25.246Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f43b8104-4766-42c7-bdd7-f92c3303ed5c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T04:19:25.248Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.248Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T04:19:25.248Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:19:25.249Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.249Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T04:19:25.249Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:19:25.249Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.249Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-11T04:19:25.249Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-11T04:19:25.250Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a809720a-ffc2-46d5-b808-3f23a61dbf4e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T04:19:25.251Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.251Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T04:19:25.252Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:19:25.252Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.252Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-11T04:19:25.252Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5ff755a0-9cd7-4794-9792-baa7955da06e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:19:25.253Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.254Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:25.254Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5192c350-b984-45be-bfc3-dd780ec5dcfa: basic_cnf
2022-04-11T04:19:25.254Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.255Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:25.255Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.255Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:25.255Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.255Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:25.255Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.256Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:25.256Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:19:25.256Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:19:25.256Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:19:25.317Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf be3fd981-e0d4-4882-a767-97aef15cb335 1 ASDC deployResourceStructure
2022-04-11T04:19:25.318Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-11T04:19:25.318Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-04-11T04:19:25.319Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-11T04:19:25.319Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:25.321Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:25.321Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650765318,
  "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-04-11T04:19:25.421Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:19:25.422Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:25.422Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:25.433Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:25.433Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:26.323Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-11T04:19:26.323Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-11T04:19:26.323Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-11T04:19:26.324Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:26.326Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:26.326Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650766323,
  "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-04-11T04:19:26.426Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:26.427Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:26.427Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:26.437Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:26.437Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:27.327Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-11T04:19:27.328Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-11T04:19:27.328Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:19:27.328Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:27.329Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:27.330Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650767327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:27.430Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:27.431Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:27.431Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:27.443Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:27.444Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:19:28.330Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-11T04:19:28.331Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-11T04:19:28.331Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:19:28.332Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:28.333Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:28.334Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650768330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:28.436Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T04:19:28.437Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:28.437Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:28.450Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:28.450Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:29.336Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-11T04:19:29.337Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-11T04:19:29.337Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:19:29.337Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:29.339Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:29.339Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650769336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:29.440Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:19:29.440Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:29.441Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:29.451Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:29.452Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:30.340Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-11T04:19:30.340Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-11T04:19:30.341Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:19:30.341Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:19:30.345Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:19:30.345Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650770340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:19:30.449Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-11T04:19:30.450Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:19:30.450Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:19:30.460Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:19:30.461Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:19:31.346Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdffa266-ff4c-4de1-a485-6279420ae516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:19:31.359Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdffa266-ff4c-4de1-a485-6279420ae516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:19:31.364Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:19:31.364Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T04:19:31.365Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T04:19:31.365Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T04:19:31.365Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:19:31.365Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:19:31.365Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:19:31.365Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:19:31.365Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:19:31.366Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:19:31.366Z|cdffa266-ff4c-4de1-a485-6279420ae516|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-04-11T04:19:31.372Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:20:01.372Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdffa266-ff4c-4de1-a485-6279420ae516 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T04:20:01.385Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdffa266-ff4c-4de1-a485-6279420ae516 and serviceModelVersionId: 5192c350-b984-45be-bfc3-dd780ec5dcfa
2022-04-11T04:20:01.385Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46157e78-760b-4584-8946-19316540cd70
2022-04-11T04:20:01.387Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46157e78-760b-4584-8946-19316540cd70/model-vers/model-ver/5192c350-b984-45be-bfc3-dd780ec5dcfa?depth=0
2022-04-11T04:20:01.393Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:20:01.445Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46157e78-760b-4584-8946-19316540cd70/model-vers/model-ver/5192c350-b984-45be-bfc3-dd780ec5dcfa?depth=0|INFO|500||Invoke
2022-04-11T04:20:01.446Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46157e78-760b-4584-8946-19316540cd70/model-vers/model-ver/5192c350-b984-45be-bfc3-dd780ec5dcfa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46157e78-760b-4584-8946-19316540cd70/model-vers/model-ver/5192c350-b984-45be-bfc3-dd780ec5dcfa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cdffa266-ff4c-4de1-a485-6279420ae516], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8725d23-e5e1-461f-b769-198b19fdcc1b], X-ECOMP-RequestID=[cdffa266-ff4c-4de1-a485-6279420ae516], X-TransactionId=[], X-ONAP-RequestID=[cdffa266-ff4c-4de1-a485-6279420ae516], Content-Type=[application/merge-patch+json]}
2022-04-11T04:20:01.468Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46157e78-760b-4584-8946-19316540cd70/model-vers/model-ver/5192c350-b984-45be-bfc3-dd780ec5dcfa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T04:20:01.561Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46157e78-760b-4584-8946-19316540cd70/model-vers/model-ver/5192c350-b984-45be-bfc3-dd780ec5dcfa?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/46157e78-760b-4584-8946-19316540cd70/model-vers/model-ver/5192c350-b984-45be-bfc3-dd780ec5dcfa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220411-04:20:01:475-41376], vertex-id=[225416], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:20:01 GMT], Content-Type=[application/json]}
2022-04-11T04:20:01.562Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46157e78-760b-4584-8946-19316540cd70/model-vers/model-ver/5192c350-b984-45be-bfc3-dd780ec5dcfa?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:20:01.562Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46157e78-760b-4584-8946-19316540cd70/model-vers/model-ver/5192c350-b984-45be-bfc3-dd780ec5dcfa?depth=0|INFO|500||InvokeReturn
2022-04-11T04:20:01.563Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:20:01.563Z|cdffa266-ff4c-4de1-a485-6279420ae516|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-04-11T04:20:01.567Z|cdffa266-ff4c-4de1-a485-6279420ae516|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-04-11T04:20:01.567Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdffa266-ff4c-4de1-a485-6279420ae516 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:20:01.568Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:20:01.569Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:01.571Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:01.572Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650801568,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:20:01.672Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:01.673Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:01.673Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:01.688Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:01.688Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:20:02.587Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T04:20:02.587Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"60003245-d82f-4e13-ab9c-92c0d739804e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8dfcc00d-7700-4b72-8b5d-dcd72d96404a","serviceDescription":"service","serviceInvariantUUID":"b4ba500e-8ff3-4554-bf43-806ba758cbb0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c42237d5-e7a7-4987-b8c0-039c64b3667e","resourceInvariantUUID":"2848758e-fe0c-4c5f-8bf6-95f4eb272c79","resourceCustomizationUUID":"cbdd5662-0f43-4d7a-96d6-68524ddf1f54","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":"OTIwNThmMGI1MWI1ZWM0MGIxYjY5YzliYWUyYjcwNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d40b33da-9438-46e1-a955-8d13d6966ec2","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":"ZmI3YmU5MTUzMWQzMTU3YTI2OWQ0YTMxZWE0ZmRmM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d847c05c-a115-497b-bd8e-d2337a6a1121","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":"61ea3240-0fa7-4789-a857-3970a8fe6876","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":"b9b6bd77-eeca-49fa-af88-faf566337a95","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":"19e2ded8-4d44-4ade-8b9e-60af028340ff","artifactVersion":"2","generatedFromUUID":"61ea3240-0fa7-4789-a857-3970a8fe6876"},{"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":"NjRhOTgzMTUyOTI2ODRjODYwMmZkNzViYWQ1ZjA5Yjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4836372e-823e-4712-8f3d-1f0796c55e70","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":"NDlmMjNkYzRlYTY2MzEwOWUxZjI5YWFkNmE4YTZkYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"406e0ceb-fe69-485f-b0e1-321b69505c8b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmVkZGRhY2NjODY4ZTgxYmVjYWRjNzZmZWIxN2YyNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e01ebc79-9d26-4123-bf21-3ed236482792","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T04:20:02.588Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:02.588Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:02.590Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:02.590Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:20:02.690Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:02.691Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:02.691Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:02.701Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:02.701Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:20:03.591Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:03.592Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:03.595Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:03.595Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:20:03.695Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:03.696Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:03.696Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:03.707Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:03.707Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:04.595Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:04.596Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:04.607Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:04.608Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:20:04.707Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:20:04.708Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:04.708Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:04.718Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:04.718Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:05.609Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:05.610Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:05.613Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:05.613Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:20:05.713Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:05.714Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:05.714Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:05.724Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:05.725Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:06.614Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:06.614Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:06.617Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:06.617Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-11T04:20:06.717Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:06.718Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:06.718Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:06.730Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:06.730Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:07.618Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:07.620Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:07.623Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:07.624Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:20:07.725Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T04:20:07.728Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:07.728Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:07.739Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:07.740Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:08.625Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:08.626Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:08.629Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:08.629Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:20:08.729Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:20:08.730Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:08.730Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:08.742Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:08.743Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:09.630Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:09.631Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:09.633Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:09.633Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:20:09.733Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:09.734Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:09.734Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:09.744Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:09.744Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:10.634Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8dfcc00d-7700-4b72-8b5d-dcd72d96404a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b4ba500e-8ff3-4554-bf43-806ba758cbb0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "cbdd5662-0f43-4d7a-96d6-68524ddf1f54",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c42237d5-e7a7-4987-b8c0-039c64b3667e",
      "resourceInvariantUUID": "2848758e-fe0c-4c5f-8bf6-95f4eb272c79",
      "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": "ZmI3YmU5MTUzMWQzMTU3YTI2OWQ0YTMxZWE0ZmRmM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d847c05c-a115-497b-bd8e-d2337a6a1121",
          "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": "61ea3240-0fa7-4789-a857-3970a8fe6876",
          "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": "19e2ded8-4d44-4ade-8b9e-60af028340ff",
            "generatedFromUUID": "61ea3240-0fa7-4789-a857-3970a8fe6876"
          },
          "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": "19e2ded8-4d44-4ade-8b9e-60af028340ff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmVkZGRhY2NjODY4ZTgxYmVjYWRjNzZmZWIxN2YyNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e01ebc79-9d26-4123-bf21-3ed236482792"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T04:20:10.635Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T04:20:10.635Z|cdffa266-ff4c-4de1-a485-6279420ae516|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8dfcc00d-7700-4b72-8b5d-dcd72d96404a ASDC
2022-04-11T04:20:10.636Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:60003245-d82f-4e13-ab9c-92c0d739804e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8dfcc00d-7700-4b72-8b5d-dcd72d96404a
ServiceInvariantUUID:b4ba500e-8ff3-4554-bf43-806ba758cbb0
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:e01ebc79-9d26-4123-bf21-3ed236482792
ArtifactChecksum:NmVkZGRhY2NjODY4ZTgxYmVjYWRjNzZmZWIxN2YyNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:cbdd5662-0f43-4d7a-96d6-68524ddf1f54
ResourceInvariantUUID:2848758e-fe0c-4c5f-8bf6-95f4eb272c79
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c42237d5-e7a7-4987-b8c0-039c64b3667e
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:d847c05c-a115-497b-bd8e-d2337a6a1121
ArtifactChecksum:ZmI3YmU5MTUzMWQzMTU3YTI2OWQ0YTMxZWE0ZmRmM2M=
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:61ea3240-0fa7-4789-a857-3970a8fe6876
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:19e2ded8-4d44-4ade-8b9e-60af028340ff
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:19e2ded8-4d44-4ade-8b9e-60af028340ff
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T04:20:10.636Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8dfcc00d-7700-4b72-8b5d-dcd72d96404a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:20:10.672Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:20:10.673Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:20:10.673Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:20:10.673Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e01ebc79-9d26-4123-bf21-3ed236482792 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-11T04:20:10.673Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:20:10.673Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-11T04:20:11.952Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:20:11.955Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e01ebc79-9d26-4123-bf21-3ed236482792 78798
2022-04-11T04:20:11.955Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-11T04:20:11.956Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-11T04:20:11.956Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:20:11.956Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:11.958Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:11.958Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650811955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:20:12.058Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:12.059Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:12.059Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:12.088Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:12.089Z||pool-130-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:12.959Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:20:12.961Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:20:12.961Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e01ebc79-9d26-4123-bf21-3ed236482792, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:12.962Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-11T04:20:12.963Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:12.963Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:13.140Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5973893031639020738/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-11T04:20:14.376Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T04:20:14.376Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:20:14.376Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:14.377Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-11T04:20:14.377Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:14.377Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:14.377Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:14.377Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:14.377Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:14.377Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:14.378Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:14.378Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:14.378Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-11T04:20:14.378Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:20:14.378Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.379Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:14.379Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T04:20:14.379Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:20:14.379Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:20:14.380Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.380Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:14.380Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T04:20:14.380Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:20:14.381Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:20:14.381Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.381Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:14.381Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.381Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-11T04:20:14.381Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-11T04:20:14.382Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-11T04:20:14.382Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-11T04:20:14.382Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-11T04:20:14.382Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T04:20:14.382Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.382Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:20:14.383Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.383Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T04:20:14.383Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:20:14.383Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.383Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T04:20:14.384Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:20:14.384Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.384Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T04:20:14.384Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:20:14.385Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.385Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-11T04:20:14.385Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-11T04:20:14.385Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-11T04:20:14.385Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a488320a-e0a9-4655-b5d8-f6d0390fed91
2022-04-11T04:20:14.386Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.386Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:14.386Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.386Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:14.387Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.387Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:14.387Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:14.387Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:14.387Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8dfcc00d-7700-4b72-8b5d-dcd72d96404a
Model Version:NULL
Model InvariantUuid:b4ba500e-8ff3-4554-bf43-806ba758cbb0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c93dc031-f583-467d-9ff1-0026b8ad3836
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2848758e-fe0c-4c5f-8bf6-95f4eb272c79
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cbdd5662-0f43-4d7a-96d6-68524ddf1f54
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5bf6054e-5e55-414f-96e6-51abb0d3fa05
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:95088b24-51fe-493b-b30d-6978a907fb7f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a488320a-e0a9-4655-b5d8-f6d0390fed91
ModelInvariantUuid:2b34f884-7552-41fd-8fca-52ac591558b7
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4faf8a17-fb2f-4df2-a6bd-799f80236fcf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6782b87f-5dff-45c9-adb1-105f63b4d38e
ModelInvariantUuid:538e12f2-1fd4-4d4a-9f96-f7df6fe2e8b9
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:60ccfb39-ab66-4a94-8b82-a753271f0a20
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T04:20:14.395Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c42237d5-e7a7-4987-b8c0-039c64b3667e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:20:14.398Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-04-11T04:20:14.398Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c42237d5-e7a7-4987-b8c0-039c64b3667e
2022-04-11T04:20:14.398Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d847c05c-a115-497b-bd8e-d2337a6a1121 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-11T04:20:14.398Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:20:14.398Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-11T04:20:14.560Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:20:14.561Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d847c05c-a115-497b-bd8e-d2337a6a1121 792
2022-04-11T04:20:14.561Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-11T04:20:14.561Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-11T04:20:14.561Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:20:14.561Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:14.564Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:14.564Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650814561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:20:14.664Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:14.665Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:14.665Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:14.674Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:14.675Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:15.564Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5bf6054e-5e55-414f-96e6-51abb0d3fa05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95088b24-51fe-493b-b30d-6978a907fb7f",
    "vfModuleModelCustomizationUUID": "00f94d3c-9fc2-42a3-86b7-4f633cd60b9e",
    "isBase": true,
    "artifacts": [
      "61ea3240-0fa7-4789-a857-3970a8fe6876",
      "19e2ded8-4d44-4ade-8b9e-60af028340ff"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T04:20:15.568Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95088b24-51fe-493b-b30d-6978a907fb7f
VfModuleModelInvariantUUID:5bf6054e-5e55-414f-96e6-51abb0d3fa05
VfModuleModelDescription:NULL
Artifacts UUID List:{
61ea3240-0fa7-4789-a857-3970a8fe6876
,
19e2ded8-4d44-4ade-8b9e-60af028340ff

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

isBase:true


}

2022-04-11T04:20:15.570Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5bf6054e-5e55-414f-96e6-51abb0d3fa05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95088b24-51fe-493b-b30d-6978a907fb7f",
    "vfModuleModelCustomizationUUID": "00f94d3c-9fc2-42a3-86b7-4f633cd60b9e",
    "isBase": true,
    "artifacts": [
      "61ea3240-0fa7-4789-a857-3970a8fe6876",
      "19e2ded8-4d44-4ade-8b9e-60af028340ff"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T04:20:15.570Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95088b24-51fe-493b-b30d-6978a907fb7f
VfModuleModelInvariantUUID:5bf6054e-5e55-414f-96e6-51abb0d3fa05
VfModuleModelDescription:NULL
Artifacts UUID List:{
61ea3240-0fa7-4789-a857-3970a8fe6876
,
19e2ded8-4d44-4ade-8b9e-60af028340ff

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

isBase:true


}

2022-04-11T04:20:15.570Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 61ea3240-0fa7-4789-a857-3970a8fe6876 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-11T04:20:15.570Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:20:15.570Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-11T04:20:15.837Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:20:15.842Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 61ea3240-0fa7-4789-a857-3970a8fe6876 5033
2022-04-11T04:20:15.842Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-11T04:20:15.842Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-11T04:20:15.842Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:20:15.843Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:15.844Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:15.844Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650815842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:20:15.945Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:15.948Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:15.948Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:15.960Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:15.961Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:20:16.845Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 19e2ded8-4d44-4ade-8b9e-60af028340ff from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-11T04:20:16.846Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:20:16.846Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-11T04:20:17.021Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:20:17.022Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 19e2ded8-4d44-4ade-8b9e-60af028340ff 903
2022-04-11T04:20:17.023Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-11T04:20:17.023Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-11T04:20:17.023Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:20:17.024Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:17.026Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:17.026Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650817022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:20:17.126Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:17.127Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:17.127Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:17.139Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:17.139Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:18.027Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8dfcc00d-7700-4b72-8b5d-dcd72d96404a
2022-04-11T04:20:18.027Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c42237d5-e7a7-4987-b8c0-039c64b3667e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:20:18.039Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4baccf7f, org.onap.sdc.toscaparser.api.parameters.Input@34ab2d16, org.onap.sdc.toscaparser.api.parameters.Input@3dd7d8cb, org.onap.sdc.toscaparser.api.parameters.Input@476f6612, org.onap.sdc.toscaparser.api.parameters.Input@6a959eb7]
2022-04-11T04:20:18.041Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.041Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:18.041Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-11T04:20:18.041Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= cbdd5662-0f43-4d7a-96d6-68524ddf1f54
2022-04-11T04:20:18.041Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cbdd5662-0f43-4d7a-96d6-68524ddf1f54 matches Tosca VF Customization UUID: cbdd5662-0f43-4d7a-96d6-68524ddf1f54
2022-04-11T04:20:18.041Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: cbdd5662-0f43-4d7a-96d6-68524ddf1f54  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T04:20:18.043Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.043Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:18.044Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id cbdd5662-0f43-4d7a-96d6-68524ddf1f54: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-11T04:20:18.044Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@384ae5a3
2022-04-11T04:20:18.044Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.044Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:20:18.044Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00f94d3c-9fc2-42a3-86b7-4f633cd60b9e
2022-04-11T04:20:18.044Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00f94d3c-9fc2-42a3-86b7-4f633cd60b9e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T04:20:18.046Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.046Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T04:20:18.046Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:20:18.047Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.047Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T04:20:18.047Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:20:18.047Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.047Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-11T04:20:18.048Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-11T04:20:18.048Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-11T04:20:18.048Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a488320a-e0a9-4655-b5d8-f6d0390fed91
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T04:20:18.050Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.050Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T04:20:18.050Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:20:18.050Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.051Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-11T04:20:18.051Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cbdd5662-0f43-4d7a-96d6-68524ddf1f54
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:20:18.052Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.053Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:18.053Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8dfcc00d-7700-4b72-8b5d-dcd72d96404a: basic_vm_macro
2022-04-11T04:20:18.053Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.053Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:18.053Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.054Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:18.054Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.054Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:18.054Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.054Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:18.055Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:20:18.055Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:20:18.055Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:20:18.122Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c42237d5-e7a7-4987-b8c0-039c64b3667e 1 ASDC deployResourceStructure
2022-04-11T04:20:18.122Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-11T04:20:18.122Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-11T04:20:18.123Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:20:18.123Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:18.125Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:18.125Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650818122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:20:18.225Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:18.226Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:20:18.226Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:18.236Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:18.237Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:20:19.126Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-11T04:20:19.126Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-11T04:20:19.126Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:20:19.127Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:19.128Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:19.128Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650819125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:20:19.229Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:19.229Z||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-04-11T04:20:19.229Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:19.239Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:19.239Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:20.129Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-11T04:20:20.130Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-11T04:20:20.130Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:20:20.130Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:20.134Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:20.134Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650820129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:20:20.233Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:20:20.234Z||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-04-11T04:20:20.234Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:20.242Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:20.242Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:21.135Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-11T04:20:21.135Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-11T04:20:21.135Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:20:21.136Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:21.138Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:21.138Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650821135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:20:21.238Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:21.239Z||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-04-11T04:20:21.240Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:21.249Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:21.250Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:22.138Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60003245-d82f-4e13-ab9c-92c0d739804e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:20:22.149Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60003245-d82f-4e13-ab9c-92c0d739804e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:20:22.151Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:20:22.151Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T04:20:22.151Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T04:20:22.151Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T04:20:22.151Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:20:22.152Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:20:22.152Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:20:22.152Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:20:22.152Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:20:22.152Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:20:22.152Z|60003245-d82f-4e13-ab9c-92c0d739804e|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-04-11T04:20:22.157Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:20:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:20:22.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:20:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:22.376Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:22.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d16bea03-e83e-485c-9b19-540d72b90f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650745655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:20:22.378Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:20:22.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:20:22.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:20:22.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-11T04:20:22.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:20:22.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-11T04:20:22.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:20:22.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:20:22.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:20:22.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:20:22.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:20:22.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:20:22.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:20:22.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-11T04:20:22.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:20:22.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:20:22.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:20:22.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:20:22.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:20:22.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650756739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:20:22.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:20:22.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650759126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:20:22.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:20:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650760333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:20:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:20:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:20:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650761712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:20:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:20:52.158Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60003245-d82f-4e13-ab9c-92c0d739804e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T04:20:52.162Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60003245-d82f-4e13-ab9c-92c0d739804e and serviceModelVersionId: 8dfcc00d-7700-4b72-8b5d-dcd72d96404a
2022-04-11T04:20:52.162Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4ba500e-8ff3-4554-bf43-806ba758cbb0
2022-04-11T04:20:52.163Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4ba500e-8ff3-4554-bf43-806ba758cbb0/model-vers/model-ver/8dfcc00d-7700-4b72-8b5d-dcd72d96404a?depth=0
2022-04-11T04:20:52.166Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:20:52.199Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4ba500e-8ff3-4554-bf43-806ba758cbb0/model-vers/model-ver/8dfcc00d-7700-4b72-8b5d-dcd72d96404a?depth=0|INFO|500||Invoke
2022-04-11T04:20:52.199Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4ba500e-8ff3-4554-bf43-806ba758cbb0/model-vers/model-ver/8dfcc00d-7700-4b72-8b5d-dcd72d96404a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4ba500e-8ff3-4554-bf43-806ba758cbb0/model-vers/model-ver/8dfcc00d-7700-4b72-8b5d-dcd72d96404a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60003245-d82f-4e13-ab9c-92c0d739804e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41711f7a-d20a-41d3-bd59-af129cdf301e], X-ECOMP-RequestID=[60003245-d82f-4e13-ab9c-92c0d739804e], X-TransactionId=[], X-ONAP-RequestID=[60003245-d82f-4e13-ab9c-92c0d739804e], Content-Type=[application/merge-patch+json]}
2022-04-11T04:20:52.221Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4ba500e-8ff3-4554-bf43-806ba758cbb0/model-vers/model-ver/8dfcc00d-7700-4b72-8b5d-dcd72d96404a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T04:20:52.548Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4ba500e-8ff3-4554-bf43-806ba758cbb0/model-vers/model-ver/8dfcc00d-7700-4b72-8b5d-dcd72d96404a?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/b4ba500e-8ff3-4554-bf43-806ba758cbb0/model-vers/model-ver/8dfcc00d-7700-4b72-8b5d-dcd72d96404a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220411-04:20:52:228-96972], vertex-id=[233608], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:20:52 GMT], Content-Type=[application/json]}
2022-04-11T04:20:52.548Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4ba500e-8ff3-4554-bf43-806ba758cbb0/model-vers/model-ver/8dfcc00d-7700-4b72-8b5d-dcd72d96404a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:20:52.549Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4ba500e-8ff3-4554-bf43-806ba758cbb0/model-vers/model-ver/8dfcc00d-7700-4b72-8b5d-dcd72d96404a?depth=0|INFO|500||InvokeReturn
2022-04-11T04:20:52.549Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:20:52.549Z|60003245-d82f-4e13-ab9c-92c0d739804e|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-04-11T04:20:52.555Z|60003245-d82f-4e13-ab9c-92c0d739804e|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-04-11T04:20:52.555Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60003245-d82f-4e13-ab9c-92c0d739804e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:20:52.556Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:20:52.556Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:52.558Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:52.558Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650852556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:20:52.659Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:52.660Z||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-04-11T04:20:52.660Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:52.672Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:52.673Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:20:53.568Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T04:20:53.568Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb365074-d196-49cf-bd14-19dd1138cd3b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9cb8efb1-83aa-410b-8a35-ae1701ed5594","serviceDescription":"service","serviceInvariantUUID":"e7560f1a-b245-4019-b431-14bce692cbe2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d3b70d8-a5b8-4334-94f1-dbe4042ed214","resourceInvariantUUID":"35267991-d547-4aaa-862b-50e05fcfaa0a","resourceCustomizationUUID":"52f23453-12b6-4e6c-a6b0-45c486685080","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":"YzkyM2ZlMDJkYTFlMjU2NzZiNjdiYjUxMzEwNzdkMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"622545e6-0691-4a5a-8888-0f05a2ecbcc5","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":"Yzk1MDMyNjEyMzlmZTZlNzY3MmM5OGI4Yzg2NTI1ODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9323a8f7-b13d-49b6-aec8-8e2516fe02ae","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":"8bf06931-7b40-446b-8e29-63d9d9fefe93","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":"15c1ae4f-2f29-449e-98ab-82bd277ef006","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":"f956bf88-1ce0-470b-b731-0f6c814fdb7b","artifactVersion":"2","generatedFromUUID":"8bf06931-7b40-446b-8e29-63d9d9fefe93"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzk0YmUzYjJjODg3MDYyNTM4ZmNhY2Y4ODRiNzZlMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1e67c0f-56c3-4b90-9b87-80b4acb50cad","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTdiMWZjZGE5NDc4YTU3NDJjOWJjZTdjOWY1YzEyZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ac3934b-ac3b-485a-be9e-cde05acac050","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T04:20:53.568Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:53.568Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:53.570Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:53.570Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:20:53.670Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:53.671Z||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-04-11T04:20:53.671Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:53.681Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:53.681Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:54.572Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:54.573Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:54.575Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:54.575Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:20:54.676Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T04:20:54.677Z||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-04-11T04:20:54.677Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:54.687Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:54.688Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:55.576Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:55.577Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:55.579Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:55.579Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:20:55.679Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:55.680Z||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-04-11T04:20:55.680Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:55.691Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:55.691Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:56.580Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:56.580Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:56.582Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:56.582Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:20:56.682Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:56.683Z||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-04-11T04:20:56.683Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:56.697Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:56.697Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:57.582Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:57.583Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:57.585Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:57.585Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-11T04:20:57.685Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:20:57.686Z||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-04-11T04:20:57.687Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:57.698Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:57.699Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:20:58.586Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:58.588Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:58.590Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:58.590Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:20:58.690Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:58.691Z||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-04-11T04:20:58.691Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:58.702Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:58.702Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:20:59.591Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:20:59.591Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:20:59.593Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:20:59.593Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:20:59.694Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:20:59.695Z||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-04-11T04:20:59.695Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:20:59.705Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:20:59.705Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:00.595Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9cb8efb1-83aa-410b-8a35-ae1701ed5594",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e7560f1a-b245-4019-b431-14bce692cbe2",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "52f23453-12b6-4e6c-a6b0-45c486685080",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d3b70d8-a5b8-4334-94f1-dbe4042ed214",
      "resourceInvariantUUID": "35267991-d547-4aaa-862b-50e05fcfaa0a",
      "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": "Yzk1MDMyNjEyMzlmZTZlNzY3MmM5OGI4Yzg2NTI1ODU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9323a8f7-b13d-49b6-aec8-8e2516fe02ae",
          "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": "8bf06931-7b40-446b-8e29-63d9d9fefe93",
          "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": "f956bf88-1ce0-470b-b731-0f6c814fdb7b",
            "generatedFromUUID": "8bf06931-7b40-446b-8e29-63d9d9fefe93"
          },
          "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": "f956bf88-1ce0-470b-b731-0f6c814fdb7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OTdiMWZjZGE5NDc4YTU3NDJjOWJjZTdjOWY1YzEyZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ac3934b-ac3b-485a-be9e-cde05acac050"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T04:21:00.595Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T04:21:00.595Z|60003245-d82f-4e13-ab9c-92c0d739804e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9cb8efb1-83aa-410b-8a35-ae1701ed5594 ASDC
2022-04-11T04:21:00.596Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:eb365074-d196-49cf-bd14-19dd1138cd3b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9cb8efb1-83aa-410b-8a35-ae1701ed5594
ServiceInvariantUUID:e7560f1a-b245-4019-b431-14bce692cbe2
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:0ac3934b-ac3b-485a-be9e-cde05acac050
ArtifactChecksum:OTdiMWZjZGE5NDc4YTU3NDJjOWJjZTdjOWY1YzEyZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:52f23453-12b6-4e6c-a6b0-45c486685080
ResourceInvariantUUID:35267991-d547-4aaa-862b-50e05fcfaa0a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d3b70d8-a5b8-4334-94f1-dbe4042ed214
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:9323a8f7-b13d-49b6-aec8-8e2516fe02ae
ArtifactChecksum:Yzk1MDMyNjEyMzlmZTZlNzY3MmM5OGI4Yzg2NTI1ODU=
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:8bf06931-7b40-446b-8e29-63d9d9fefe93
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:f956bf88-1ce0-470b-b731-0f6c814fdb7b
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:f956bf88-1ce0-470b-b731-0f6c814fdb7b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-11T04:21:00.596Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9cb8efb1-83aa-410b-8a35-ae1701ed5594 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:21:00.625Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:21:00.626Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:21:00.626Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:21:00.626Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0ac3934b-ac3b-485a-be9e-cde05acac050 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-11T04:21:00.627Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:21:00.627Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-11T04:21:00.751Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:21:00.756Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0ac3934b-ac3b-485a-be9e-cde05acac050 71042
2022-04-11T04:21:00.757Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-11T04:21:00.757Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-11T04:21:00.757Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:21:00.757Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:00.759Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:00.759Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650860757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:00.860Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:00.860Z||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-04-11T04:21:00.860Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:00.871Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:00.872Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:01.760Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:21:01.761Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:21:01.761Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0ac3934b-ac3b-485a-be9e-cde05acac050, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:01.761Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-11T04:21:01.762Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:01.762Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:01.864Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10645851266976192934/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-11T04:21:02.985Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T04:21:02.985Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:21:02.985Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:02.986Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-11T04:21:02.986Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:02.986Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:02.986Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:02.986Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:02.986Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:02.986Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:02.986Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:02.987Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:02.987Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-11T04:21:02.987Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:21:02.987Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.987Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:02.987Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-11T04:21:02.987Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:21:02.988Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:21:02.988Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.988Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:02.988Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-11T04:21:02.988Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:21:02.988Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:21:02.989Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.989Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:02.989Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.989Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-11T04:21:02.989Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-11T04:21:02.989Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-11T04:21:02.989Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-11T04:21:02.990Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-11T04:21:02.990Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T04:21:02.990Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.990Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:21:02.990Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.991Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-11T04:21:02.991Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:21:02.991Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.991Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-11T04:21:02.991Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:21:02.991Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.992Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-11T04:21:02.992Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:21:02.992Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.992Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-11T04:21:02.992Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-11T04:21:02.992Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-11T04:21:02.993Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=84c76323-0081-4c39-8bc0-53871bb42912
2022-04-11T04:21:02.993Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.993Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:02.993Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.993Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:02.993Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.993Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:02.994Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:02.994Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:02.994Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9cb8efb1-83aa-410b-8a35-ae1701ed5594
Model Version:NULL
Model InvariantUuid:e7560f1a-b245-4019-b431-14bce692cbe2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:234e8da6-1782-4db7-8752-85450551c5df
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:35267991-d547-4aaa-862b-50e05fcfaa0a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:52f23453-12b6-4e6c-a6b0-45c486685080
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:39d687cc-f404-4c7c-aaef-5698ae9fefc1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6b002ebf-c920-4e51-9b27-d66af20331ec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:84c76323-0081-4c39-8bc0-53871bb42912
ModelInvariantUuid:e7193f93-5f82-4819-8cf5-34ad0abc90a5
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1537c30a-22b2-439e-ad69-e215d56bbb57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:41d92961-2def-42b8-990d-73adb8fd792f
ModelInvariantUuid:504740cc-ac98-45e9-b6d7-7ccc532d3e84
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7d129cf4-aa4f-4793-b284-30453b60f246
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T04:21:03.000Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d3b70d8-a5b8-4334-94f1-dbe4042ed214
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:21:03.002Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-04-11T04:21:03.003Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d3b70d8-a5b8-4334-94f1-dbe4042ed214
2022-04-11T04:21:03.003Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9323a8f7-b13d-49b6-aec8-8e2516fe02ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-11T04:21:03.003Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:21:03.003Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-11T04:21:03.169Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:21:03.170Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9323a8f7-b13d-49b6-aec8-8e2516fe02ae 787
2022-04-11T04:21:03.170Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-11T04:21:03.170Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-11T04:21:03.170Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:21:03.171Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:03.172Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:03.173Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650863170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:03.273Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:03.274Z||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-04-11T04:21:03.274Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:03.285Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:03.285Z||pool-147-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:04.173Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "39d687cc-f404-4c7c-aaef-5698ae9fefc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b002ebf-c920-4e51-9b27-d66af20331ec",
    "vfModuleModelCustomizationUUID": "6561ae66-193b-4882-9b35-ef519ea68318",
    "isBase": true,
    "artifacts": [
      "8bf06931-7b40-446b-8e29-63d9d9fefe93",
      "f956bf88-1ce0-470b-b731-0f6c814fdb7b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T04:21:04.176Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b002ebf-c920-4e51-9b27-d66af20331ec
VfModuleModelInvariantUUID:39d687cc-f404-4c7c-aaef-5698ae9fefc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
8bf06931-7b40-446b-8e29-63d9d9fefe93
,
f956bf88-1ce0-470b-b731-0f6c814fdb7b

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

isBase:true


}

2022-04-11T04:21:04.179Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "39d687cc-f404-4c7c-aaef-5698ae9fefc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b002ebf-c920-4e51-9b27-d66af20331ec",
    "vfModuleModelCustomizationUUID": "6561ae66-193b-4882-9b35-ef519ea68318",
    "isBase": true,
    "artifacts": [
      "8bf06931-7b40-446b-8e29-63d9d9fefe93",
      "f956bf88-1ce0-470b-b731-0f6c814fdb7b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-11T04:21:04.179Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b002ebf-c920-4e51-9b27-d66af20331ec
VfModuleModelInvariantUUID:39d687cc-f404-4c7c-aaef-5698ae9fefc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
8bf06931-7b40-446b-8e29-63d9d9fefe93
,
f956bf88-1ce0-470b-b731-0f6c814fdb7b

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

isBase:true


}

2022-04-11T04:21:04.179Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8bf06931-7b40-446b-8e29-63d9d9fefe93 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-11T04:21:04.179Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:21:04.179Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-11T04:21:04.362Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:21:04.363Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8bf06931-7b40-446b-8e29-63d9d9fefe93 5033
2022-04-11T04:21:04.363Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-11T04:21:04.363Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-11T04:21:04.363Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:21:04.363Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:04.365Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:04.365Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650864363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:04.466Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T04:21:04.466Z||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-04-11T04:21:04.467Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:04.480Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:04.480Z||pool-148-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:05.366Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f956bf88-1ce0-470b-b731-0f6c814fdb7b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-11T04:21:05.367Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:21:05.367Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-11T04:21:05.559Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:21:05.560Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f956bf88-1ce0-470b-b731-0f6c814fdb7b 903
2022-04-11T04:21:05.560Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-11T04:21:05.560Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-11T04:21:05.560Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:21:05.561Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:05.562Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:05.562Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650865560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:05.662Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:21:05.663Z||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-04-11T04:21:05.663Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:05.675Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:05.676Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:06.563Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9cb8efb1-83aa-410b-8a35-ae1701ed5594
2022-04-11T04:21:06.564Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3d3b70d8-a5b8-4334-94f1-dbe4042ed214 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:21:06.580Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44403cea, org.onap.sdc.toscaparser.api.parameters.Input@4776c894, org.onap.sdc.toscaparser.api.parameters.Input@1b3a04d, org.onap.sdc.toscaparser.api.parameters.Input@483a41e3, org.onap.sdc.toscaparser.api.parameters.Input@dd88362]
2022-04-11T04:21:06.581Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.581Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:06.582Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-11T04:21:06.582Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 52f23453-12b6-4e6c-a6b0-45c486685080
2022-04-11T04:21:06.582Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 52f23453-12b6-4e6c-a6b0-45c486685080 matches Tosca VF Customization UUID: 52f23453-12b6-4e6c-a6b0-45c486685080
2022-04-11T04:21:06.582Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 52f23453-12b6-4e6c-a6b0-45c486685080  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T04:21:06.584Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.584Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:06.585Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 52f23453-12b6-4e6c-a6b0-45c486685080: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-04-11T04:21:06.585Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a19ce8f
2022-04-11T04:21:06.585Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.585Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T04:21:06.585Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6561ae66-193b-4882-9b35-ef519ea68318
2022-04-11T04:21:06.585Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6561ae66-193b-4882-9b35-ef519ea68318
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T04:21:06.587Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.587Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-11T04:21:06.587Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:21:06.588Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.588Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-11T04:21:06.588Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:21:06.588Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.588Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-11T04:21:06.588Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-11T04:21:06.589Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-11T04:21:06.589Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=84c76323-0081-4c39-8bc0-53871bb42912
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T04:21:06.590Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.590Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-11T04:21:06.590Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T04:21:06.591Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.591Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-11T04:21:06.591Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=52f23453-12b6-4e6c-a6b0-45c486685080
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:21:06.592Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.592Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:06.593Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9cb8efb1-83aa-410b-8a35-ae1701ed5594: basic_vm
2022-04-11T04:21:06.593Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.593Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:06.593Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.593Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:06.593Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.594Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:06.594Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.594Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:06.594Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:06.594Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T04:21:06.594Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T04:21:06.657Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3d3b70d8-a5b8-4334-94f1-dbe4042ed214 1 ASDC deployResourceStructure
2022-04-11T04:21:06.658Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-11T04:21:06.658Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-11T04:21:06.659Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:21:06.659Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:06.661Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:06.662Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650866658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:06.762Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:06.763Z||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-04-11T04:21:06.763Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:06.774Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:06.775Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:07.663Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-11T04:21:07.664Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-11T04:21:07.664Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:21:07.664Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:07.666Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:07.667Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650867663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:07.767Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:21:07.768Z||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-04-11T04:21:07.768Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:07.779Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:07.779Z||pool-151-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:08.668Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-11T04:21:08.668Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-11T04:21:08.669Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:21:08.669Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:08.671Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:08.671Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650868668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:08.771Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:08.772Z||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-04-11T04:21:08.772Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:08.783Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:08.784Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:09.672Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-11T04:21:09.673Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-11T04:21:09.673Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:21:09.673Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:09.675Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:09.675Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650869672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:09.776Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T04:21:09.777Z||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-04-11T04:21:09.777Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:09.786Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:09.787Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:10.676Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb365074-d196-49cf-bd14-19dd1138cd3b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:21:10.685Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb365074-d196-49cf-bd14-19dd1138cd3b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:21:10.687Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:21:10.687Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T04:21:10.688Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T04:21:10.688Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T04:21:10.688Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:10.688Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:10.688Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:10.689Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:10.689Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:10.689Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:10.689Z|eb365074-d196-49cf-bd14-19dd1138cd3b|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-04-11T04:21:10.694Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:21:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:21:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:21:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:22.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:22.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650763014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:22.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650764217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:22.381Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650765318,
  "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-04-11T04:21:22.381Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650766323,
  "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-04-11T04:21:22.381Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650767327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:22.381Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650768330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650769336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650770340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdffa266-ff4c-4de1-a485-6279420ae516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650801568,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:21:22.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650811955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650814561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:22.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650815842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650817022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650818122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650819125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650820129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:22.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:22.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:21:22.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650821135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:22.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:21:40.695Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb365074-d196-49cf-bd14-19dd1138cd3b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T04:21:40.700Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb365074-d196-49cf-bd14-19dd1138cd3b and serviceModelVersionId: 9cb8efb1-83aa-410b-8a35-ae1701ed5594
2022-04-11T04:21:40.700Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7560f1a-b245-4019-b431-14bce692cbe2
2022-04-11T04:21:40.701Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7560f1a-b245-4019-b431-14bce692cbe2/model-vers/model-ver/9cb8efb1-83aa-410b-8a35-ae1701ed5594?depth=0
2022-04-11T04:21:40.705Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:21:40.748Z|eb365074-d196-49cf-bd14-19dd1138cd3b|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/e7560f1a-b245-4019-b431-14bce692cbe2/model-vers/model-ver/9cb8efb1-83aa-410b-8a35-ae1701ed5594?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T04:21:40.750Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7560f1a-b245-4019-b431-14bce692cbe2/model-vers/model-ver/9cb8efb1-83aa-410b-8a35-ae1701ed5594?depth=0|INFO|500||Invoke
2022-04-11T04:21:40.773Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7560f1a-b245-4019-b431-14bce692cbe2/model-vers/model-ver/9cb8efb1-83aa-410b-8a35-ae1701ed5594?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T04:21:41.364Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7560f1a-b245-4019-b431-14bce692cbe2/model-vers/model-ver/9cb8efb1-83aa-410b-8a35-ae1701ed5594?depth=0|INFO|500||InvokeReturn
2022-04-11T04:21:41.364Z|eb365074-d196-49cf-bd14-19dd1138cd3b|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/e7560f1a-b245-4019-b431-14bce692cbe2/model-vers/model-ver/9cb8efb1-83aa-410b-8a35-ae1701ed5594?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220411-04:21:40:783-79050], vertex-id=[504032], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:21:40 GMT], Content-Type=[application/json]}
2022-04-11T04:21:41.365Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:21:41.365Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:21:41.365Z|eb365074-d196-49cf-bd14-19dd1138cd3b|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-04-11T04:21:41.372Z|eb365074-d196-49cf-bd14-19dd1138cd3b|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-04-11T04:21:41.373Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb365074-d196-49cf-bd14-19dd1138cd3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:21:41.373Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:21:41.373Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:41.376Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:41.376Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650901373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:21:41.476Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:41.477Z||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-04-11T04:21:41.477Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:41.490Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:41.491Z||pool-154-thread-1|||||INFO|500||cambria reply ok (15 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-04-11T04:21:42.387Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:21:42.388Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:21:42.388Z|eb365074-d196-49cf-bd14-19dd1138cd3b|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:46.723Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:46.724Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T04:21:46.724Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"59a372dd-49ad-42a4-aba8-c6502c13243b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"30b261d8-6135-4713-999a-28921b3d4209","serviceDescription":"service","serviceInvariantUUID":"d39c3c8d-6bed-47c7-b540-6491483302ea","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d446884f-ba4e-4446-9fc3-ecd9bdd5bfb6","resourceInvariantUUID":"f08058f0-e298-40d9-af30-f056a4121907","resourceCustomizationUUID":"bb14b888-a4ab-40ff-8f9d-5a2608878753","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":"ZjMyMmQ1YzcxNjg2YzBlMDBhZTAzZDE5Njg1ZDI3NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d618758-9c80-4c2e-afd8-7347b6b112fc","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":"873928dd-2949-414b-9b40-753905b3c62f","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":"db99fff4-a9ad-4a5a-a486-49fd2ef779b2","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":"NzBjNThmNjQ1YjcyZjg1YTBmMzM0YjVmMjdmODdkMjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fa6d01de-a995-4373-8bfc-810cfc213b0f","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":"ed802144-2922-49a6-8b61-b6baf14b6764","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":"913e2ec2-8611-4787-b195-df28f27b0e2e","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":"8a097de4-2362-46d1-986a-4b444fecc2d7","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":"NDVkNTA0ZmQ2YTljZDE5MTk2MTljYjA2MzdkMTMzNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3264a76-c641-4483-8940-4af143149f96","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTFkMGU3MjY3OTY3ZjQyMjAzZGU1MjRmOWUwN2QxZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9f19beb-765b-4123-876b-42e3564fb59e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T04:21:46.726Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:21:46.726Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:46.728Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:46.728Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:46.829Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T04:21:46.830Z||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-04-11T04:21:46.831Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:46.841Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:46.842Z||pool-155-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:47.729Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:21:47.729Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:47.731Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:47.732Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:47.832Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:47.833Z||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-04-11T04:21:47.833Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:47.845Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:47.845Z||pool-156-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:48.735Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:21:48.736Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:48.737Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:48.738Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:48.838Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:48.839Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:21:48.839Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:48.850Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:48.851Z||pool-157-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:49.738Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:21:49.739Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:49.742Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:49.742Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:49.842Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:49.843Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:21:49.843Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:49.854Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:49.854Z||pool-158-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:50.743Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:21:50.743Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:50.745Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:50.745Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:50.846Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:50.846Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:21:50.847Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:50.854Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:50.855Z||pool-159-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:51.746Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:21:51.747Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:51.749Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:51.749Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:51.849Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:51.850Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:21:51.850Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:51.861Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:51.862Z||pool-160-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:52.749Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:21:52.750Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:52.752Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:52.752Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:52.852Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:52.853Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:21:52.853Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:52.868Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:52.869Z||pool-161-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:53.752Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:21:53.753Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:53.755Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:53.755Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:21:53.855Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:53.856Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:21:53.856Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:53.866Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:53.866Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:21:54.755Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T04:21:54.756Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:54.758Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:54.759Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:21:54.860Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:54.861Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:21:54.861Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:54.871Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:54.872Z||pool-163-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-11T04:21:55.759Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "30b261d8-6135-4713-999a-28921b3d4209",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d39c3c8d-6bed-47c7-b540-6491483302ea",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "bb14b888-a4ab-40ff-8f9d-5a2608878753",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d446884f-ba4e-4446-9fc3-ecd9bdd5bfb6",
      "resourceInvariantUUID": "f08058f0-e298-40d9-af30-f056a4121907",
      "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": "NTFkMGU3MjY3OTY3ZjQyMjAzZGU1MjRmOWUwN2QxZjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a9f19beb-765b-4123-876b-42e3564fb59e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-11T04:21:55.760Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T04:21:55.760Z|eb365074-d196-49cf-bd14-19dd1138cd3b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 30b261d8-6135-4713-999a-28921b3d4209 ASDC
2022-04-11T04:21:55.760Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:59a372dd-49ad-42a4-aba8-c6502c13243b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:30b261d8-6135-4713-999a-28921b3d4209
ServiceInvariantUUID:d39c3c8d-6bed-47c7-b540-6491483302ea
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:a9f19beb-765b-4123-876b-42e3564fb59e
ArtifactChecksum:NTFkMGU3MjY3OTY3ZjQyMjAzZGU1MjRmOWUwN2QxZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:bb14b888-a4ab-40ff-8f9d-5a2608878753
ResourceInvariantUUID:f08058f0-e298-40d9-af30-f056a4121907
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d446884f-ba4e-4446-9fc3-ecd9bdd5bfb6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-11T04:21:55.761Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30b261d8-6135-4713-999a-28921b3d4209 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T04:21:55.781Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:21:55.782Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:21:55.782Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:21:55.782Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a9f19beb-765b-4123-876b-42e3564fb59e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-11T04:21:55.782Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-11T04:21:55.782Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:56.117Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-11T04:21:56.123Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a9f19beb-765b-4123-876b-42e3564fb59e 105633
2022-04-11T04:21:56.124Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:56.124Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:56.124Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T04:21:56.124Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:56.126Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:56.126Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650916124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:21:56.227Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:56.228Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:21:56.228Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:56.237Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:56.238Z||pool-164-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:57.127Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T04:21:57.127Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-11T04:21:57.128Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a9f19beb-765b-4123-876b-42e3564fb59e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-11T04:21:57.128Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-11T04:21:57.129Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-11T04:21:57.129Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-11T04:21:57.233Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14872984656410162300/Definitions/service-TestPnfMacro-template.yml
2022-04-11T04:21:57.950Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T04:21:57.950Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:21:57.950Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-11T04:21:57.951Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-11T04:21:57.951Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.951Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.951Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.951Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.951Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.951Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.951Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.951Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-11T04:21:57.952Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:57.952Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.952Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-11T04:21:57.952Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:21:57.952Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:21:57.952Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:57.952Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.953Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-11T04:21:57.953Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-11T04:21:57.953Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T04:21:57.953Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:57.953Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.953Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:57.953Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.954Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:57.954Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.954Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:57.954Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.955Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:57.955Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.955Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:30b261d8-6135-4713-999a-28921b3d4209
Model Version:NULL
Model InvariantUuid:d39c3c8d-6bed-47c7-b540-6491483302ea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T04:21:57.960Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: d446884f-ba4e-4446-9fc3-ecd9bdd5bfb6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:21:57.962Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-04-11T04:21:57.962Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d446884f-ba4e-4446-9fc3-ecd9bdd5bfb6
2022-04-11T04:21:57.963Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 30b261d8-6135-4713-999a-28921b3d4209
2022-04-11T04:21:57.963Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 30b261d8-6135-4713-999a-28921b3d4209
2022-04-11T04:21:57.963Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d446884f-ba4e-4446-9fc3-ecd9bdd5bfb6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T04:21:57.966Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c58d249, org.onap.sdc.toscaparser.api.parameters.Input@433fca3d, org.onap.sdc.toscaparser.api.parameters.Input@1d42ff05, org.onap.sdc.toscaparser.api.parameters.Input@6c3bb991, org.onap.sdc.toscaparser.api.parameters.Input@168be4c5]
2022-04-11T04:21:57.967Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:57.967Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.967Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 30b261d8-6135-4713-999a-28921b3d4209: test-pnf
2022-04-11T04:21:57.967Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||Processing PNF resource: d446884f-ba4e-4446-9fc3-ecd9bdd5bfb6
2022-04-11T04:21:57.967Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-11T04:21:57.967Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.968Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||Resource customization UUID: bb14b888-a4ab-40ff-8f9d-5a2608878753 is the same as notified resource customizationUUID: bb14b888-a4ab-40ff-8f9d-5a2608878753
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-11T04:21:57.996Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d446884f-ba4e-4446-9fc3-ecd9bdd5bfb6 0 ASDC deployResourceStructure
2022-04-11T04:21:57.996Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.996Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:57.996Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T04:21:57.996Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:21:57.998Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:21:57.998Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650917996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:21:58.098Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:21:58.099Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:21:58.099Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:21:58.113Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:21:58.114Z||pool-165-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T04:21:58.999Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59a372dd-49ad-42a4-aba8-c6502c13243b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:21:59.012Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59a372dd-49ad-42a4-aba8-c6502c13243b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T04:21:59.015Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T04:21:59.016Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T04:21:59.016Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T04:21:59.016Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T04:21:59.016Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:59.016Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:59.016Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:59.017Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:59.017Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:59.017Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:59.017Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-11T04:21:59.017Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:21:59.022Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T04:22:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:22:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:22:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:22:22.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:22:22.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60003245-d82f-4e13-ab9c-92c0d739804e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650852556,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:22:22.382Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:22:22.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:22:22.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:22:22.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-11T04:22:22.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:22:22.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-11T04:22:22.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:22:22.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:22:22.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650860757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:22:22.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650863170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650864363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650865560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650866658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650867663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:22:22.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650868668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-11T04:22:22.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:22:22.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:22:22.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650869672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:22:22.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:22:29.022Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59a372dd-49ad-42a4-aba8-c6502c13243b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T04:22:29.027Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59a372dd-49ad-42a4-aba8-c6502c13243b and serviceModelVersionId: 30b261d8-6135-4713-999a-28921b3d4209
2022-04-11T04:22:29.027Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d39c3c8d-6bed-47c7-b540-6491483302ea
2022-04-11T04:22:29.029Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d39c3c8d-6bed-47c7-b540-6491483302ea/model-vers/model-ver/30b261d8-6135-4713-999a-28921b3d4209?depth=0
2022-04-11T04:22:29.032Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T04:22:29.064Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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/d39c3c8d-6bed-47c7-b540-6491483302ea/model-vers/model-ver/30b261d8-6135-4713-999a-28921b3d4209?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-11T04:22:29.065Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d39c3c8d-6bed-47c7-b540-6491483302ea/model-vers/model-ver/30b261d8-6135-4713-999a-28921b3d4209?depth=0|INFO|500||Invoke
2022-04-11T04:22:29.088Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d39c3c8d-6bed-47c7-b540-6491483302ea/model-vers/model-ver/30b261d8-6135-4713-999a-28921b3d4209?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-11T04:22:29.194Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d39c3c8d-6bed-47c7-b540-6491483302ea/model-vers/model-ver/30b261d8-6135-4713-999a-28921b3d4209?depth=0|INFO|500||InvokeReturn
2022-04-11T04:22:29.196Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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/d39c3c8d-6bed-47c7-b540-6491483302ea/model-vers/model-ver/30b261d8-6135-4713-999a-28921b3d4209?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220411-04:22:29:096-32023], vertex-id=[241800], Content-Length=[0], Date=[Mon, 11 Apr 2022 04:22:29 GMT], Content-Type=[application/json]}
2022-04-11T04:22:29.196Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-11T04:22:29.197Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-11T04:22:29.197Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:22:29.203Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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-04-11T04:22:29.204Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59a372dd-49ad-42a4-aba8-c6502c13243b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-11T04:22:29.204Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-11T04:22:29.205Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-11T04:22:29.208Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T04:22:29.208Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650949204,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:22:29.308Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T04:22:29.308Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T04:22:29.309Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mWeEuCtiaSFnSpvd) ...
2022-04-11T04:22:29.320Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:22:29.320Z||pool-166-thread-1|||||INFO|500||cambria reply ok (12 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-04-11T04:22:30.221Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:22:30.222Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:22:30.222Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:22:39.778Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:22:39.779Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:22:39.779Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:22:39.780Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:22:49.314Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:22:49.315Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:22:49.315Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:22:49.315Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:22:58.884Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:22:58.884Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:22:58.885Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:22:58.885Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:23:08.430Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:23:08.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:23:08.431Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:23:08.431Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:23:17.980Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:23:17.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:23:17.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:23:17.981Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:23:22.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:23:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:23:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:23:22.388Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:23:22.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb365074-d196-49cf-bd14-19dd1138cd3b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650901373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:23:22.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:23:22.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:23:22.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:23:22.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:23:22.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:23:22.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:23:22.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:23:22.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:23:22.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:23:22.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:23:22.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:23:22.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:23:22.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:23:22.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:23:22.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:23:22.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-11T04:23:22.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:23:22.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650902387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-11T04:23:22.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-11T04:23:22.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650916124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-11T04:23:22.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:23:22.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-11T04:23:22.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650917996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-11T04:23:22.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:23:27.531Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:23:27.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:23:27.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:23:27.532Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:23:37.091Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:23:37.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:23:37.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:23:37.093Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:23:46.639Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:24:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:24:22.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:24:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:24:22.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:24:22.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:24:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:24:22.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:24:22.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-11T04:24:22.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59a372dd-49ad-42a4-aba8-c6502c13243b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649650949204,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-11T04:24:22.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T04:24:31.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:25:22.349Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:25:22.350Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:25:22.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:25:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:25:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:25:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:25:31.906Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:25:31.909Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:26:22.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:26:22.349Z||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-04-11T04:26:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:26:22.350Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:26:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:26:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:26:31.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:26:31.892Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:27:22.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:27:22.348Z||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-04-11T04:27:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:27:22.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:27:22.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:27:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:27:31.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:27:31.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:28:22.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:28:22.348Z||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-04-11T04:28:22.348Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:28:22.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:28:22.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:28:22.352Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:28:31.921Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:28:31.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:29:22.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:29:22.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:29:22.351Z||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-04-11T04:29:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:29:22.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:29:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:29:31.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:29:31.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:30:22.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:30:22.349Z||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-04-11T04:30:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:30:22.350Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:30:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:30:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:30:31.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:30:31.905Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:31:22.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:31:22.349Z||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-04-11T04:31:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:31:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:31:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:31:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:31:31.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:31:31.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:32:22.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:32:22.349Z||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-04-11T04:32:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:32:22.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:32:22.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:32:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:32:31.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:32:31.910Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:33:22.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:33:22.349Z||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-04-11T04:33:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:33:22.350Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:33:22.351Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:33:22.351Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:33:31.892Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:33:31.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:34:22.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:34:22.349Z||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-04-11T04:34:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:34:22.350Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:34:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:34:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:34:31.905Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:34:31.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:35:22.349Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:35:22.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:35:22.351Z||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-04-11T04:35:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:35:22.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:35:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:35:31.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:35:31.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:36:22.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:36:22.348Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:36:22.348Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:36:22.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:36:22.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:36:22.351Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:36:31.921Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:36:31.923Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:37:22.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:37:22.349Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:37:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:37:22.350Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:37:22.351Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:37:22.351Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:37:31.902Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:37:31.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:38:22.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:38:22.349Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:38:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:38:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:38:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:38:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:38:31.907Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:38:31.910Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:39:22.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:39:22.349Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:39:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:39:22.350Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:39:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:39:22.351Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:39:31.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:39:31.914Z|f8f39e23-20ec-4767-9958-3fd77cd2a07a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:40:22.349Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:40:22.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:40:22.353Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:40:22.353Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:40:22.353Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:40:22.354Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:40:31.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:40:31.933Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-11T04:41:22.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:41:22.349Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:41:22.349Z||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 mWeEuCtiaSFnSpvd) ...
2022-04-11T04:41:22.350Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T04:41:22.351Z|59a372dd-49ad-42a4-aba8-c6502c13243b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T04:41:22.351Z|59a372dd-49ad-42a4-aba8-c6502c13243b|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 mWeEuCtiaSFnSpvd) ...