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/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=jUwgon73I)w(V,RP5QX{78Lk -Dspring.config.additional-location=/app/config/override.yaml  

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

2021-05-25T02:43:27.242Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-845d4495b5-8sjc9 with PID 15 (/app/app.jar started by so in /app)
2021-05-25T02:43:27.246Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-05-25T02:43:27.247Z||main|||||INFO|500||The following profiles are active: basic
2021-05-25T02:43:32.218Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-25T02:43:32.219Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-05-25T02:43:32.350Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-25T02:43:33.707Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-25T02:43:33.839Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-25T02:43:33.953Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-25T02:43:33.959Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-25T02:43:35.097Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: requestDB
	...]
2021-05-25T02:43:35.228Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-05-25T02:43:35.235Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-05-25T02:43:35.561Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-05-25T02:43:36.013Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-05-25T02:43:37.902Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: catalogDB
	...]
2021-05-25T02:43:38.129Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-05-25T02:43:40.193Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-05-25T02:43:40.210Z||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:749)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$c7e84f01.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:363)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
	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:48)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-05-25T02:43:40.210Z||main|||||WARN|500||The sdc end point is not alive
2021-05-25T02:43:41.184Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-05-25T02:43:42.385Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-05-25T02:43:44.199Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-25T02:43:45.059Z||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
2021-05-25T02:43:46.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-25T02:43:46.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-25T02:43:46.675Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-25T02:43:46.708Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-25T02:43:46.736Z||main|||||INFO|500||Started Application in 21.526 seconds (JVM running for 22.466)
2021-05-25T02:43:46.775Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 392c3daa-5113-4fdd-b811-c1eb3eb2a83f url= /sdc/v1/artifactTypes
2021-05-25T02:43:46.775Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-25T02:43:47.086Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-25T02:43:47.103Z||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
2021-05-25T02:43:47.122Z||scheduling-1|||||DEBUG|500||create keys
2021-05-25T02:43:47.130Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-25T02:43:47.151Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:43:47.164Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3938ba34-aa27-44ce-bb0e-d890a21ab2e2 url= /sdc/v1/registerForDistribution
2021-05-25T02:43:47.549Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3938ba34-aa27-44ce-bb0e-d890a21ab2e2 url= /sdc/v1/registerForDistribution
2021-05-25T02:43:47.550Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-25T02:43:47.557Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:43:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:43:47.562Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-25T02:43:47.562Z||pool-3-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.
2021-05-25T02:43:47.563Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:43:47.563Z||pool-3-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.
2021-05-25T02:43:47.563Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:43:57.891Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:43:57.892Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:44:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T02:44:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:44:47.557Z||pool-3-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.
2021-05-25T02:44:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:44:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:44:47.558Z||pool-3-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.
2021-05-25T02:44:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:44:57.186Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:44:57.186Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:45:46.667Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T02:45:47.556Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:45:47.557Z||pool-3-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.
2021-05-25T02:45:47.557Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:45:47.557Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:45:47.558Z||pool-3-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.
2021-05-25T02:45:47.558Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:45:57.172Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:45:57.228Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:46:47.556Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:46:47.557Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:46:47.557Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:46:47.557Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:46:47.558Z||pool-3-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.
2021-05-25T02:46:47.558Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:46:57.176Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:46:57.224Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:47:16.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T02:47:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:47:47.557Z||pool-3-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.
2021-05-25T02:47:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:47:47.557Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:47:47.558Z||pool-3-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.
2021-05-25T02:47:47.558Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:47:57.177Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:47:57.193Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:48:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:48:47.556Z||pool-3-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.
2021-05-25T02:48:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:48:47.557Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:48:47.558Z||pool-3-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.
2021-05-25T02:48:47.558Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:48:57.098Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:48:57.099Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:49:31.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T02:49:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:49:47.557Z||pool-3-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.
2021-05-25T02:49:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:49:47.557Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:49:47.558Z||pool-3-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.
2021-05-25T02:49:47.558Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:49:57.169Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:49:57.228Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:50:46.672Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T02:50:47.558Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:50:47.558Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:50:47.562Z||pool-3-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.
2021-05-25T02:50:47.563Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:50:47.566Z||pool-3-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.
2021-05-25T02:50:47.567Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:50:57.178Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:50:57.222Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:51:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T02:51:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:51:47.557Z||pool-3-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.
2021-05-25T02:51:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:51:47.557Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:51:47.558Z||pool-3-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.
2021-05-25T02:51:47.558Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:51:57.176Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:51:57.176Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:52:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T02:52:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:52:47.556Z||pool-3-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.
2021-05-25T02:52:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:52:47.557Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:52:47.558Z||pool-3-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.
2021-05-25T02:52:47.558Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:52:57.173Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:52:57.179Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:53:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T02:53:34.978Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-25T02:53:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:53:47.557Z||pool-3-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.
2021-05-25T02:53:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:53:47.557Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:53:47.558Z||pool-3-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.
2021-05-25T02:53:47.558Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:53:57.100Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:53:57.127Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:54:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:54:47.556Z||pool-3-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.
2021-05-25T02:54:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:54:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:54:47.558Z||pool-3-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.
2021-05-25T02:54:47.558Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:54:57.255Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:54:57.258Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:55:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:55:47.557Z||pool-3-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.
2021-05-25T02:55:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:55:47.557Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:55:47.558Z||pool-3-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.
2021-05-25T02:55:47.558Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:55:57.163Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:55:57.165Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:56:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:56:47.557Z||pool-3-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.
2021-05-25T02:56:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:56:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:56:47.558Z||pool-3-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.
2021-05-25T02:56:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:56:57.096Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:56:57.166Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:57:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T02:57:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:57:47.556Z||pool-3-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.
2021-05-25T02:57:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:57:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:57:47.558Z||pool-3-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.
2021-05-25T02:57:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:57:57.124Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:57:57.130Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:58:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:58:47.556Z||pool-3-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.
2021-05-25T02:58:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:58:47.557Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:58:47.558Z||pool-3-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.
2021-05-25T02:58:47.558Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:58:57.153Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:58:57.169Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:59:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.68.206
2021-05-25T02:59:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:59:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:59:47.559Z||pool-3-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.
2021-05-25T02:59:47.559Z||pool-3-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.
2021-05-25T02:59:47.560Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:59:47.560Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:59:57.105Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T02:59:57.123Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:00:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:00:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:00:47.557Z||pool-3-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.
2021-05-25T03:00:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:00:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:00:47.557Z||pool-3-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.
2021-05-25T03:00:47.558Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:00:57.095Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:00:57.099Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:01:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:01:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:01:47.557Z||pool-3-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.
2021-05-25T03:01:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:01:47.557Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:01:47.558Z||pool-3-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.
2021-05-25T03:01:47.558Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:01:57.098Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:01:57.100Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:02:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:02:46.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T03:02:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:02:47.556Z||pool-3-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.
2021-05-25T03:02:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:02:47.557Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:02:47.558Z||pool-3-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.
2021-05-25T03:02:47.558Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:02:57.098Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:02:57.098Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:03:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T03:03:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:03:47.557Z||pool-3-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.
2021-05-25T03:03:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:03:47.557Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:03:47.558Z||pool-3-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.
2021-05-25T03:03:47.558Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:03:57.178Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:03:57.229Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:04:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T03:04:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:04:47.556Z||pool-3-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.
2021-05-25T03:04:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:04:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:04:47.557Z||pool-3-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.
2021-05-25T03:04:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:04:57.098Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:04:57.124Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:05:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.68.206
2021-05-25T03:05:46.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:05:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:05:47.556Z||pool-3-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.
2021-05-25T03:05:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:05:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:05:47.557Z||pool-3-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.
2021-05-25T03:05:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:05:57.175Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:05:57.175Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:06:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:06:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:06:47.557Z||pool-3-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.
2021-05-25T03:06:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:06:47.557Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:06:47.558Z||pool-3-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.
2021-05-25T03:06:47.558Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:06:57.125Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:06:57.125Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:07:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.76.44
2021-05-25T03:07:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:07:47.556Z||pool-3-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.
2021-05-25T03:07:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:07:47.557Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:07:47.558Z||pool-3-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.
2021-05-25T03:07:47.558Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:07:57.125Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:07:57.126Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:08:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T03:08:46.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:08:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:08:47.557Z||pool-3-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.
2021-05-25T03:08:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:08:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:08:47.558Z||pool-3-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.
2021-05-25T03:08:47.558Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:08:57.170Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:08:57.170Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:09:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:09:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:09:47.557Z||pool-3-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.
2021-05-25T03:09:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:09:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:09:47.558Z||pool-3-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.
2021-05-25T03:09:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:09:57.172Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:09:57.226Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:10:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:10:47.556Z||pool-3-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.
2021-05-25T03:10:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:10:47.557Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:10:47.558Z||pool-3-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.
2021-05-25T03:10:47.558Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:10:57.097Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:10:57.099Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:11:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:11:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:11:47.556Z||pool-3-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.
2021-05-25T03:11:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:11:47.557Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:11:47.557Z||pool-3-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.
2021-05-25T03:11:47.558Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:11:57.125Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:11:57.127Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:12:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:12:47.556Z||pool-3-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.
2021-05-25T03:12:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:12:47.557Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:12:47.558Z||pool-3-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.
2021-05-25T03:12:47.558Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:12:57.172Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:12:57.225Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:13:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:13:47.556Z||pool-3-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.
2021-05-25T03:13:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:13:47.557Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:13:47.558Z||pool-3-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.
2021-05-25T03:13:47.558Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:13:57.095Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:13:57.126Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:14:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:14:47.556Z||pool-3-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.
2021-05-25T03:14:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:14:47.557Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:14:47.558Z||pool-3-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.
2021-05-25T03:14:47.558Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:14:57.094Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:14:57.094Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:15:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:15:47.556Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:15:47.556Z||pool-3-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.
2021-05-25T03:15:47.557Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:15:47.557Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:15:47.557Z||pool-3-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.
2021-05-25T03:15:47.558Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:15:57.173Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:15:57.176Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:16:46.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:16:47.556Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:16:47.556Z||pool-3-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.
2021-05-25T03:16:47.557Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:16:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:16:47.558Z||pool-3-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.
2021-05-25T03:16:47.558Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:16:57.090Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:16:57.126Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:17:47.556Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:17:47.557Z||pool-3-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.
2021-05-25T03:17:47.557Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:17:47.557Z||pool-3-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.
2021-05-25T03:17:47.557Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:47.757Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:47.761Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.761Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "cds",
  "timestamp": 1621912658069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "policy-id",
  "timestamp": 1621912656527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912659606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "dcae-sch",
  "timestamp": 1621912660227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912662626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621912662876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "cds",
  "timestamp": 1621912658069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "policy-id",
  "timestamp": 1621912656527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912659606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "dcae-sch",
  "timestamp": 1621912660227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912663357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912662626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621912662876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "cds",
  "timestamp": 1621912658069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "policy-id",
  "timestamp": 1621912656527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912659606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "dcae-sch",
  "timestamp": 1621912660227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912663357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "clamp",
  "timestamp": 1621912664359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912662626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621912662876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "cds",
  "timestamp": 1621912658069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "policy-id",
  "timestamp": 1621912656527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912659606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "dcae-sch",
  "timestamp": 1621912660227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912663357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "clamp",
  "timestamp": 1621912664359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912662626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621912662876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "cds",
  "timestamp": 1621912658069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "policy-id",
  "timestamp": 1621912656527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912659606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "dcae-sch",
  "timestamp": 1621912660227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912663357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "clamp",
  "timestamp": 1621912664359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912662626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-25T03:17:47.790Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:17:48.180Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:48.182Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-05-25T03:17:48.182Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb33c76c-4641-4f87-81e7-9c06119b276e","serviceName":"vFW 2021-05-25 03-15-03","serviceVersion":"1.0","serviceUUID":"5ebf119c-3c22-4df1-886b-73556c9be9e7","serviceDescription":"catalog service description","serviceInvariantUUID":"ff7b288d-e476-45bd-a46f-063cdd19d9ed","resources":[{"resourceInstanceName":"vFW a17be5e1-329d 0","resourceName":"vFW a17be5e1-329d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a5829d1-6d2c-4e85-8ab8-6013cba266f4","resourceInvariantUUID":"8da77733-2a48-44bf-a7fe-97f16187a556","resourceCustomizationUUID":"333465e4-a491-445e-a78c-8ab8521db132","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml","artifactChecksum":"NTg5MDVkMmViYTM4Y2JjOGQ3OTA3ZTAyMGZlMzhlMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97f60fb3-da47-43e6-b279-47fe397fbb47","artifactVersion":"1"},{"artifactName":"vfwa17be5e1329d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json","artifactChecksum":"ZjJjODkyODU3OGZhOTZkZDBhNWIxNzE2MmY1MmJiNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ed1303d-006f-41bd-bdfa-fc4be8240af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"879b468b-b7f4-4c93-a99e-e9c3d5800f93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml","artifactChecksum":"YzIwYmQ3NDAyZWU0NGRjYzEwZDMwZjRkZDNkZjUzZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1497f5a-6695-48d0-a669-0b343f3c46d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12","artifactVersion":"2","generatedFromUUID":"879b468b-b7f4-4c93-a99e-e9c3d5800f93"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210525031503-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml","artifactChecksum":"YjUyZTY3ZDhkMzY0NzljYmZiMGMzMTg4MTNkMmQ2YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33214c47-7f18-40c3-ac48-364ce8962403","artifactVersion":"1"},{"artifactName":"service-Vfw20210525031503-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar","artifactChecksum":"MzQ5ZDE3MDNhNjc0YTUxMzg2ZWU2M2FiMDI0YmE1N2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a33dc8e-01ad-4fe6-bd89-306fbee464d6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-25T03:17:48.188Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:48.193Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:48.249Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:48.250Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:48.349Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 61 ms
2021-05-25T03:17:48.352Z||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.
2021-05-25T03:17:48.353Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:48.363Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:48.364Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:49.290Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:49.290Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:49.291Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:49.291Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:17:49.392Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:49.393Z||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.
2021-05-25T03:17:49.393Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:49.498Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:49.499Z||pool-5-thread-1|||||INFO|500||cambria reply ok (107 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:50.292Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:50.293Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:50.294Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:50.294Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:17:50.394Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:50.395Z||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.
2021-05-25T03:17:50.396Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:50.406Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:50.406Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:51.295Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:51.295Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:51.297Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:51.297Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:51.397Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:51.398Z||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.
2021-05-25T03:17:51.399Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:51.408Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:51.409Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:52.298Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:52.299Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:52.300Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:52.300Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-25T03:17:52.401Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:52.402Z||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.
2021-05-25T03:17:52.402Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:52.411Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:52.411Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:53.301Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:53.302Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:53.304Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:53.304Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:17:53.405Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:53.405Z||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.
2021-05-25T03:17:53.405Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:53.416Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:53.416Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:54.305Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:54.306Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:54.307Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:54.308Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:17:54.408Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:54.409Z||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.
2021-05-25T03:17:54.409Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:54.418Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:54.418Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:55.309Z||pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "serviceName": "vFW 2021-05-25 03-15-03",
  "serviceVersion": "1.0",
  "serviceUUID": "5ebf119c-3c22-4df1-886b-73556c9be9e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ff7b288d-e476-45bd-a46f-063cdd19d9ed",
  "resources": [
    {
      "resourceInstanceName": "vFW a17be5e1-329d 0",
      "resourceCustomizationUUID": "333465e4-a491-445e-a78c-8ab8521db132",
      "resourceName": "vFW a17be5e1-329d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a5829d1-6d2c-4e85-8ab8-6013cba266f4",
      "resourceInvariantUUID": "8da77733-2a48-44bf-a7fe-97f16187a556",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa17be5e1329d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
          "artifactChecksum": "ZjJjODkyODU3OGZhOTZkZDBhNWIxNzE2MmY1MmJiNjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3ed1303d-006f-41bd-bdfa-fc4be8240af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "879b468b-b7f4-4c93-a99e-e9c3d5800f93",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12",
            "generatedFromUUID": "879b468b-b7f4-4c93-a99e-e9c3d5800f93"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210525031503-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
      "artifactChecksum": "MzQ5ZDE3MDNhNjc0YTUxMzg2ZWU2M2FiMDI0YmE1N2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0a33dc8e-01ad-4fe6-bd89-306fbee464d6"
    }
  ],
  "workloadContext": "Production"
}
2021-05-25T03:17:55.310Z||pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-25T03:17:55.310Z||pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5ebf119c-3c22-4df1-886b-73556c9be9e7 ASDC
2021-05-25T03:17:55.438Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:eb33c76c-4641-4f87-81e7-9c06119b276e
ServiceName:vFW 2021-05-25 03-15-03
ServiceVersion:1.0
ServiceUUID:5ebf119c-3c22-4df1-886b-73556c9be9e7
ServiceInvariantUUID:ff7b288d-e476-45bd-a46f-063cdd19d9ed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210525031503-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar
ArtifactUUID:0a33dc8e-01ad-4fe6-bd89-306fbee464d6
ArtifactChecksum:MzQ5ZDE3MDNhNjc0YTUxMzg2ZWU2M2FiMDI0YmE1N2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a17be5e1-329d 0
ResourceCustomizationUUID:333465e4-a491-445e-a78c-8ab8521db132
ResourceInvariantUUID:8da77733-2a48-44bf-a7fe-97f16187a556
ResourceName:vFW a17be5e1-329d
ResourceType:VF
ResourceUUID:2a5829d1-6d2c-4e85-8ab8-6013cba266f4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa17be5e1329d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json
ArtifactUUID:3ed1303d-006f-41bd-bdfa-fc4be8240af9
ArtifactChecksum:ZjJjODkyODU3OGZhOTZkZDBhNWIxNzE2MmY1MmJiNjM=
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/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml
ArtifactUUID:879b468b-b7f4-4c93-a99e-e9c3d5800f93
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/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
ArtifactUUID:d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12
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/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
ArtifactUUID:d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-25T03:17:55.439Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ebf119c-3c22-4df1-886b-73556c9be9e7 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 (?, ?, ?, ?, ?)
2021-05-25T03:17:55.633Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T03:17:55.635Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:17:55.636Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:17:55.636Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 0a33dc8e-01ad-4fe6-bd89-306fbee464d6 from URL: /sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:55.636Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:17:55.637Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:56.668Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:17:56.685Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar 0a33dc8e-01ad-4fe6-bd89-306fbee464d6 105025
2021-05-25T03:17:56.685Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar ASDC sendASDCNotification
2021-05-25T03:17:56.686Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:56.686Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:17:56.735Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:56.738Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:56.738Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912676685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:17:56.838Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:56.839Z||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.
2021-05-25T03:17:56.839Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:56.847Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:17:56.848Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:57.738Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T03:17:57.740Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:17:57.741Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: 0a33dc8e-01ad-4fe6-bd89-306fbee464d6, URL: /sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar to file: /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:57.741Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210525031503-csar.csar
2021-05-25T03:17:57.844Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:57.844Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:58.318Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5842474086637967789/Definitions/service-Vfw20210525031503-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-05-25T03:18:00.761Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-25T03:18:00.765Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-05-25T03:18:00.765Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.765Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-25T03:18:00.765Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a17be5e1-329d 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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a17be5e1-329d 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.767Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-05-25T03:18:00.772Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.774Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.777Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:00.777Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-25T03:18:00.778Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T03:18:00.780Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.780Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.780Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:00.780Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-25T03:18:00.781Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T03:18:00.781Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.781Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.784Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.784Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:00.784Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:00.784Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:00.784Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-25T03:18:00.787Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.787Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6974a1f6-6ac1-46cc-a6e2-907a362b88de
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=40b6262d-7a8e-40af-9704-1809185e77ba
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-25T03:18:00.795Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4aabe44c-d84a-4a9f-83be-0b644ec538af
2021-05-25T03:18:00.795Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.796Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.796Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.796Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.796Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.796Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.797Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:00.797Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.797Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-05-25 03-15-03
Description:catalog service description
Model UUID:5ebf119c-3c22-4df1-886b-73556c9be9e7
Model Version:NULL
Model InvariantUuid:ff7b288d-e476-45bd-a46f-063cdd19d9ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a17be5e1-329d
Model UUID:6eb2748f-9333-47ad-bda4-3a24e2da9130
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8da77733-2a48-44bf-a7fe-97f16187a556
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:333465e4-a491-445e-a78c-8ab8521db132
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ab4a8740-97cf-45f3-8239-e09889c2e5e9
ModelName:VfwA17be5e1329d..base_vfw..module-0
ModelUuid:4f0de57d-8096-43c5-8b13-856cf8ad8510
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6974a1f6-6ac1-46cc-a6e2-907a362b88de
ModelInvariantUuid:5adcdc4e-41d3-4d1e-82db-4aa3f02a705a
ModelName:vFW a17be5e1-329d-nodes.vfwCvfc
ModelUuid:22194ba3-296f-40d3-89a4-4e65ea8a44a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:31854fea-8caf-4334-81d3-f7cad686e80d
ModelInvariantUuid:51b95b46-57a2-4956-b2ee-4cf068a9a5b4
ModelName:VfwA17be5e1329d.compute.nodes.heat.vfw
ModelUuid:c8d8c118-e0af-4b63-8c26-87b8f18ab856
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:40b6262d-7a8e-40af-9704-1809185e77ba
ModelInvariantUuid:362062d0-fd8a-468d-8335-b9979dac97e4
ModelName:vFW a17be5e1-329d-nodes.vsnCvfc
ModelUuid:0d702c37-b6eb-46d6-ae8e-fbfa46da195f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6492bd04-cc11-47ca-9e22-d4383d36357d
ModelInvariantUuid:1eb53023-f37c-42ee-8876-7ee5308e5db8
ModelName:VfwA17be5e1329d.compute.nodes.heat.vsn
ModelUuid:9d236c8d-2495-42f5-bc5c-4cb07a7eed9d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4aabe44c-d84a-4a9f-83be-0b644ec538af
ModelInvariantUuid:436bb6f8-e8ac-436b-b449-2cea0319133d
ModelName:vFW a17be5e1-329d-nodes.vpgCvfc
ModelUuid:e2ecec0b-1c71-439b-bf46-1c9127a22652
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:34463ff5-faeb-4a1c-a45c-e9f6d3528e8f
ModelInvariantUuid:96db2f23-bce2-4fa9-9b8c-b74ca319dcf7
ModelName:VfwA17be5e1329d.compute.nodes.heat.vpg
ModelUuid:62df0f89-c1eb-4393-aace-0ac78cb98f3c
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-25T03:18:00.821Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a5829d1-6d2c-4e85-8ab8-6013cba266f4
2021-05-25T03:18:00.835Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:18:00.893Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||vFW a17be5e1-329d 0
2021-05-25T03:18:00.899Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a5829d1-6d2c-4e85-8ab8-6013cba266f4
2021-05-25T03:18:00.899Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 3ed1303d-006f-41bd-bdfa-fc4be8240af9 from URL: /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json
2021-05-25T03:18:00.899Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:18:00.899Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json
2021-05-25T03:18:01.241Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:18:01.242Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json 3ed1303d-006f-41bd-bdfa-fc4be8240af9 785
2021-05-25T03:18:01.242Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json ASDC sendASDCNotification
2021-05-25T03:18:01.242Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json
2021-05-25T03:18:01.242Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:18:01.242Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:18:01.244Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:18:01.245Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912681242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:18:01.345Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:18:01.346Z||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.
2021-05-25T03:18:01.346Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:01.356Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:18:01.356Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:18:02.246Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA17be5e1329d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ab4a8740-97cf-45f3-8239-e09889c2e5e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4f0de57d-8096-43c5-8b13-856cf8ad8510",
    "vfModuleModelCustomizationUUID": "136bc19b-0b83-4b46-9668-c1d58ae29ced",
    "isBase": true,
    "artifacts": [
      "879b468b-b7f4-4c93-a99e-e9c3d5800f93",
      "d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12"
    ],
    "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": ""
    }
  }
]
2021-05-25T03:18:02.268Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA17be5e1329d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f0de57d-8096-43c5-8b13-856cf8ad8510
VfModuleModelInvariantUUID:ab4a8740-97cf-45f3-8239-e09889c2e5e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
879b468b-b7f4-4c93-a99e-e9c3d5800f93
,
d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12

}
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


}

2021-05-25T03:18:02.336Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA17be5e1329d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ab4a8740-97cf-45f3-8239-e09889c2e5e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4f0de57d-8096-43c5-8b13-856cf8ad8510",
    "vfModuleModelCustomizationUUID": "136bc19b-0b83-4b46-9668-c1d58ae29ced",
    "isBase": true,
    "artifacts": [
      "879b468b-b7f4-4c93-a99e-e9c3d5800f93",
      "d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12"
    ],
    "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": ""
    }
  }
]
2021-05-25T03:18:02.336Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA17be5e1329d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f0de57d-8096-43c5-8b13-856cf8ad8510
VfModuleModelInvariantUUID:ab4a8740-97cf-45f3-8239-e09889c2e5e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
879b468b-b7f4-4c93-a99e-e9c3d5800f93
,
d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12

}
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


}

2021-05-25T03:18:02.336Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 879b468b-b7f4-4c93-a99e-e9c3d5800f93 from URL: /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml
2021-05-25T03:18:02.336Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:18:02.336Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml
2021-05-25T03:18:03.944Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:18:03.946Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml 879b468b-b7f4-4c93-a99e-e9c3d5800f93 20368
2021-05-25T03:18:03.946Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-25T03:18:03.946Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml
2021-05-25T03:18:03.946Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:18:03.947Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:18:03.950Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:18:03.950Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912683946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:18:04.050Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:18:04.051Z||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.
2021-05-25T03:18:04.051Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:04.102Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:18:04.102Z||pool-13-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:18:04.950Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12 from URL: /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
2021-05-25T03:18:04.951Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:18:04.951Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
2021-05-25T03:18:06.643Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:18:06.643Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12 2098
2021-05-25T03:18:06.643Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-25T03:18:06.643Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
2021-05-25T03:18:06.643Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:18:06.644Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:18:06.645Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:18:06.645Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912686643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:18:06.746Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-25T03:18:06.746Z||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.
2021-05-25T03:18:06.746Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:06.755Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:18:06.755Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-25T03:18:07.646Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: 5ebf119c-3c22-4df1-886b-73556c9be9e7
2021-05-25T03:18:07.647Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a17be5e1-329d 0 2a5829d1-6d2c-4e85-8ab8-6013cba266f4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:18:07.746Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:07.747Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:07.747Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Processing vnf with UUID: 6eb2748f-9333-47ad-bda4-3a24e2da9130 
2021-05-25T03:18:07.747Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Will get resource from SDC using resource id: 6eb2748f-9333-47ad-bda4-3a24e2da9130
2021-05-25T03:18:07.756Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel to get resource 
2021-05-25T03:18:07.783Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel
2021-05-25T03:18:07.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|INFO|500||Invoke
2021-05-25T03:18:07.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-25T03:18:07.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel
2021-05-25T03:18:07.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Method      : GET
2021-05-25T03:18:07.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Headers     : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"eb33c76c-4641-4f87-81e7-9c06119b276e", X-RequestID:"eb33c76c-4641-4f87-81e7-9c06119b276e", X-TransactionID:"eb33c76c-4641-4f87-81e7-9c06119b276e", X-ECOMP-RequestID:"eb33c76c-4641-4f87-81e7-9c06119b276e", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"68c69499-d896-4a8d-aa5d-8315ad30e2b5"]
2021-05-25T03:18:07.787Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Request body: 
2021-05-25T03:18:07.787Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||==========================request end================================================
2021-05-25T03:18:09.353Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-25T03:18:09.354Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Status code  : 200 OK
2021-05-25T03:18:09.354Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Status text  : OK
2021-05-25T03:18:09.354Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Headers      : [Set-Cookie:"JSESSIONID=node0q12ht03lzsnh1xyvbloa1hzgg265.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-VfwA17be5e1329d-csar.csar"", Content-MD5:"ZWFlNWMyMWFhZjc4NDhiMmI3YWJhZTc2MDdmZWMzZjc=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"eb33c76c-4641-4f87-81e7-9c06119b276e", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-25T03:18:09.448Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Response body: PK'�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK'�RTOSCA-Metadata/TOSCA.metaM�M� ����Њ��Uԝ�����N��^�]�/�ox��S7dPW�Q�0e�H�l���ha�N�H��,{ q!NE�qv���+�&��ƺ0;}x��n{�cX|-mJ�B�!��c�ԄzJ�H��j(K�?n�ۑ�PK�%J��PK(�R1Definitions/resource-VfwA17be5e1329d-template.yml�][w�6�������d�)w��$n��)MoXĘ��3���H�#0��;]�+����{|$�(q��A?�4�����8A�xm�٫$�l��~��=�G?m`
<���?F�A�0���8{m,<0��'s��iY�o������F�9�Ng�V^x���Z��r�jXs���,s�{`9�Q�l�kc���FsN�Ȝ��z��č�m��uC/��$��GCcG��MQ��i�ܿE�tA
WQ���xC.z���񉓤1Ȫ�0�v��3¯
��/�����3Dݝ.L�N��5\C��
�?7^�<���m�h���Ohr�8M^�d!z��Y5?X#
ك��f�^��#�
���{l����E��E��A����*K�(
��hG�ʟ���:pkM�E@FiN�,E<.��O��Xl3S���tw�����IQ<+�BıhM�j���'���wUZ����E��5���E�/�.���
��z�����֑�\�k!n�+Q-�--�wzŬ}�-
��K�4�lw){n�w���(�%\	���� H13�U��d\��C��m�2ڃ#I�^z�:�^s)�	>����ݎ�m��r	�lB�!�Q�U0�a^B�>�KI]��ݮ�$�v�NB����B�7��V��]��ԛY�������Z��f�l5��#=�4B�6Z=ه��]�*�-��:j�Bd��M�go�`�����楰9��:}m����h�����pX�ͭ(d᪬@�_W9E�����F��H� 1@��zȞDϠ���W�f&H�ц��	���[b�c�>��1|�u�`�١'�k���KB�_�}ۙ�X��ݭq��ܸ�h�����ӵqy���x~}n��
6�vd�V0AS��xo�{#��L')]h����W<�z�now2�l$����v����������O�����ߪ+�5aB2_
g
ԥ
b4�H��8����[A��ڙ����˓+�������������ݕN�����A�d��M	��vF�O��-�c�&�����#�q=�����KD��*����.�A�Hl�v�Q�'i�,�W����(�A�;tE�qw���㍅zu����$@��){� �8t#z��/��W7�����^�f�������0{�p2���+ZN$ڨ�����h����egc�0L��<@ۍ�k4H��͖
���'1�b��NO΍�	��J��v��+�y�t�
D�ލ�OÀxn�UNi�����;H�
m�A�E�p�A�R.�
-#��$��n.n�P���N`#5��6"���щ��i'���:[��2����?�=/�Q�H5���
��7�B/��V*��OW�,"�DT�L�Q��!B2���L/t+]B�?��!3�$P�2g0��@7�?�*��@���@�#�`��W�h$3������؇�H,n�7�`h%��	��"��>�MCl��Z�ԫ�Z���q������ӫ�Fٸ�k;�J�kt_�E��#�(/p�yy��9_.��fx^�
�V2����ɻs� �{swy{g���U�V��/p����:��U��"&��L�Ǭa���	K� 0:� {��n
Yb�.�T���c3�؍A�GBtx���S�;���fٯi�>i�ō���`����}mh�JD��߅n��KQW�U�
�]����'����yvr{���*�!��~�X�F�7�O';�9�Ԝ٧��ɥ0��J�_G����2��DC�~E�0�����y�"%���8�����t\m����5c�q��=�칱R��1󈶱�[�8W�$�-|��6A��Q�PBq��`��j<����Y�Iޖ&��?O��h��*��}���}vt�`�1���-���5B�sq��u�&Ѥf(�n!��:O�?�ߑ:����F��ɓ�ѧ`S"��aSN� $qd��=����v�`���$y0�'��fr������9����ϓ7��ɟg����/_�ɫOw�u�~�����p3=z���v�n/�������/p�9��9������?�77ۓ)p_���p��m}=ڧw�>]��
�/�rx
��b�n�u�=�������f����m����O�e���˛��o��y��ϳ��o�o�|'�hw��*�3��u:=9��_�r���3o;����w�;��>��_jyꙇ�/u��"�Ɖ���#�jg�B�I���fwG*'̸V�l@?���G���z�	�d���A���q���&���ڹ��Qq%4�P�3m+�U>1�
��z��5ћ������ $R]����-�����d�^���M���z[�����D�s�I�=��7[���li��3G
M�&@�l.gsk��͡c9�n����V��.�f�}黃|
��B�?J8���@�M�}5\3O��.�+�����s=��;ӛ��7B�s�9�����|8�=���&�x9�Mk��-������,0���rn��?3g����uM0�cs9���l�,��P���!{�c��~ˬ�lyJ{9J��=v~�wA�g W�����f&N;�?�3���B�[Y-�C�q�E����N
��Mo�9�4V����譚��u�Akۘ�m�)I���3�i(tc8�9*�y�4q'	~;��Ao�Om����v�dڄl���hv�<Т2�Y>	���۶��
+X���"J���|C��:�:��;�F�F;�p��4��i�
S��p�%F`��sk�t��L�S�.�e�469��Ý���ݖ�g�Y��z���5$^��X$�~&�t�������Ú���!�85cΫBj�qP�8�a�`E����Bk��W&���XIy�զ�H����&��|ܕE�ΟG�$j�}lA�����b��wT_S1 M~3$h���ք��T���&������p��.o>]ߞ����7��O���.�WJs�9�V.g�ȋԐbC�j�fV���Ԭ6�=4���5X-�����ѥ��b=h1]���.\@����k2v�U��24��Y+{]+_�S5�m����Y�m����5%Zd������U���LS��0F�|f�n]����!��U��j�<�0ў!^�)O�i�!s�٠�
0×]a��~�MT�n��=�%؊&bWr�dM��ң:�Ӄ�����ؙ�x�A���荔K�n�J��ԂvQ���r�G��eg0c1�e1�l��J�!�Ԋ��U�p/�����5s窋:��07�Z���YG�d�c�Ր��+�D��]昛�Mسu󰮾t�*�D�/KYXN�&u���m��kk+��l`w���������.⥄���f�q-&?��x�i�m)�XP�ė����1X��{���X҃�y�D��������P�u
�h���~gf��]�*�D�'��Щ>�CU��u[9���qٚ��MvR�
e�=Ze�ʪ0x���"�Z�Y�c��I�M��H��i����*��<�J�@��)ۧZ�5AӖ_��B[���ʲT6� �#���jvT��4AI��Q���G���3��D�������Lk���\�gpsތ����S�m!�������\��A���j��{�"�A"�ړE#r��ֱ�L��<��b.B�-M�4��M~�g-��p�pɟa�9�R/g?��'�yb&إ�Z��Z٫
<��.��<�<���Ó�x8{C����f�\L&S�Y.�K��9�R�y��7����tf�AU��	�����-����Й�Q���Z���r>���b�-�p>W=�#�/�b�����]����}�X����X�,���~��B�&��A�R��h�tk�
�L��T��)�\$I�z�D��z�B�V��`��)������|rݻ�,I:�'4�S�r�G�N��%���[��BT($��җ��,��I1
��o�4DM�؇��^��l����<�lRڦe91<�1����Eg�/�Ny������cHǝn�:Cmd�����Q��u���dvV��iYa����#
K�����*SgRy�L��L��j=W�mZz��)��z"[���9+ҫ��Oh�����lC��nA���㠴	spP�[�b�-�q��Ƽ켊��1�xK�����f5�ŶC��[��C�`�g�����x��,^S�m�!CUh�v���ת#9:
i�V�
��2�_��4Y!�[�B��gpT�j���U�����T'�_
�ԡ�eR�����ױG�rC{�L!�u�v���&<�Q75��a��U�p���2k�W���^h�-���ˮ�[xL����9��_&�K�3DI<��q� DÐ���i��ٖ�~8���8�d�83a�pM���X���_��M&U�!��Ѕ��1G�|��,Qߚ�?����dz鸚LZ�kz�X��b�@s��,���T�v��{�����9G�◝����5kG����i��P�3��*ڮ^����K%�y����$�j3�=��i�/��JmH�T��OT��Ua��vQ�Q/mt4��ʨ��[^Q#/�!����.?G�����J?�Uc�ΰ���7�ɧ�H�s�N"L꫼�d�zW#U���_�T]=]\��#]� ��
�$s�=���h�P�ƌNd�NoG�x�L�!jHo�۶&�2#��۳�DA��k3h]p�)1�Q��m�A
�w���p;I@�k�&�����SEڣTNVv�F%�!E�_���U�\{��\D��n�(���؀�
ձjk���w���D&��'w�)ut���8�(I6��
�i|�\Gq��kن��i��E����O��:�9.��c�xն���E�N��崆�0�:$��6�0�[��5�":EM�IuH	�i����=;"��ku����H����e��S��Xh�n��
���l�80�Q�8��l��vg��0}>i��Dx�~�U��L������.��33-�0��L�XW+���#��k��U��_r@����=�xX�y� o�����݅i��e.,84��G�cͦ�%�����ұ��;sӚO<�Y.F&���l�x�ń���:|�����k�gg�Q����	z�Q&���:���ker�9�ǃ�u�D~��C��ۭ�Gq�1܌V
�5��
�T�9T��{�cV�E�ʾ�|�$�MaV��/h��s1���Mk�O��x�4�p�X,�1j`�&T�����s�\�3Ӛ�Ss������[LG���79��tX�Ya�N�^#�GWD�:V&�s�@~�8y�����H���]�DR�z���0+�}%X�6�͑�-Ɖ�p��XG(fY)9��=��=����	����4��6K��2i`�9{T�k��'С�l��*LQ��@��99��!��>I�]�d�p�Q�w�[����)��X�tiBƎ�k�8���Z�>c���	>�.
�
Y�5#Nz$������	C#%�
eqI�"c�aS(��Ԧ�]M}F�s83��	U��Kd�>�؃q��D�;A�W4(F5�gݻ���dQ�\�J����S�v�p��DAL�^`�Ѱ&u����eI�L����5�x��-�ʴf��g}y�"�m�GdLZ�"����6�����F��������U���E��BA߂mM�;ɺ2Z(�QV��C�,���.�8��a=R2��Fl(�5�����Ik��ns��~�6o֒�+�p�Ũ��I��/���
�4i��6�Ԉ���~�U���n�Ц��໵��5X��uh���dQ���q+jUښW$uW���?��#uBJܭ��WU��T���gF��J(C�m
��/f�eP'$��8�٫wѩF������;�@�kf�C?GZ&V�8��wD�{SD�!�ˬ1]ڌj2KB�)O�lOI�;2��I�1QD;N���Q���3ѸTE4ea9ֽ5bdQ�_+:Ĩ&���;�QWd'�_�*���	�����%4���L_љ.8Cy��
u��.Q�x?���j5Y��w!g�ԋ�^��*ew��1-ZRMP]=��:�"T��	��}k@]ƋZ�%4;:߶��#�ҕÎ�{՘u/!1��:
`�V���oN�dQ֒���p&�,�"��s��d�N���&I[%����w�6]�Lc}�YA���X��萈�/�C'�nQe9��T��*�*ٙUK�[�d�_��w��R�髶��ek��87)~ ִ�������R�dQ��k�H�d�@.�
ْ����{f�-y%!�oD��-J�DS�U�Leq��(��2��8$���Zz�E'���\/�ݴ���2�ӝ74��f/��I��P���pL�Ag��ú|+�*����
F��,��*��5���
L�(W<�
�(Em�؊.)�)�fE+NO��
f-O��Bb�3�fx%\S��?0WHY_��H��v��L�����V4���B�o�T�����9�) =�妩����nTD���-D����:�U�a
����Q���D*:#�f�Dx�3���G��NAv�@���`XS�؉Cȑ����kHuxK���1�w�1.��	d���&+��0���/s:IU��=J��:�F�����*��@�l|���|e9u����e�3������0�P�ʊ\���1���Z�������i�WoiF�Eaw��u�|k~T'���PΨȢJ�{3��E���n�7ђz�����653��%��EL��@�
H?��#�����J+xǪ��g�X�>#��
�d����k�#��5󨿚�Ԭ%�x1���'ѼD*�bĶ
�3��j�#b�q�|E}�8���R�����}�S�H	�Qz
����Ԣj3}�\��~�[��|ǰ�|���(�����bV��q���d))q��_��ϫ��(�"hy|@�܀�����gzL��C�\�2��8��CY�������
�����_:����C���i�!P�\�4
Y���d�(�K�$)!���V��DD[=�M��7�u����K{[�c�a[�rA�&9��9�):�)1�p1Tۑsr�=f��c8����P�V7;��V�μ4�ŝ�*4�����"՜��ԜF��xx�7Ykec�uX�9	��S�M�%9	�:^����=�2^�J��=�h+��R�utJ�*�)#��;"��q����V�v�y���"0Z7����Y��W�����,�`K���� �k
�Qlg����/��۝�\l�ځW�O��r2�Gœ��?wRqS���7$q�԰�g�#��p������ׇ��7d2��Fv�ѕ�Kb
(�͉o�.�z.����h=����4^�5&�|VM$�m?j*�Gœ�n�v�b�`��l�#���x���8�=Ȟ�d#���'�@��9p��Պ���|wX2���H��+�֍��0������&O�§Z�O��o�'���h�+=V��zm���jVd�'�_��LQ
���P�� VC%tE����Z~��#kTO�����#�y�i���(��.��"&P�x���.ti������x?�6�[�*[s[�aȉ.���N�s�ۧ|O.&�
��ڦ�8R*NH	&�P�k�P�`��ĴQ̐�MHO�z�_��3�U��=�0�;:�@_g�pH���Ҙ�B8��3w:���Pt˪b���Q���~^���,�7�ǐ���W�8��l`���f�F:��p�-�E����Љ��9KSd����i@��*�z�:���ql1�[�F[�^T��N�9З?])Z��
��E/-[��ٝ��JD�$f��0xX�vtЁ��|�� B#\������HVm�����@��f"��~�I��P��kY�H/z#�,1��%�ui��0�k�c��TK�/(��#��6O�{�QC�DRU��s�W�;�+�p��m�O"�^���<��[Q���W��6>��j����]�I���F×�+n�c:�'�Q���F�˃���
GJ�R�Q�+��t��5�E�>��6k��rń��o�ѩ�+�%
��L@����eQgK1�p?�3��+3�-d�K(]T���v�z,�vǔy�0�"�{rtZ��ePEO�2����e5
@L-Gǧ%��:,GY
[΄�+O8��%�]\:i,���	�����%���nZ-(�g*%�T�r��f-��oFe�=��2&n��˖��\�������|ܦ�l5~4��Ǎ�?_����'��O��|R��/�#���ht�ko�?Vx�Ey<��u�������\k蟬�މ���ں�\M~^O
R���������ݸ?�6���Ë��f�}��a<<�=>�N�@�|�?��8}jM����~v����:�g�����/�G7#�{�|mv���^[7�ίѠs�~�N/�ǭ��y=ɟ�uϜO���㿞��q����vw����*5���6~��_�'?�g�։���w��=W�㓫�J���2}z��+m�����9`�:�����K��К#"�mq|V���y^K�33����mS�+`Ra4�匁��F+��F��M��-k���D3�J�6�JL�I�ei�Z�>�@�@j��߳��,��
���3���oIC�|�\�A���#Ú�P�t��k��D�Lj��Z�����n�)�3��~���#:o�AfS��׊���ŒNY��Щ����T�������,��E�f����q <�]�?ݵڭ賱����q"��D�
��F���rП��$P��p�!�>�c*Z��ܧ$}'=�Qj�*�z���B�G����gX�٦f��Oj�j��2Ves���0l�-Bd�ɤ5`��X&��h5ꏥ� d*���\�̐��dL��i莤�14d��Q�=�=����}g"Y��ry��D�t�K���m�:IO��m�h�k(��&Y �95�L�1afb�È.O�ƍ,88�q�o�E��aVxU�O*��C]�f��i�����R��RKj\UC��=Y[��@��q-B�bوa�Pw��_N�-�g�(�� ߲��?�<�a�<lx6�<��Y^Md��K������@������J�lFh.`Wk�	.\d?�~J�*�z�W*��T$���nzt�����!ԇ��
�pUZ�2�Je3�H
AM�&��vJ��|\{�޸븽(חbڒC����r�6
[A�QE�#����@�q$y8
���9��h��l��M�n�W
��7m�0m�|�@�Җ0���D�b���|��v�#���4N:)�t"ƫT�C2sw[�y^=�Y�}��	����"#�.�)u����f$���-�PYo*;dbs}�|��E��z�cf=�u��v�:Y�%;|�d�$\��3X�S��u�{t�������${��T1dC��rG6W~C"�l6Mk�~�Q�RtR"�81Q����5@���l?�w�7ٴ�U�;�g�t/~EP�o~��dB�����-�HJ��ǎI�ؗ�����WB����D��
��׈O�-�O�)�L&,�%����	�l�R*��7¡]�B7��T:B�p�Y���	1Av"��q��*0��2	�Z/�ӻQ��0�֣�#�J���h�xa��ޥ(�Gf�yΈ��j�"W>A��'8��	r��+
�
�U�%�2K�E>�
살ŕ�,�!���xҦ���&<\=eЛi�X[dC�h8s��������c�8��
�C|w2�!Q8(�m����M�n�\�n���ѻ�֝+3���LRɞ@�����vD���
)�f�a@Oɠ�2i��^+s�l<\�T�2�x����Yk}���{պ�f��ӹ�L|8��O����n�Υ���A/1>J�}9ъ��gq�h���d�`2�T�8���Y��aͳZC�z�>Tk^X7+�������Z�����6���_ME��!N��1;�()G`M�-r\��`�bhS��=��y�,�j���v+�y�z�.�;� ���q��ܟ�qD�s�2�}����}]ʝ�g!!,0iѵ��Ǎ�-���(\�Y��]X֧ �X5���n���`�"���)^�4����0�.��*\h���*\c�,q�vxt�q='p�! *�%��1� ��wsPy�3:���;�S��9K�F�'�}G��`:ZZ�=�Dr�
����v�>o��H���J��WlL,;c�ૂI���Q]�H�|ȳNԅ�~؉z�o���9�v��\Q�/g<;��D6����3�`���É�8���M��
#�����-��O�Ţh�i��2�9nݚ��]�
 ���P���s�S���#����x�KV�>L@�<�8.�RN���z\o[��74l�`����;���0]A%��~����w&�E�p�=N�̹#��P�fH�?�ቴ�<3�����5_�>{L��{|�ټq���:�[>�
y'����X Ji{��ٲ��1�|�q�\Vĩ��d�H�!i��Bh �|��� ��<�W0Z%o��Gl﹚la�C؎hB���ZU������q�q{7:�u_�y�K9>.0���ê������`�����{*o�4�ϒ��`2Tv}�NPԬ�}�@"��Pi��e�|!��AN���8I-����t��*�z�d�Yjz��F^`�Y
��q[��a7���3G[w��E�%K�%�J�5��i�+�$�yb����/-�jT�lU��d�r�-��#3�l^ ����bn��/f��I�s���4��xu��,d{���l�i��7`�^�x��kǃGW^@P�%*�UC�(�����Q��.c,�%#;
�Y0)� �
�6��:�V�1z�-V��	0���eX%������6s3֌��
fH	,��F��u��𨋖���w�0 ����Ž{�ɠ�%���,�R��p^@{�ub�$V$G�(��o3Z�]`k�(dv��Y5�5�U�@y<���
J��	,��_M�]#��֕\S��]�M�X�g�^ە͟�@�46�jO�Tb.�Q�`0R��b6��IN�7V-ݺ���H�v�GS��ٱ���-e.{癘C2"��y%1,������{q[?���һ�#��G,e��JY��Z��0jlV��2Qv��6څd�/���M&UfU����<�7Q�@q3�~��x�v�(���k
��j�6���hGb�/�g����E����`/&vk D���0q����0�]k�p5�
=S�
���� :�D�#���h�+9���֓Z�@҂�	���	. d�(�(��(Y�B�l���s�jG(���x%ƕZ�n/�"�$�ht�&�M����zE.��ģ0V�i)$0�`7�D�#r��+؄�6��R��wksպ��Mt%]�*7�f3�΂�w��q�Db��!ZVȎl���+k��W����\U	�1Q����5,:���><�<7��Uߴ0P*�p�H)�C	o�(?�̂C(@�T��!Iɱ���1��ҵ4є��t��u�Qx�ۺ������]�j����&F�U$�S����t�I��2z�c��*:��f�ty
��ay�����1����j1;[�YͰS�k䦛������݉R3V�,��������s~��f7�,�_v-�$r��[�v��*�t�IJ��R��u���`��$d��� ��aĵ�=f2N��b�&�]>�us0��Up��h��>ܐ��J�j5:�Q�N�D�ڪX)��S����;H���!o��ål3L�t�1����a~4��u�"�׶��f�X�3���f��׽PD{W��yY��g��}��� ��U&E�@��L�j��tY���x^95\�V^ҧ��V�nOn�F��6��e�`D�w���,y�?��F�"7~8+\\9�ڶ%2lpmۼN*\&��;pknp��	��-|wH٨!K�h;�5gy�b1������
&���Tb���$��$Z�����R�&Z�\����?PK|��5(F�PK)�R=Definitions/resource-VfwA17be5e1329dNodesVsncvfc-template.yml�Ms�:�_�i�{��0��e����J�\N��%@��0�3�߯��H �Im�S����[�n��[-eQ�`�%�����u&I
��hY�)��q@�|,���I�]��7��g��8̾}��ۍflW���]"��c���]�7�
�Msg��1wd
PE祻[�c��-����E��	�l�_X77t��h��԰��Ɇ��X�.
#���sޞ=��_N��Y>�ۈ��Y����%���p���vJ���TI��o�7?�?
��>~��?��C���h���$>�������f	v2hOH��<�Ѝ���w���7;��w�=�����| �)�|�/�o;�?�胻��&����7 �(�қ7(�XJ%�i���/�>R�йphc���1����wa�ˮ		p�O~���>��It�{-��8
|�E�j+��0��/ۋi��U0

(�Ì$v?�������w�1

��!�v��M����$
�A(B��w*�[��Ad�@���܋A
{�E��rx��B���YXtpb)�t{���;�J
���{�n���ΨeB��m����R����I�‰����J�="+�#�Ӈ�V�E�V�ËU��:�K%���V���i6��W��D��NI�WѕZK��l|r"e[a��(��m	���O�{�y8H��T-�ɬ8�2�)���3��?/-��!�b��70�~x��GR�B���c�0GVso&T��i���`�5��0.�DS��%�E�ݧb\��t3�%�����b�\R�?{�X�Y
!��L�WӀn�b��9�ff�Ө`�9l��n)��)Z��a*Ʋ{W1d<��j��.VTٯӵ�<�޿�LL?-/��(�r�d�R�/��k��8�����-�G �Y[j�.QX	X0+Çq���wHm_-��Y�Q��]�l�qp�˺9�9ԣ{[7�i���Z���*.�.�����#X�4�]l�/��K%�Q+z�j��r5�/E6�z1Â�ӶM�-ֱ�lL�`PaC ��@Տ���'��d�3�3,bU�m��W��+����&9p6~����̓h���Y�	�������?;�9�s�:/��%��@�������۷@9�0��׼(�
g�!�;5��B��#{mA��ʶ��
7���#�""z�YXYp���Z��?�z�*n�H��vȚ����g�v��I�U	'�[��"|����t��<5Bu���-�G��bg�)��%���J	��N`N,
e��<��Lę<�F�Q�Y�PP�+	�KS��u��ዘ>ݘ�q�����;�}k�5��7��~x���]&g�X����#�n�ޣ��o�.��iV��K��ӻb5������,��b\��H��%ڶ�:�U:�7�re ��9h�"���-��{�q�}
[�����:{���@�
��
;�r��5��9�Yt���S��vm�lw�F���h�s02�j�ܵ�7\cklv
|}W�?ő�Z��V�]���N)�GS`�׊S/Vl��4�����U��z2&��9uj��}���$iN��O�U�?B���8�	=l����ErP���5�4��F��j�����;�ёԤ���j<����Wc��|]]OӀ`u2��yU���O�AY��4�/�����-8F�D���nYu�$
lB5bp.V%���ŝNB�c(�؂4��
/�:9
����|�.�����S��w���z����П~7��Rg4~
��w�]uWƔx����;\A��-q01�tc�
^o-�B<���|q}JDE}��*^��FS�[�R�ߑc��2#H頩�b-ĕn����[�v��F}1������)�rف�d��`�Ҋ��)�J���R��Nգ5��1�ї��%2}\"s�S	&P�N�T���x����{���������+�Ui�e�y:��V�lp�))iI/q����J�|%U�cx���}v5.�x��'��tL�k�n^[-Y�ԟ	�/�5�4�b묖��/"a�WOi�E�MT'�õj�+�䛣��k���K����Ɣ��Q�֜KC�G�J���a�:/J~`���o�5J)�+�A����	ϒ�����%r~�{1C����ű˰cHD�2[�*#��1hk��n���*�~�a�"�s����wf-��L�U<�w_���Y
�*�ڲ�	��	<,{	�	%g�y�г]J+�S=+�� Zŭ{��̔u�8*���ɘ��$J��u�f�&zƂ�Y5]A��8��o癫8��V�,�$�jm�����=���r:7:N{a��Y�����?���C���Ҷ�^a�����'��/�ڕ��&s�T��CGs�߻	�Q��"��e��e�
��%�c
���F��+R��w_�EL[�1	�E�w F��L�f@Q���P�>��x,mI���*��e���"Y�F���"�K!��4��ͨ�/�"��l�=��dO�ʞ;���1\.�����5�H��T*.	S+�R�S��J�z(j`����D\k�(x�ST����e�<�j��#[��*�<٬]b�\�=���6N/w��[��Q��M��ԝM�%�r��w��:ف)JJc{a�L�BL�
Ӛr�P
��
����%�D�o4	�FD|�����+Vu��h��4��&I\��*0�(��/PK�?�F��jPK)�RGDefinitions/resource-VfwA17be5e1329dNodesVsncvfc-template-interface.yml�]K�����m���A��ӳ��3���K4E�ܖH��������)[��$�Y�dST�����Z(���g�	���
��"m)��)��8K���'�)�V�?�C\$� ��YJo˂h���0��uޮ`
���x�Rh�]�-��J�b�ے孺�U�E�VYR=�E��V�uYUs.tI׭�ۊFظ�P�E$r�)YI�D!	�Vs=�_�n�1��7��τ�2VŌS�E��n��1��h��iEp�o�0���2ʵ��)@�T&�f����1wZ�۶P��{�%z����r)J
��:v��a$eJ��p ױ"K�aWΒ�J���ss��!j�
/@z@��z�>���h_qQD���A�A�������.#U�9VY�2��#w�ʠ�ð�"cJ{ ��3[	Ͱ�	ŕ����֙86&/�b�f)�)�o�{�)��j4�e��5�Ϻ]��|�����^���e3 $]�1���Pc8�/8-�Wa؈>&��6�bɱN�'���;h.$*\B�E��y�I;�=�W\�/ލ��1]K�/�����#�d
��+P=V 	�e���oxԅ	cי�е?���2(e�G\�nG������/��-0�U�	��_�O���y�s�r;dN)6���|3���]ڲ� c�����{��c���Rl�O�X\� ]�8�1�Ӓ�QL?��ց?�2�p<0>�(ҙ�:3�纘�jlL0M���/����5�&�!���;�px?�1y�ZEfȳ���6��J�%#�=e����Pyg�ʹ�^b
&iU�E��F�����TU[�C�fe�3-@	�Pf�L����eAH!%m��w������ǯ�?~��SS!:K�2_��9��w�}7o��
`KT���AZ�t�}G�e�R��^
H�ZE��o˪t�%�J���E��	S/Q�L��Y���z��}�m�H�W8��yx��9T��tv��
�G��1�D���%Ԥ[�W�4�fk@Ipn�8�]M{�ٝn�@#DKvx�CǬřU���>���g�=sΖ%n:��=�lk��ܛ���Ծ�N%YPz!����x�:
�cp��EW�0t	�l�1|l��T�r__SG	S7�3�w��b�`�oMj�i��G͐/8I�C�+x��#ӯ��`s5�.�5&K�zy
J:��]Ch�d4rm�����>`yP,oi�c��,�s�@'����1
Dg
��U}�Ͷ% ��V�fӄu��n����f�ϊ�V�7��uЩ�$�%Y23+/�y"�A(cR
YE��3������e1@���̪uw?l6���F����&�����މ��v#��a�}��Z��o$�f���=̿4���umhGc�7>�A��e���'1ׯX�{^pw���f�,&yqfn�|�W��ow�2�q����:=ig��<6��ݦbO�O�o�-�u.&J2���i��P1�D�d��^~��b���he��&�	�_�W����P�(��tx
k[��sx"�~cb��!x�Q�K�_�q���r���h��.&�U�!ᆏ��q}������`��ݝ;3ϸ��2wi2�Ȏ뻌�=Fo�cB�S&c&�k{���7F��J�:z?|�Nτ��$��|O���Ն��c��:S��n�
�
=�v�o�=s��0\8��z��r�;E���&iY/"yuwM��]%CDp-1K�?DϿ�=>�/l<����I�>����o��c9	��W���a	q�,ʵ�$v�Иn���0���c�������G����p��>�P��+:{�G�KU=�K �<�?�����XC���u#�L���>�t�Q ,a�7�z�v�==>sv��[T������Q/���d����3{�tLTP;B��-X�"����yl���� �	~67V?~no8wo��.������,���e*�dES_�~Q&1�]�k�$e��@�����N+�9.����Mt�59��G��
|�N4�L���L�<�,� `I���PK:K\c�	f�PK)�R-Definitions/resource-Neutronport-template.yml�WKs7��W�����uS,���DQۗNgKb%N���J�t��r^�n$M��R |>�7�C*0�Zzi�KWh-F��-'�Ra��B��txR�F'�I�+A����d�..���5�
�z����jp{&.�7�7xb8̐N�ʷ�\܊�f0�^.��v7�� �O�%\�悔58b3��5zn�'�@ǭ,}D�K��w�2�A1�)���%x�.��c�5�fw�(+�� �~m�W��-��2�)�%�',F�nNKN��nF��h%'���gqk�^a��>�2����Z;b�f�9��!D��۟Q!8r7LN�o-N�_�|4լ*2$koޜPf( nt2 ����r��L$�B�fHW�T_!�}%dRQ��U��Fբ�H��,�t�6�5նV-i�K�$�q������n_�'���iwCc�))M�Ҝ�!Lx��AY"�D���odV�U����4���5��i�������0��4���!�,9HQC�P��-�3c�j��n~�`A���o�t�
��03��#k���������Ó��JrL��[��Ø�Cl:a&'_�E{<}3.�����!܄�e�����R�p"�_�U�qإA)�&���Һ]TJ:�:���Y>���N�1Ģ��|U���b�r@�X��ݤ�/��gX-�m�w�c�p�5�9jdR
�h�%��xl���.�!1��������@U��y/�4�R~���������û��-P�-1�Ӏ��H�0`A�Oc���v̚F�1��E>��*ed���Hs�(����\)���E��oK<���m����8󺂉1K��"��FǢ:	��*���r*���m�{�v�?��Q�}]������F�������>��N=H�p�.8eӹ{��R��$��i���v�c�Hm�뙔�E����(�N�$Ӫ|���V��su�n�͉��$�M[��%��C>8��N���P>"Bc�6E���g��s�5S2�.��_D���wʝ��T5�^�l�[?��}z�M�'��B)EZ�l��c������`ڏ�n��Dx���wz,���Q�Tn��@������x��ʦ��P�fu������PKh�YPK)�R,Definitions/resource-Neutronnet-template.yml�VQo�6~����n���K�es��ܮm��a(�d�H���
������H��$(�<���x�����8�2����K�]v@�h�]NV�¬e���bV�g�y��H}`V2����l7�zu�_�K��W�d�+��ٵ���*_p�#�iW^�q����&y���9&���k������� �fn`���F�ГI��V�>�|��E��;`����ڃ�G�K0��&'�&Ls��.侱,>��)�_iəǽ��~F�Vr�Q��Ox��
�OlLc9~B-������;��c�巏��Q!s�n����(��G�ߌ@�k�)ګW3��X�6�4�\����DC�V��A�p�	 {?g5˥"է����ZT]}JYO�G�[�LQ��w�FI~�r�����]�1jd��p��tBc���I&n�:J�T��D�ӾA��)%����=��
k�͓��0��}���+jK��Z���u���&��d:XI�O�	��%›�S������ACW/Q4
�K��,~n�E���)�';�m�V����y+��7{�,>�;A]d<�B�����j*�_�7ܟ�!o��mF�r�������ԗ����>�����.|c`�y	'W2;&A�5ʟ���(��Z�-�CQr���8�:*^WN�A&*�3G���@���Et#�
�3����~J��X}����Kr����"N��選<?Ĕ}�(Q$r��g������i5�TkO�9BE��H�(s8%���W���o�z���\��(����'�	k8�w�4�G�I`1Z��~x{���mO6��Y���o�9b���?PK��]ak�	PK)�RDDefinitions/resource-Vfwa17be5e1329dComputeNodesHeatVpg-template.yml��Ko� ���+��
d�=�c�j�E�h��Z�L�0X�]Ϳ/~�'J���~����肀N��VG�l�&�!-Z�R��`��Ao���=F��=��^�����>��y���N�O�T�Іׂ�P��J�V��$U�ꆊ9-���i��ojU�[�%��1�8�1/N�d����Y'1��Ȧ���)��b��E�q�
��Z����S��m��.k���Z���a��G���1�����η�Ɋ�LA���չ������!��ǜe�w��Ʌy{����xH7�|큒��|Մ(mR���7�8�0[������I��{}C=X��Î�6��ݸ�Ve+�h�f䫶!`��k�{�N^��l�ǡ�W�Ҝ>{�B6)�޾�2�࡬3eJ{B�)���_��6[7��>�$[�����PKi��ЩcPK)�R,Definitions/resource-Globalport-template.yml�WKo�8��W���`�����͛tw4n�MrY,��D%RKR���wH�c��"iPNQ�����pb�f�!�.��נ4~̉qG��Y����?�G')RC�'�p���Sa���M�X͢��h6L&��t|~1��C��g�b8E�By8��.��l�`��g�h0���4:��f�������)���hr+�AQ�)���d
4�	%�S#��9���'nV$�X�T\Ąь<�bA{��l2py������`<�8C�΃F��Q��$0���G�Ts�u��%�-d�[�w��f�
��S8o����e���>|8A�1}=?�G��MH�t��&M������Q���]o[��C�� ��+�ut;�r�d��*$�q&��d�
B��o[�%v��X��P�ؓ���4�*=�y(̓T�<˕�k��\C�GJ�%�{tKշd!��TU�<ޘ�W�o���s%�h�pmjQ'�>����%mX1+((\���!��r�Ũ�6�f+Hi���E��U��uv׊Z�����غg��]AXv�c����t��./$*g����G4ѕ���z�S��iCc��̅�kg�S�����_To(�����,.	
Cd&�Rk��$h��qa@E���E�=@�nc�[L��{���w
�!+��w�< �U�=)���>�}�����Q�:�L���݅�3ٓ�:�����zyU�^{1����n�+�~���’,KK�U��\E���h��H���L��\¤*0�:���#a�e��
@0@�d��}d�vX2�������5
��{�I�����}�A��|����M����}Ys,�m�`@>�{��촯Mu�+C
���E���o`�g���M켋�>�b�]O$~�T���8��Bq����*�qN�<7��d��jc�P��؆\�G��@ ˱�Q��2j}?,�����|U�� �X?����ݢ�?������m�-�G�N�;&��������,�K�<\_W��A��p��i�/{��enbi�6�ʑoB�.ȇĊ��x?r�䈤z�}o�>�^�����M�т6kC{d��bp�_��[ϵ������Q�����H�w��������{m�75���{���K2�;PK�2�l�PK)�R)Definitions/resource-Compute-template.yml�VKs�6��W���@�$�r̛i&��;ʥ���J��(����F��uƹT���v�}�.�IZ)��r6d[����Z�)4e;nt6ͦ#C�Ky:bL�-��۸\��N���$���$y�8�%s)Γ�R�D�f��)-���)v����X����<�/��O�,9�Φ�S9�|��Rv�LQF·� �*b���
O�l�3O\3��V�Xbi��(K�(�GTc�ή�7���BAB�I�����f�$���f9�2Czd��[�!��J�V[�`�T�LMH5V�v�d|˕����Y�ꫲk���qO=vOF
�J�GV�Ա��'����B�ή���3�$�@û�l�W��Kd2��B��C#�qW�����Z�HkR��,y% e�$F�=��R��W�By\�}�Sv{s�����߿Q�Q�ަ�	��rr�
�=��oJ���z5Bw:C:J�…�-
�a��wFCY�l�P	[��ϕ�!}y���B��*؁���+��FҪ����˽��pk]l��Q=q
��ͺ��7	h�ٌ�A��l�I�;�b��^t�؁��`	^dz�ޏbS�A_޷��(�'+��1��Io����]�\���d[��̚ak;���i��[#M�>��g�͔
��6-U��=7)���@��[�V\�{�_^�Kk�{���I�F�?��oZ��B"���������d��t )�shl{DR\8"�������]�d~m>j�b�I�Ƕ���yY���5���Ӫ�4�=�H���,V�i�+g#���zE{���v�V��~u9�������DQ>s�
��g���y��n��x}�+̑6�W8����Gv;�G,���7�Ŏ�9�),�G�Ɨ��R�Y�E��N�v�2�y��e�?����"F<1L��~>�.A�ᾡ�����=|�mlS��FPK������
PK)�R/Definitions/resource-Globalcompute-template.yml��o�6���+x�z��v���%m�CӡXz�"�l�������%�R��L�"����}=�e�atá��BUf�m�bM��2��%l���l�]�`)����՞jA+����ÚЛ߲�bI~}{�,�kB���|`�by�X.�U���o�"/�b��j�J�|�!ɳ�'�b��"�Yh\���T9�������0-j���
j
*k%[gI�B�����D�Y�)�QiQm	�5ͅ�.�I�@{������Q[�X-T��4����XM��t�X5��w���k����O��_�r�_e	�`=Yz��g~�xe�Eq��M��������5뫄T�eZ�	)��b\Bz(%f�.i;11h��q��&!:S
�:v���N2z�V�ԪK�k%{Q�֛ЪR�+wl5Jv�mg7�*�MU��a�D:H���v���t%r����Ъ칞��Vg����:V#̏����L������i�&���D�� ��k�ǟN���p���oU&4�o@��BN�;`6-ষ��Y���'�q}����֨�K����0��
P�F��[
O;����(a$�Ib҉ީ�֋
¤x���ԓ6D�N����5������&QKQ��Y!d
��%��x�~N�w��u���Mt���~�k��8W�@y�Z���,��s�l���&�neY8G]���uC����mCg`��80x�ȡS񬅅ȃ/F�N�D�+��҆N����jj���%�	�t�|4�n#pp��}\�l+d�����Nր=?�VTJ��c�ȁ�!�$r�TtS�a�+N�� &2σ�8����rL��-.2} �5q���d���9�"���T�Y�7�/��,���A�H��C�X�l<�ꋄA��)x��"�bF�k�=N��@q^���|�j<��5��l|X��ПY���n�-\�Pt��o�DL.�A5N�p�\���w< w�}�Y�8_47����9�^��o���j�_��>���{W=���P����0�0o�,�>*$�PK"�n�=KPK)�R(Definitions/resource-Extcp2-template.yml�R���0��s궇D�%���P�ò��^�*r�	Xu�t���k'!�
	Yy̼7VβK��Z��d�#�RFT����*�M��B�
fY:��H0e��/��{,�b%K�`���Y��1��r�:q���(�`��e0O�,`q��8r����aQ:�b���m�[_[��$j��;"<���`��B�A�j�,�� �s���m�H�ܺj'��t�zy>u�{rf���gTN�f��
oоh�	k�*kOhtC��*4��y����7��+�+Jt3�0
#�{)��W�']��4U�������ɚt�r���B�6-�+�H���e$�`�sV�\H�Xr��RB��+8�z���@��:��k-����0����ުn�V�͆
5B]������ba���4�J׫��|��?�:+Up�u��������|�Y%�4	u����<����t��4�
*~�@��{����߬֫;1)��3���,���]���n�o���j��-��&õ�׸�����?�H���E
%�'PKu���PK)�R/Definitions/resource-Globalnetwork-template.yml�UMo�@��+�V�- �󖊨�Ԓ(	�T�5^��z��]��;��` RҨpYf޾�y�l�q㔖RK/�v���|�r2��[�T܋{��<��q��z�V�����l
���PD�a@��2���(H�q��}�!
�D�o��>���"
�hM�q/����7�q�$�1�)|S&A5'�l�o��䄕�����ܒ#� ���Pf%*��%pd7R}�@O+c�\�4YY���%|�8oQx�s����H��N�v~u�K	?���I:.���}N��'�&%5/������s�ݴ��+�XJ�4U �f���n�Z�2���=��t���V�X˼�m%�ʚ���#M:7J����XA���yQ�
X�'4v���#L��;	Í
kQ����wj┗��4^Z�5>?o���l�����26*�L���9������?���Na����n��_=usŹ���Ղ�f��i�#�����@݃�b��v1�]���
*���
���}���|*[�'�H�WUx]�aT��_�X(�
�����sm�q|F�7�Tom�;o5Zk��^[��v_�����������m^�q�UH����~�����o�(�
o��kʰ�u�LJ���}
������PK��֒�PK)�R)Definitions/resource-Network-template.yml�TMo�0��W��
�g��Ʒ
�]:K/�`��
�%O�S�ߏ��7�ir��{|)��z���B�5>ۓ�H!��We�);`��Y6��Pb�t���B��ۛ0N�+\͢!F�e2�r���<^��I�^�I�Q��z]̗��,�y-֒��gQ�\/�U�P�*#��ff��k�ZN����6��˼��iWr~mI3%/:[�ץ�&�yb�W���#�VV]�T��tځr��P�]�����
�Āg�e{����Y�w/n4]^��˛�"��sd�� ��d��|��nn�����Y7:������?PKE�E-��(7����E-<��ڔ�'�ui�̞�l�j���Qo[�u��d塱Ӯ)1I���ۄ�;ϳn�����9��Ҋ��]�d�����J꒩��_��ia2�[�]3�1.
�����IS�h�Ynd�M����Ǽ��������k�o�iYΕ��z&U�2�j4����c
J���uJ���Ӄ����K�"�f��mPC�ScĖP��6`1H�W�ҒPC�}���h�5��CȌ8�0��M��=�z{}1�z������\�{���&������|9�uQ
@<5�@VQF�el�ZX��οo��M7@"�-�q�i�e6�LOj����2X��d82���-�����q�HqP�
�y��{��t�h�Mp��(���ho?��uu��o�P*C�1^�MD��]*d�Q�Ɨn2�p���e3(Z��!lZ��&�v����f:��=�ef�,�T���in��-�>�U����Ŏ�G�������`>C�E���2���~�kTR�g�v��oq����:���{��KF&P�#u��'nf*%h�JDX�q�ڴ��
�:q�
u������O>^]<�77������X�]I��Ec\фt�G��CzÈ��Qq�)�B�l�q�$�����:2lW�8�U��W³]m))*���mܿX�_�����3�F]ٵ��tY� ��TN3Pe�|�T�Y8PKh.��PK)�R&Definitions/resource-Port-template.yml�SMo�0��W����n�6�m��0`K���ՠ%&*K�$�ȿ���m�=�ȏ��O"��K�*�����{r��6�UYi�X�<ɓYI%�f���)4a��y�A*/R�H�j���E�b��BD��4�2Y.b!9�#KZ���,�.�����"J�Fgg�2^&�b��`���2��.��$/��Bk�*G�L����N	���* 
��Yw��rJ0���2�����ٖ���?d�uܭ������9��	?�&�\.�������
緕��uY�}�2����l�{~��[�Y��Rs��S{�1����
���S�祈4���	w��;g�)�C�pe��JXOAcl�tǬ������;��tm�7��)H�ޞd�u��&�kCO������ȝޝw��QJ�xD�9��)�;����ʑ�`��Ӑ�%�Z�S�L��ja-���l�;4;�y?�k�]���uܺwn�S�w��;j�՝X���)FP(#�ĩ��v���Q+�Q�6뫻�����W�0��d��q��bXh�<�ϐ9]�q���k����X�ŕ>h�Im,�PK*�vV\ePK)�RDDefinitions/resource-Vfwa17be5e1329dComputeNodesHeatVsn-template.yml��Mo� ���+��	km��[ԪU͡U�j
0� a�����G�u��7��3//�.Hhv�ꨝ
�>Тaq)����M���c�c�N�5�����s�RE~�r�����WU��KD�+,���k�k���R<;��]��,�M�S	ԢjE��v�~=����<�U"]?����!&S��ӧ�z���'��1�0Hg�����'��m��.k	�����В�0���у��{n�/h��
ê�OyZp�C�sYT\�A�#�A��1MN�w����<��@�y<�Ɲ��9p�����N��:����s��0�[]�B�u��������v쮰�W��=�*[ypF�7[�jֺ�ν����Ͷ:M�@!��'�W�L�L޾�2�࡬{*J{B�v��Ϳ��5[7A�=�$ی����PK��m�cPK)�R=Definitions/resource-VfwA17be5e1329dNodesVfwcvfc-template.yml�]Y���~�_���~PET�o��{"f{;�r�_��>��; �@���ulm��4(S��T*?]�abc�!�x���@��q��٫�;E>1���7W���DR��__i�<���A����_��-vl��	�W��Ί c�XH�x�.�x��b���׫�n�
Zv.җ@a��t��l`]�K(���>�Kë�E�d�6냃��!���}�ypm(ٱ���7!��I����9����T��GÉ�$�e�@��X�?�������)9�����أu$g�z��J��)<�I�c�� ���1���f�Eض�H�o
d��j��B|����j�|�z�+H�ߞO���]�!�8M��Pְ�Z@�\��:�O>��֡ma
Ї�{G��|07[���(g^q�ELY�EQ��g�T��x��g7��<+�� Ӝo�T�q)W�(���R��&�����}ALio))<�)eJ�����fݷ��apF�r/�S��ܚ<����,�ם��w]T�)-Ļ��RxJ���	�@�����ގ�Bʆ�6��3˭wOpJM(2���䔙��	t�ZX�m����"�`�:�^�ث���dE{�|�8��h��Jx|6/O����B������9��0%6�83��(of�f�s�q@��0�YP_���%i� &�={1q` �ϤxH�4~6������B��EA���_�QhQԴ���|[T�>I�cp�	ۀ0�QS����K��z��B��$a�=*,�I�
:�U��F��m��%Sυ!����Z�����|ޑT�5�	a��g�_���&����kS�A��fu�G:��Η�k�[�ی�d_�!VkA�-��'���CsL[3�y�~�zO�oJ�� �EL^��i埢�44py6)��槗@�1�8��|���\��3w�ɻ�d�>h�$��FC� c�I[3k
dSI�gj����3����bE�ٽ>���^t3!3N�q �� �}?|���q`dH�{��yY��u�A�jJ�C!a�T�3��ٱ��8�'��Qɨ3��>�}�1�T݊�'�')l�ti��y��'�t>iA�H���t�}��鈾������>E-�Y�`����ܽ��p0ķ��2��#X�{��n�ֺ���o�Բ�����M=9H~B܊�$-�3���
H��;��쯖����`�!8�����J����8�I�I-a�a|��+��7�j�����=�����[J@��2=���§|B��t��Q��M<_/�.��������A����I7A���H������	�������:�\8�ӕ3Nd-��8�]���i�N�����9��)C��*Y��9���O���1��qz�%Z}��2ˤ]f��z�w"��:$���?��kϲN4��3�5�������w�(����lj�Ād
s͂�٤���["�NnL�/a�˰�JB�t*�@VV��eͅ-֋��sA�T_k_�q���m����
Y��m��vi,�îZ��Iİ�n��$�#l���m��f����>'ix�~ϐzN�r���� b��
�N�%ZZ��r�Zm��-��3�}�/ߺ�ipc��vO������頴l���[d�|��c��������P��!W��SÀ�*xX�����o�ό�M-�ݾ������	���P����=:ˍ�dskK^�@D�j[J!l+��ߑ�����yo�_�Y�F�qU�D�F��&��!����=DRݞ!�e��@��3���F�k����*5��5��6XTf㣝�Mn��m:o�SiV��$o͏mMɨ����#���l���tZQ����&��v��;$�P�59ɡJ�5�*���
��gԓ���Ay�,ȧ�1#dGm��H���Y-����_�ko�NwG<^5J3����x��`a=À��i�)1��/jg��ᯣ���4�I��{��l~���Ù�fy��.�2��U�ZN'�č��ܰɽ��4�+fN���(��,�"!�Vl��p��8%�)������Zv���:w�
���q�4m4��L"�8SYƜ��,mM�Τ����4�=P��ה6�O�d�EGpj�'C9�� 5L׿q��;S%���9δ2�@!��IC2�92wͫ!뀤3iH��n1�y!@�\5m�Z�J�6�������6F��> ��f�=2v�c,7���%���No:In,�	�(��g��_��
�
���Hn�kdv��"�Q�:��;^0ܨov�����o��R��<��^(��R�i��9�#�N�/L|KI��=�g��6�8*�b/ԥ.�G
�<���G�^\�$��D��9l-}��{�F�a�C֚���rg���
�c�a�V"K�"��m�a�w��[��2�elw]g�2��K0PQ��FG�������;b,�L��4uҩ���
SP�	�y�`D��g�ۣ�D��no��w8�ʷnr��.����'H�x��{���.���ޕQy$�HALRݳ�R@~���1�_>����ϿT)c����z!�O\C7}�1)�c�`� ���Z����g��/?>|1o>�V.P���˕��
4�m���#���h����"h)�����l�SF�wڵ���K��T���ʦ��T�;83�,�G�h�y֨ky����s$j,딬���Cv4?&ImxW�Yȋ[%]���Ƀ��xTߎΊ
�HX�6���k���F������LQOh'�=#�4�� 
T,t��<���NW��^^P��"�*�j�F+;5ȞC�U���1LJGyX�k�j��X\]�OC�CT��t����}��/�\��X���/'�r:��8\����h�GPj	����B//��A�;{ˌ�b_2'�^֥�X\���y��Fg5V@�J5�;�n1�]�\�D��Db��,��9���fV:�{��+�#�ĸ�9,��gU�
T��Q哓���Q���Ɯ�7O8���X��G(����՜Q���N�3^��D���w�ed�y'���g���n��9T[[@<�&���{�n!.�.lL�hՍVk�4�¶�%8L2���U�W���.}@f����ݩe�aҀ:"��i=�g�4����GsybU�=y���C lʵ$��Iܭԣ�d.č}��QoQg�ѳ����
�GL��t����2�( �6�OB��w�4��V����4
c}[��|��	�-�.��9|�H���G���a��RB1Wy����
g5ǥ�r]�ź/�=zR]�|�$����*�����3	����^$.�-g�W���Tea�شY:0�Wk5B���!n̉v-�u뒣��,Z’_���
|%Ki-��t���r��I����G�"�Xy���gP�ykz�З��l���ʙ��/7xt��}kp�A��H���<��+N�2C|7�\۵�x0^8ʩM�p�"^+��Bc]p�]�㽝My�jQ���f�T<�'�q�c���<����I���)���nj�kb�S8�2�d
�$���9|�o照��Ta�]6�
��g�Zg���%
�M�sW�K�-0��%/��� 1�T�:��\��u�x!�.�K��u�������3�Ue#O��>d)��[֧���A�u�?�j�x��>(О��B�w"O|�Z�5����#����!�n��KtQ���aC9�t�I%k�k��E�Z��2G/e[V?k)G�;/}�S��;��}�$��L����C���TpV]>��	�8�?��1%�o�޵%G�	����~��
�'���yY:Ygpf\��sB^����x��!��-��R�� K��%O��|�N��\��w�%�\�K�eU�T��?�ӈ��8xp�����g�϶!ч�d!�a�_�!�wH���Y�i}0��u����*���v��/ddŰ���y�,C���!�e��]_	�<�͐{";�%ѕ>� =��g�j^u
�=��}���x���>��`Е/�]�$�c�SC�CC���"�w
u}3��x��V��W�PKڟX���PK)�RGDefinitions/resource-VfwA17be5e1329dNodesVfwcvfc-template-interface.yml�]�s�8߿���{j2WWW��Lf�*U;���n^��(d[�8I8����,0N�Y����?�[-!$!
"�&�H¨v��q�I}I�$�q�GI\W?���Kq��;�����$��y��Ob�!��>mvP����hEb�٥�^t�8F��-I}��βf���������!˶���ɜn�W�YwT����o|�b�C��>ǂe<��n���盫��?��?>�;
UZ	�Q(?r�������d��`�Yr�E�u���[}oʡ/?(Z�d��AF��ġ�)��$t���V(4S,����<%�!�&����#@
�pՌ���@�[����%��$H�bD�{��}���dC�)ڢ0��6��'r�Q0&�
F�F%@C+^(J����q	ݘL�i��A1�Vځ(<�(�e}�9dЫث]�<"�5�n�xʘ_P���L�6�:Tz�{��c��P�oi굟�{}Kmr�J�����h�Y�$X�hǸ��
�u܋�5y���R�#�$8��Q_��VLܥ���;�����%��"4�/�����vA������Z#��`�V�X
��e|���`"gId���?������D�����W?�$h���E�h�AP�h�z]	�c��(� �� E�Ϗ�ܑ��<|�U�t
b<��?'w��)���AR�I4��ю�1W�q"A/�������������B�,�h��0��ڃ�Ȼ+i���C�%�^Xow�Akì^��"g��i�1�B�aBxFk�r�a7=��uC%�Cy�/��.�$�!���L�Œ��1L*�l2��3����
�Ft$��9���Ӆ�L3�$��3C93��H2p�i��H��1�)��+�H��W�!�"���OX
_��m�mN��h,�v9	�[Lb��B��b�'�r�$D�0Π���/��A����$�D�[�Eꭰ�0J$Ey�P�}X
�W#�J����w�U������~��OU�i��|�;������T��W鵲�7W@�4�ڡq��Q=R�A�^��\��O�RE���߶E�AK�r���AߜK|�Ln��{��T��sA� �i	������	��Z�qx	u�Z�&L���Ӛ6���<�>�L�N����z�\�j״�MT�U֜���X���@��4���(��񷉸R��4o�>�]j�<�5;�f��b؅c��9P
�C��K<��[Nô�l�؟2�` ?~����Vw4�F��ә$wP]���ި�{}_��ɏ��ց�(�X����śE��-vGS����x��}�k.��8�/=�N�Hw~���iXc�^����E��5��Hm`{��sI����]?�i��W�*��(�:/za�X�C)�u�CsW@��}�aⷌJD����?7_�{`k	���3�h]%�ʒ L3qmJ{�{Ӓ��O� �3�7Q�����>ig�Z�
�p�n�q �'c���H�0����&)�4l�kӜ>s"q��Y�S� j��Q�{����n-P*�
:Ԭb�o0dE�y��]��8�a�+���K):Ηy��T�H���U&�~�6�����궛Q���	���&�-౽SO���<ӧ����3�@�¸��g�Ȅ^�v�����'��XQ��BS˶c"��5'�S�D1�
���X"��ѱP��b���b�&�D��mG�~O���8`����mǂ2C�ΓtH�	�~m�A͇9(L�Lڎ�"���83e�ِc:j��3��,ӝ�1C���#?vj��� �z����NUuK�ߏ���R��n�2Sұ�	ˁa���	۽G�`�7�N(lQ�4R/�}�뗢�A]{ga]P���"�?����;�*��ǂW�����v2����!KO.@ϲ�d;*��H猓�N���7��KI��b'p�K�:䙭�h�Toa���;c���8���*bKҲ[�M���p�+��waꇐpX°tQ�,IL�O_���
56(���~����$��Q�V��=W���BB�ѡ�S�ox�����L==�,�!`N+��PK���d�
�PK)�R.Definitions/resource-Extneutroncp-template.yml�VKs7��W�Դm�hko��t4��Jb����p���	�ܐ\ٚL�{A�C+ى�i::h����N[Β�B	'������\PY��-�e2H9:�1���6�����l�՘]��ao��ǽ�ǃA/��F�����U�j|�t�2�U:�.�1��8�7=�^{���j<
3FƊ�>�9��hu� a��Q��n�0�����RȽZ()�n[ 0)A�5�^�i#6K�s���1��9\i���OTd�If�t'��{���H�Q9Kz�V����L�n��z�S��3�'�H�bD}�=f��3�:C9/��۫W�~m��/z�He}��B�� ���$����˞��z�
�
IE�7��kS��.�E�g����WF��V��VZ
~���&L)�*�]��8��&�
�YE��2q�Q�ˆ�fu�R��j�%����Á
?�f���f�~�Pa��4�mT,��5ʆ���D�J�@��lE}
��י��?8��1P��"o����R
K&-^4�7�c"����z�4����b	��U�$0a{N(_?��u���sŨ��s���
8N�4�M?;X����º�1M�,�N&�����l�#��T�H���!�u��	�*�3���5�l����vDkd.�M*DT;H��(��F	���2����b)SK������m�,1��N�i#�R��u���œ/ûyr�Q�
1��>���̐�@����^���я�<�I�<�y��R 'd*E�Sg���J%�Z�|��D3XH��
|��m�&�w�g�YTL�Y�G_.bk�UhF'��+"7MTj����G����v�����I���N�� �[��3�O4��9�h}P�-�.-��H	��8�;zV4��o��9d����L*��/�f��p��B%D�IY�@FgJ<��ý:i��p?��r�td�GE1�pi:�X��w�����o�j��^��?���o�C���=
'�qk�9u�AűS�:������ʹ�Q*E�T-[?����>XLǑ5��-���c��������X����-��^Lȇa��~2�\�3E{h�:��L��2���PKk�M�
PK)�R=Definitions/resource-VfwA17be5e1329dNodesVpgcvfc-template.yml�ێ۸�=_���}�ửyKg3��d0I�@_��v�AftV�AѦM_�{z̒8�}����E�r����ۇ�
��J��������x�TF�A	��Ւڄ��aX!�g�3&~��1z[@�r����T���B�NR��u���WI�Gd�|�x�0���
�|���jY��^��i��Xi*��;q��!	N0�ɟN��f?�仓�a�w����Ѯ|�����z���#������Di�>�
�!q��c���PB��0��+2n�qԡ��0�"�`o�1:$qF	���T��|O�j��0H3�\, �W'%�t�+�
6Nv��Ξ���v��Rv��G���%���ʭZ��$�l�B
���ٱ8�w���*�Dp���H�Ҋ����=�?ħ8q�hn��"���j�w4��-3�<�1ak��|_~���.�(���_�:d���� {u�����;�7âA@h�0p�Y�#+	"��8'˴~L�c���m����֡v�k����'��
,��^�Y��eM�p?�r�����jс%{���bO|���+�qN������`�3'û���o_l\�� ����#:� �v�����'��B`�D�p:U�`�G��x�_�/2����9~��qv��}�}��A����K0˯�w�z=C�NsL�����A�
Bz���w�����[`nV��:�������W>�x��d�x�cD�O�f5��s��^i*��Va�>0$V�Ċ}+{R����Ǫ2+��%��zQ{8����Z��>�`�[Q~JŸz��FKa���\���C��w��z}
�c�����Ƨ :�I���ʱ�z^ΐ�S��M����	9LN�	6_B�3�N�jk�M1E׶�Ҟ͐;����^�W��tk��]~bӭk{��� � ���1q��b1�p
B�i�?�#�����t�r�f���r��"w�S���:���ݐ�.�U�⯨�I&�R����z��/_���g1�l��-��8�8{-�}h�>d�I�o�c���NV�	ղ2e�އ��wkg���=X��J�S��f ��7](F�+h�P�M��W�l����eߐ]��{�F�R��V�MX�jaB���Q�0F��=DZ�)��c�����|Y���NJ�߾~n� ?�4�kE�l���)��
N]��L�������o�ljD����@�;�l+�*z�̸��F�=� $���u�*9�0!ʁ7�T��� � �j�T����F!�;L0�b0�,���(�-�|ͽe!���7�т{�R��>L�|�Y�hD{�'s�9�<�������vvq�$:�$-�eDJb����&�BxM)4��9�}�$1�QϥK��aJ��oձ��;+b�Z��QJ, �ǕT?�=���\�Y_��[jV��lZN>���jp�`������kϝ��r	����md�[��͒������i�j�sϟ�[�uYk�a���͖���_4i�dW�X.��_!3x<#/WQ�_{��|K��ޮF��H�߹�3rǔ�hA(�9���>~=�'�[����o����4��od����He5��T�h�P$b�G����i*�"�^a�Ŧ���߿}��[��vT_k��pV���в�ɁU�R�!n���?:_�?>�tn���#�N�|P߰���O�ꜚ�h�Χ��������1c�;]�_>��".O� ��{M����-`)=d,Q�)5zeIX/Oa����.͌���'��rdX���WcF����i@?iuz�����j���e��i7���@D:�u���6,��{:�2y��������ԓ�'��vd�8��ښ�1"^�W�fV�kg�*��pՈ*8�'����t_�l_�b�9>�2L��偃�b"��t=��T>���f��ڔkBQ�U.ԲTT)|��cb�q��S�)_�32웥��\�Z��"���5�:�Ph�*U%�B���+"�z5-��ѩOV%��ǧI�.����ʦ�tROΩ�+�e�E����@A�b����2�l�r�%7�/��r?����a>CWK��}p��)q�4��ى��|��H"?i��]�ƓQ�����d�Y��}�
s�7J�M�6(�����%g����ޝy���J|{f��)�����+�������LQ�C:["�����M\�V_�P��Jz���f �m�s�V�ζ�o�R5e�@��v�;{a�m�G;�%�����1�^'�߫��>�&��P�n�RG�N������U��uˈ�Ո�A��G�7�\�L�]P�_���:��t��tt7
�Cr%zA���Ww�w��O�#�=��M|ϕ�#�N*�'�=�U�8��R�!I�����ٽ��
�/��Fz��܏�5X��/�0���{H�w�"�Y�����"��YFUis��bv�֨�|�M���3�
�7P�1�Tt�T�㌺�Bz�+�~|��nU����70�
��;Y���W*�RE��Ru���Ԯw.����X�n����sD����w�{z'�OK�����eT-Gѓ�q�͞���P4�.fTg��L$<��t�3���]�}��f;饖H|�����AÛwt��Gǰ���?U4�3F��7���0q곿q]~��Rum�Xѝ��%�C�A��Z������|�jHt\��rE$>>C��ӷ7�PKb!:���kPK)�RGDefinitions/resource-VfwA17be5e1329dNodesVpgcvfc-template-interface.yml�]_o��O��kV�lQ�[6{,p�.6wy)
��i��TI���wHI6%S��H2�c��g~3��Iq�Q2'ʨ���dM����2�$��$���Mr��˅��?�����߂��,�7Y
�H!�ɛta���h
�6���UUARdx[ѼQ�񠪼�h�*K��9O)nuY�UUc\�t�ZV����lG��2�9a�,��������?�n�1#'7���9�eh&�@X�~��[�˲�9tM��B�춋z����{�6PW�%��h'��<Ɂ4R$1��F�.^�a�U�(�#���>e�m� �)� s�(HU,_(��R%�I���FJ	�lA��0���P�����s��@�$��P����p�
���U�S�=��JuxdQ��&�xE2�k_Sh�e����h�%�n�"���n�-p�P��Z�&K*�x���t�%�G���DbAs��L"b��nկ�d��5�����W�\�	�;�6dID�\�f\�`����{��c����tɜu��M�X���MbO
C����˒D�)�y����y��C�8r�es�QZ����~�盟�B��SyB��{�FQ����Iƹ"HŲ����B�d�d�����z�QY��@��i����F|`>�qjЩ��5������D���5kf*E3$�<��^6��l
�S~l�]��*AkDS��)������]J]��]��<�c��Ot�d�E��Ƞ8(1�z��2S���]�ض��B6S�z�`��3x�*� Vم��n̏�%
�M#�&S����~Qh_Ny�@͈BZ��v�E�(nfwGPhKю{����-��л��/�TdHE|�����qYT�e��Њfd��#�f�5����� k�fE�"����4�h�eN\�W�X�DF
% D�lğ5_�^��9���Z$Gx�7�9q�b�����	9"]٤Pɶ#�)�������v�q���9�)��9�O���	���?o^z�l��ٝ����x�/� h�6��d�,�%�ƪ=�����Д��.�ܙ��2?U+�@�8-�
�G�Cd��F�ðeU[�C�H�qF�QE���-�vo{�B1A�J}�X������O�|ږA@A�I��^-�G��������%w��L0jI�Qɩ�=����/%�����G�mU���6U��
��6�Q!����Í��o�ࡦyLI�GU�84;9Ks+�Q�u�\��$z/�����\��Vb
H�\_C���~���CQ��m'd��Ҕ�rW'��Q\�N�����D\ 0��M��RU�����Z�IŻ4�ZB�ڍl��6��07����`�vN���5��z52`a'閶�AJ!��Y�6n:���w[��(k���n����IO37��!�"�d�2ٶ�=��A
B��� 0
��@שC��o0���	P��`��<�����l}�!���Q`��;��;a�����&Os=F�^��#�B���%�ӥ
�ԑ%�2U>�;6JV�s"U��H�hJ�cL�S�0�\9n]\x����D���
8g�փ���ֆ�Z�5.\���i�0E�2E����v����3�0n ]I�J0ь����T�VC�c�_|b�*��Lk��pa��T^�{��Q	�l��l�﨨	"霸��1�q�Z�c�@7��sT����8���r�
P��F�� ��q����33ߛ�/E~�|gY����mrE�]&�OfD�+s���g$'%��7ؔ���A�.{��b7��q�p.���G�1J	�i�H��;���c�#0��T�t�K�D��PK�
h�	��PK)�RDDefinitions/resource-Vfwa17be5e1329dComputeNodesHeatVfw-template.yml��Ko�0���+�����0�F��h�2[tm.K`#�Ϳ��vH�v�|����`����V�5���yz�XX,�����}W'ur�1@�c�L�4�����bY"�L�9�
8��r.O��M�l?�#c��+B����pzUNa	�ls8z�ҷt���p�˳��W�n��DhE���A��@�z;:�4�uCQ��9�8(���)�O���S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK)�RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK)�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK)�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK)�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK)�RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK)�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK)�RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����E-�̍}q�\.��.��v������[�e[��>M?̀�G*�J巊$���Vaa��.�r��3)؟�p�F�������}�~M�"���1Y҂N��~�Y��_��w��tF0d ?�qdЦ��eS�Ô��e��4��	����ɗ(��IF�!� w��[e����6I
�$͒4�ޅ�<�3�?�0�g#�oa��{�g@+2
p�U�c�V�%��cK�����"�h�	�p٘�������A�0��ɊF��3�i���bX�;-
�7A\�����l\�>bTb=��0-�ܯrs7=%3hF�a\B��$�:��_4�?�b���/�,\l�
dNv=��b�in��,/`�:Z�P����f�^|�~Qv1'����A�b_�T��w����-tͧ��l��3@~�}��f�h�Q�����������VY�����f���(GA�D�*��~Ld�a�A
q�{i�F�@�$JC8��/IV��R�"z!����{��q��a;�E{���A���<�pD�0/��HVI�ڈQ���u9	�փ�	��d|q8��B����ͰeJi�?%�=�C�fǿ*h����:��S4M����Oͣt�����(��Kq�L7�!_5v��J($���4�]�QV�j���N�!�˒�(Roþv��V�a^o��c�	�<�{��6�jhx���YX���-�q��4tZ��-L���A��x�"z=8?��q�Q�	`�V�2X�m��R��U����ݪ̐I;jo��^bx�aS#P�`aI��A�tws|{~q|vz:2� �}zv��;�M����  ��Dպ�D��qAY�O����'SW�S+�Z�	����7A��|L�N�g��n�O-���yxCN��\��E�p�V:Z*yz�Z�;mG�H��'H�ކ>{���o?'�����Q���ۉ�
�΃4z0���6�C�>l~�h��4��;���v�����dr%�iO4���_C�y�A=
�o���&����K�1L	 K��|$�GB��"�|	-��b��D�"���|��-XZ���/��Ͼ4����_�5�.�klӰ���U�t*)[0���b���+�L;�>tC��(��Y���
�D�V�
��tX3�m$|�-\��D����������"a&L�g�[�Fv'�q�1���A�0��C�6e�Nf��KbA� Үڅ�WZ⫝j��ܐKz|Z��آ����8���N����O3�m�n?�K�2�լ��V�ջ�d�0m����vYev�h�kʁ6�����6�qf3�i��/�9�ţ�@-H*^�g[2DC�eS9�g��[�w�+s��ɇaB���J��\���
~K9[�2��爄�`B�a�'����Ǐ�6PY�i�`�:��tw�c�l��H��zq�悌|���B��_A@��AO:�<�@y�uc���!�d	l?h�q�� �?=�E�Ӏ8��\�+��߸�X��������ʭ�5��
HDAǀ�����Nȿ29S(V��'0@�L1Q�3ف
�����.�~yv&�OR��	�Ţ���p�_����s��oW7_N�l��I�iV���D�B�a)��6M~����!��Q��˳�����eϧu�e���b��_��0^P���L\0 �Ë?��!���S;�Cd`Gb/J4�Ac��rY칟(C���(��q%���p���G���t+ʳm���K�4�Y��d�N�-)w�]��Y�M�,X�-PI��AX�R63�ġ;s��]t�|�
��{�U��&��#!�V�Be���Za��1v�ц��{0�a#��b:��^�
l�&�	�Hw[�Nɥ@[R�}���q�Zr'�_�`��o�L�Ov(9Z�擋��,(�(��J-9s�N�Z�<�"�A�d�E/
�y���z��+����)V׵���pu:�S�c萻��Q�L�ר�]Dt�d��:�h�i��n�c�϶��%�h;��8�e�2��i�(>f�£uw6%S�}��v�>X�<�D�*�~:o�з�d(�V̘.�p�
/z$��ܗQ�>"�
V���R��y�����`�8!A�>�`2�ym�����-�'����
�ڸ��44sK}�,EY�v�u�=�C�����O�IlRTL�wjS�\y��J�U��\��Mf����iy�)��td�4��!��om0�A�@[�.L_km�i����&[��\S_�	���1&/�@�4I���&Z3h)�v��
�SrԮR�.��R��-�h��p`�
�)�,9�
`�� �A. &A�R���[i�N��*��7�a�N��B�wl�",��!�Is����� �ͤt&�O��
!0��.a_��]�m�!G��fUns�Ρ
�=�L���;�^�)OX�W��*������}��s#Ѝb�x��.ܸ�,q�JQe��Y g84WL�p�Dc=c��λŔ��-�����P\����`�'PW������&P�HǴx���B$��P�GW;�+i�
�@�^i�@�Lv�58��m
��C�U,r�i0�)��1d]���m��^'O�4��Uռ$�7��d�UHz����<�]�����?+��Lq'dz������,���n��D�RZ-�^������VL�y툾�8r/ő������f�Du����);h��,�)Jb��:cUq��kˊ�����^�8!�NA��rrG��2-�1hŦ��p����2<��|k҅Q�9�j��Ԑ�-.�f|���*�Lp����1h����k@�UD
��Ρ`�����˜�G�����	۳�m�J�/�������	��2U0b��,��
��]yT��e��S4�
�U|�J�o���{r�Q4mt,3��ۋs���I�t�l�K��V�vδrYm+���ue&B�˼�$�:KDŽL��
o�!K�5��!
�@��B3��;J������c�^>�J�h9@x�˄����C���J��A����8���Ib�L�a#vl������H���x���'QH�'��܎� ����+�.�y>�=�,d;���������抺�9����Ր��[�l����`pm�֠���pETqo���6 ������tl�M����7F�0֧�<�
��]�:��֩!���vC���
'��%��z	���^���+^lb�o�i�w\?���_�a��(Y��@D�siԟ�YR����w�o��t"YF���O{��6)k��F+��C��{'���r*�Y>�[�ľ�J�|L0l\M=\3��%%j��k#�pv9��4d�R��dna!-c��=�O#&���U#�J�Q^��`������� ��B|39ǵ��a�o|K4������f��.�*p�م���bL�<�l%�RԬ�`�c����=�����앴�P^#cD���2�a�/�,
^5�|X�xD>��#2�L�H�a���^����g�r�ܓ÷\WA�4�4U�
L�h��#�����)A6�6�q��#ΎBӒ��8r��� 2�S��W�!���;�9Qa����8�����Xu�c�ۂ�3�^k��&��+a��c	��|�$+�d┘�P@�ˣ��A�ի@/�/-�aJ7L}���������
8J�R����X#Q�����+@�v�
���wo��/����k/�}��j5eث��:0�G�B8~�~����n�
�fFY�p�*��
�b���P��?W�'�Ub������6nP9�"qH�df(;�b�����*U�ugR8o��9��W8�_��y8�X��U�����AZ8Q�ѿ�>3���*�E!�y����ZW+󍴀x	Z~���ϒ��CF.Ϥ��W\
��`v���h��g��W�P�<�,SB�`+)���U����ˆq��kn���
,���
����œ�0z��û�d�Y���hi��@˦Y͈�Ѡ�V51��:�����R=�e�;��B���Ia_*�,_�g��ud�0�3�D���$9��`a��ڄ3I�6\�d��z���$T�+�3<��}��<�>l��;*�)�淩&��)������鏕����v̨�Y�Dj/��6�x:����\@�F���8��UϢs�X�g��)�@Q�*�o �@~�	qۘg'^�PǗO#�c�	�9<���߾H�0�K/��}��Ι�8�;���>�؇P���4Yz��^��j�uuD������f΂�
��
�u�Ɂ�v	Bq�u<�e�v"ۓo��X�3�S�@��BL&��A��7	�@XM�Y�8���B�DS��(0—n,h�2����"�eE$��o˜v�26s�EY���UEQ��K��,S�j| ��)B�X"g���L����B˴��c�WV�Z�u�9���oÉK#����1��s��,J]I���b�֝�>�T�l�A�-��o	9e��v@�#�@&'��=�bt�#:m��=ږ͞�7pu�M�bA,�s>���0�.�H
�EfJ�����`C���	�E����$�O��@I�.���Ǜ��*&�/�6�Xk#
��v��(2t���0o�����m(�V(O�ڛ�Nc��d���H�!RqY,�2+<̫�^�E}	%Zq����c!��%�8�,�a��5�k�v�}�>9�i�)��RA�=	)�6`S6�
��(-��'��s� ���K펩��E����ןu�C{'t��`�1���x��ާ���yƇ�b�xlDb�¨�
��*���ܷ[�r��jXV��vet�;��a*�SߕU��J'��4��N})�6��	[,���|ǭB����h��w���,&$���q�|v�����^f]&��P%�����n�,����dihТ�j�\�������d��Ӓ���;Ww�v��mpWe����]9��D/�����G8)���p*a5���+���K�lYU���|u���*Ձ�q?�UkI�д]���<���a��*��i�"��)�<^b�i$�=�=�oY	=�}S��z��{���O"�a��
�{�b�7�q�!Z)>��ŕg�j�- ԁ���5*Cǥ2��T�Đn3��t�R�o�,��>���{|E���!
�՛|���#[|�]^EV����H�<ε�>K�$)kˣa��Uh'q7�P�q퍣j"��"�5�`L�q��l�0�t�n*��&�z��ϲ"�:�Xe�zb]7�/1T���Yi�g��e�i:L�+�+�3=���
J��G���q��7�� �N��ή��\�(�R���t�/TՓ%�&W���
����t�g���ڧd�=�}
�ݿ5?�{]�˃�29~
K�H�4�Y�0�.7�?�)_Ȍ�๐\��Ӫv�\�`_x�U2��8�Cf�$�����26�E�r%U��Q����D��yu�P�m�
�U�9;a2�͢.���8M���G4�f�*��nD���y��y��SaB�������x2��_H�,B��f,�R�\����(;���
�ح�O�O�l�X�<30b�`��=ÒO��"��,V����ˏl�k�M�)�!"ʣ�8�d�K3���G�>��Eؿ��K� TO����E�BOY�v��MT��{�Ǻ��8�����⠌`8��?��џ>�G���f0Ǯ��/��ƾ;Yw�n�n�H�u�Z�Z��@n�C�.���@DP�89�h�q�w'A���^�j�-k����\9�g���6P�KR`����aҫ��μ�hڹ(۠�<|�6kȋVx�f�lx����V{�o��vQ��֏fTD�'Z������5�h�o���Ο�~�����2S%��Oс+�u�������������5�i��X��^*mwJ��?�Qź,R�����^�Y�9�]N�,0�@$/�V�D���!�QC����e.�s�t&q�1�Qx3@u�
�AT��(�K��U���+3�Uև�r�5�
��X��V^=D���bzg]�|4�]�zu9�&�f<2ٵ:c���@	΄,k�Rļ=F�q����e�#z��XF[� }8L���I����]�2���ֽd����k,��&<�e5T:�R�eYr�M���Lr��!Ȃ���t.-�Bo��ŶpEV��d��v�KV�Řxu���
Òk�+МE:�R���vh��2�h�,Z��o`+�Gx0�d��Մ=7%���XK�1��s�Q�g��R�B~"�Ml�ѵf���a��7�����	�6��n�w ?%���AB��f�����o��^��8�8������H����B�pə��:��֍z��d����/c&���sA��S�,�úW>��G��ɐò$���2������$�xO�
~������/�|���t�o#c�\+�A`gA�^;���~!�^��X��#�hC�a	���jo3>a0iغ��“2�1��U䀭Ut�'�haR����$�Βs-�J#|�áp��tX�R�ΰ+���������wz/����k)����V
�B�R���wR��|���mOX�ir���Ft�K�a$�@H"���m�7P�,_�,1�;�,���m�~m�sl蹐��-�2l�a>�C�
_�A/�;P����Te�$u�$����t
cZm��x�k�+P���co"���ߛ���(�7����%�B�,nӅ-���[ꃀU�,+��;��������r�}���_h.�.�_~�k�W����[<�uz���$N6�6?��9�$�n�|�͍l�I=���|��xɋ�"�}��%�U��1�nLY�a&���
2t�	���H�ź�ٗ4�N��@e�l�k�ƣN���ZYX�����ߏϦ����S��!#+CNg5��C��`#���Ւ�
gMT'~np�	�G��8~V}v׃�u9/*t_&��EQ�(���~Mj)��b��TX%UY�\����[K��I�q�ϣ�_�7�E�Pܨ'��A�Lv�.G�A��s�]����1�H��gb¯Q�.�
����\�&����0R��1���U�b%1�r���Z�5��,�T�ѩ�<������K3���Qt���x��̾p�Ȃ'�:
�Ce)�"a�Zi�2E�=��/$T�#�u>�Z!��Q�
Fg�c�4z �RB�XV��ꈓ���:Pꪞ�&�W�IN��n��7|���`7��[�IN��Mr�7�ɏx�������G�I~:+IG\�,^��X5��0�khh����0L�ذ����S����:5e�Yi`��fق�D��D��&����l�uJ�n�*����ӝx���+�)��]��l���\h-+,?�l�R��Q[eIH}/��M2���D�36k~���PK�j��-�YPK)�RCArtifacts/Informational/OTHER/VSP_vFW-a17be5e1-329d_Information.txt�WAo�0>o���M�@BH�jj�h�
�JK���VC��N:����PB�=M�)����{��"���Z.��f���2�M|�7�b������Ad� �AR�2�x�
H#.��z�P&x�Se���!52D�nτ�]��"�Ao�xLI���ިC\Lr���؆H�习0��}�����7F!�Pk�\�(?�$Mzx��\	�
�j'�9E~���u=����DC�'� �qT9��s�B3��	��T,5��[��r2�����'����L֦b���n��IV����Y���s�7Y���r��k,0U�Ϻ*�����c�L��q�G���s��LacެFڵ�1�\KZҷ�D��ng�sd�l_��3|��lem�����&�SE��V�qʡ�SƲ!�g�x�<9M�r��bg#t�J�S
��L�Z�Si-�Z�ob�b?�bv7>A�3ɹ��SS���C�������zbj]^)��1�zG����8|h�6G��zW�94��+tX��*�~�~�~�~��~����
-�7�'����PK�߿8��PK)�R'Artifacts/Deployment/HEAT/base_vfw.yaml�[�o��=�4T��^�JFi�&�a�eB贱�ν��{{v�(��;�{>ߗ�/N���1���������̞=:�����>o{g���k�'��$?\�9Rpp��a/.%<�>�Ϟ�:��蹒;�ʐ90�υ�4��8��<�b�gM��֞r7�3� /9t|6�����E`{.�h>�'Dp
?}�/�%ۀ�I�vs�����ܗ`�0���c3w�am�K�L�l��»�����m��&�2�\J�[��z�d�ۦ'-GS�H�
�X	��ux@��;��z��#CSv�l:l
��ǤG��-mwq�7�k&8���@
�"�)mm�C���/��qg��1��3�O�co�z�~;�Q�?�u�0�٠ޛ�}��
:�O��??���e��/�d�&=���1�)�f(��Ԟ�S��]�l�a᭸pQ@kX��f���ű��dR=�	�,��n����j˅���ݐ��@
6�K&�� ��UA=��/�f:�s]r&-�Q�Lrk���M>�K���/~9:��`*l_���H[zT~�q��6�^�}�:J摑�m�;ã�;c�}vF�w�Iw4��h�g�	��ym��k�^�V[.>�'r��6�A���a�iC���Ȟz�j,%��@?����3%y06�F ɏ�U�[y�Ʋ�a~�	��voqቆ|�`����CB\��$��!!�z_���\��Ҳg�+
) ���pP&i�T�#w)�S�_z(��s]�!t�!C��%t}�cS�Ֆ/��~����A4��Z�g�ƍ!�^q�+w�`!�)GRލ���q��L�m�
1<��{�FA������<g
���sP�p�4�;�b0/n�#Nk��g�~^��sj�����w>2x/�J#�|+,F(��j��-�We<�L�����s�bWZ���}�Y9S;��"���f3��I��Y�ۢ��6�� ��S����]��-��(�����L$�����N%�w9�hF¥��2�;�,lJ7o�x�J��\ހ�ߊ9!�f�N�J,ߐ�u����>w�m����x48��	ID(����,�꛹��n�sX$�Ê�͞�����-8�4���Z�rމ1ב�`ӔA�4 ���s0RK��Fl�m�#ϝ�]�T� DYT��J�y��*�Ϳ~��j,c8q�j��4Tc��Q��+�T��y�Dg�8F{����g���Z���#�~�]�x-Zbn-�Y��J)v��'��#|�%,X|6eܚz���5nՙv~��BL��w����h�ғ��ɵ��4���t-y�75��
��	i�.�[[���Pco�Z<��섫�q�B��)�e�TD4�Ɖ�t�}=G�7AO�h"����R�[Ek�m�ӰQ����h��Ҟ3���q�ْǼ����j`tQ���&=����L4�?-�p�u��Y��^g��F�'���m�a����F�ۨ�wl�]�Eo"���™��U��gD�I���KQ��	<��E�<��O@���}�)���Z/,���:��|
[n�W���֦ڱ�m�ޏκ�Vm�S{t��Ŕ�>��*�[6��$[�q�M=�v{���;6}���t�3�.�e�z��rD��,^�[�v�|��P�8Ad�,�A�B��n�����"IT�$�]�b�)�����R����ꫝPV�gN�I���ߝ|��X���n�ԗIQM>
�
�P.\樨e.8�T+�m<�h��y�]��S4e�I���:o��?�*�P��K�-��X
�3ڈ�'W8A,�j��3?"�C��35�H	�*x�>�B]�ƙ�N����u�">��t����Gܳ®
��j(���6��S���8j�A>=��y\NO�o'p��v��g]���߾}�1Qr�s�X�F0NZ��}W�uȭR}8D��dQ6��^Gu��DŽ�n�S{X�-m�;YB�;d0~�1�T7�`n1o�	�����E]�
����wZE�=%
S)�X��K��,'���)Jݠh��1�)_�{k1U������A�M�5���N]�'r���_��sf�sk�7�s�\��l����O�Rҧ�^٭�
%gl[qu
V��"�,�9��F��ٱʴ֔�ZV�]fYvr��5���Y���tr8�VJ�H�C3��rhf��M2��p�s�r�煈7�{a�3�LY����H���{��j| h��a����x$7��b��6Фpv�R��Ժ���.��p&8�/:��E(t�O��)���C|��eK��F��҃cc8�$��r$My-��hPGDŀa!�i�+�-�YX3]!l>Pd�u��WB=����E!Ty��–Q.��7�/Yd#Y!h"vd����� ��1)�Ld8��.�T3������Bp�����q
B���Pc��ﶟ"����s�3������p�z09�/_^҅���pp���KO/�;�w88>�۩�0�w�q���*kEoʜ�v��������V�)N������xq�E�v�Iᣉ�W=�1;ſ��c~��?^������f%�5��YM*�B�}A�1SS`eͣFЖ���FJ�2��S��u��͖�&ۏ��䰻[7�������T�b�m�X�ܟ��7��te��O�v���O�⠴�n��*��\�8�ˢ�'_�}��#;D���U!k�/����~���2��#�~s���"����}9�p�lը}��<�eI�S�8������yl���Pԅ2U���Y2?Դ��CM�մ�W�ް���OU��([֪w�ͥ,&<��e��/�+�[VeJ�?a	k�e�!�u�6���6����6���W�Vzqm��V���b}�;�djD��*u\+�֗׊�����Xd���Ã�I���`B�S������>{�*��?���?����_�ݠp��o�M=8K����z^�O���)+b�"H�T��{w�p�c-��P���#LTyə%6^VI���I|y��PK�T�jPK'�R�R�B4E	csar.metaPK'�R�%J��kTOSCA-Metadata/TOSCA.metaPK(�R�ݽ�� �1DDefinitions/resource-VfwA17be5e1329d-template.ymlPK)�R|��5(F�;S"Definitions/resource-VfwA17be5e1329d-template-interface.ymlPK)�R�?�F��j=�9Definitions/resource-VfwA17be5e1329dNodesVsncvfc-template.ymlPK)�R:K\c�	f�GIDefinitions/resource-VfwA17be5e1329dNodesVsncvfc-template-interface.ymlPK)�Rh�Y-USDefinitions/resource-Neutronport-template.ymlPK)�R��]ak�	,	XDefinitions/resource-Neutronnet-template.ymlPK)�Ri��ЩcD�[Definitions/resource-Vfwa17be5e1329dComputeNodesHeatVpg-template.ymlPK)�R�2�l�,�]Definitions/resource-Globalport-template.ymlPK)�R������
)�bDefinitions/resource-Compute-template.ymlPK)�R"�n�=K/�fDefinitions/resource-Globalcompute-template.ymlPK)�Ru���(CkDefinitions/resource-Extcp2-template.ymlPK)�R��֒�/�mDefinitions/resource-Globalnetwork-template.ymlPK)�RE, TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.496Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:09.498Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||resource request for resource customization id 333465e4-a491-445e-a78c-8ab8521db132: {\"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\"}
2021-05-25T03:18:09.498Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b6c2dab
2021-05-25T03:18:09.498Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.498Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-25T03:18:09.499Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 136bc19b-0b83-4b46-9668-c1d58ae29ced
2021-05-25T03:18:09.500Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 136bc19b-0b83-4b46-9668-c1d58ae29ced
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-25T03:18:09.504Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.504Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:09.504Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:09.505Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.505Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:09.505Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:09.505Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.505Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:09.505Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:09.506Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:09.506Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-25T03:18:09.506Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T03:18:09.506Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T03:18:09.506Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:09.506Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:09.507Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T03:18:09.507Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:09.507Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T03:18:09.507Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:09.508Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6974a1f6-6ac1-46cc-a6e2-907a362b88de
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-25T03:18:09.573Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.573Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:09.573Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:09.574Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.574Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:09.574Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:09.574Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:09.574Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T03:18:09.575Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:09.575Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:09.575Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:09.575Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T03:18:09.575Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-25T03:18:09.575Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T03:18:09.576Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:09.576Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T03:18:09.576Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:09.576Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=40b6262d-7a8e-40af-9704-1809185e77ba
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-25T03:18:09.578Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.579Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:09.579Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:09.581Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.581Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:09.582Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:09.582Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:09.582Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T03:18:09.582Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:09.583Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:09.583Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:09.583Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T03:18:09.583Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T03:18:09.583Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T03:18:09.583Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:09.584Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:09.584Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-25T03:18:09.584Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4aabe44c-d84a-4a9f-83be-0b644ec538af
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-25T03:18:09.619Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.620Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:09.620Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:09.620Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.620Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:09.620Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=333465e4-a491-445e-a78c-8ab8521db132
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:18:09.622Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.622Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:09.623Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5ebf119c-3c22-4df1-886b-73556c9be9e7: vFW a17be5e1-329d
2021-05-25T03:18:09.623Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.623Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:09.623Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.623Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:09.623Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.624Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:09.624Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.624Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:09.624Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:18:09.624Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:09.624Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Saving Service: vFW 2021-05-25 03-15-03 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_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_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_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, ORCH_TEMPLATE_ARTIFACT_TYPE, 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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_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 (?, ?, ?, ?, ?)
2021-05-25T03:18:09.969Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a17be5e1-329d 2a5829d1-6d2c-4e85-8ab8-6013cba266f4 1 ASDC deployResourceStructure
2021-05-25T03:18:09.970Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json ASDC sendASDCNotification
2021-05-25T03:18:09.970Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json
2021-05-25T03:18:09.970Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T03:18:09.970Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:18:09.973Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:18:09.973Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912689970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-25T03:18:10.073Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:18:10.074Z||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.
2021-05-25T03:18:10.074Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:10.084Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:18:10.084Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:18:10.974Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-25T03:18:10.975Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml
2021-05-25T03:18:10.975Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T03:18:10.975Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:18:11.037Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:18:11.037Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912690974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-25T03:18:11.137Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:18:11.138Z||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.
2021-05-25T03:18:11.138Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:11.148Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:18:11.148Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:18:12.038Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-25T03:18:12.039Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
2021-05-25T03:18:12.039Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T03:18:12.039Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:18:12.041Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:18:12.041Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912692038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-25T03:18:12.141Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:18:12.142Z||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.
2021-05-25T03:18:12.142Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:12.151Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:18:12.151Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:18:13.042Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar ASDC sendASDCNotification
2021-05-25T03:18:13.042Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:13.043Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T03:18:13.043Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:18:13.044Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:18:13.044Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912693042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:18:13.145Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-25T03:18:13.146Z||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.
2021-05-25T03:18:13.146Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:13.155Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:18:13.155Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-25T03:18:14.046Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:18:14.066Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
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=?
2021-05-25T03:18:14.069Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:18:14.135Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:18:14.135Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:18:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:18:44.136Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:18:44.144Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
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=?
2021-05-25T03:18:44.146Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:18:44.146Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:18:44.146Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:18:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:18:47.558Z||pool-3-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.
2021-05-25T03:18:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:47.578Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:18:47.579Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:18:47.579Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621912662876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:18:47.580Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:19:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:19:14.147Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:19:14.155Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
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=?
2021-05-25T03:19:14.157Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:19:14.157Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:19:14.157Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:19:44.157Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:19:44.166Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
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=?
2021-05-25T03:19:44.236Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:19:44.236Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:19:44.236Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:19:46.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T03:19:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:19:47.558Z||pool-3-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.
2021-05-25T03:19:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:19:47.577Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:19:47.577Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:19:47.577Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "cds",
  "timestamp": 1621912658069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:19:47.583Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:19:47.583Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:19:47.583Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "policy-id",
  "timestamp": 1621912656527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:19:47.583Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:14.237Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:20:14.244Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
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=?
2021-05-25T03:20:14.247Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:20:14.247Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:20:14.247Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:20:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T03:20:44.248Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:20:44.256Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
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=?
2021-05-25T03:20:44.258Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:20:44.258Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:20:44.258Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:20:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:20:47.558Z||pool-3-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.
2021-05-25T03:20:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:20:48.082Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:20:48.085Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.085Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912659606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.086Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.086Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.086Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "dcae-sch",
  "timestamp": 1621912660227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.086Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912663357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "clamp",
  "timestamp": 1621912664359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.087Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912662626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621912662876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "cds",
  "timestamp": 1621912658069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "policy-id",
  "timestamp": 1621912656527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912659606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "dcae-sch",
  "timestamp": 1621912660227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.088Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.089Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.089Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912663357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.089Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.089Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.089Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "clamp",
  "timestamp": 1621912664359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.089Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.089Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.089Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912662626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621912662876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912663357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "clamp",
  "timestamp": 1621912664359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.090Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.091Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.091Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.091Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912670753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.091Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.135Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.135Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "policy-id",
  "timestamp": 1621912670790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.135Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.135Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.135Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "cds",
  "timestamp": 1621912670869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "clamp",
  "timestamp": 1621912664359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912671168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621912671213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.136Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.137Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.137Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.137Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912671557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.137Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.137Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.137Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "policy-id",
  "timestamp": 1621912671796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.137Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.137Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.137Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "cds",
  "timestamp": 1621912671884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-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=?
2021-05-25T03:20:48.143Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb33c76c-4641-4f87-81e7-9c06119b276e
2021-05-25T03:20:48.143Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb33c76c-4641-4f87-81e7-9c06119b276e 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 (?, ?, ?, ?, ?)
2021-05-25T03:20:48.239Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.239Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.240Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.240Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.240Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912672461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.240Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.240Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.240Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "policy-id",
  "timestamp": 1621912672890,
  "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=?
2021-05-25T03:20:48.244Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb33c76c-4641-4f87-81e7-9c06119b276e
2021-05-25T03:20:48.244Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb33c76c-4641-4f87-81e7-9c06119b276e 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 (?, ?, ?, ?, ?)
2021-05-25T03:20:48.252Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.252Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912672987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.252Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.252Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.252Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.252Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912673669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912674167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.253Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912674770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.254Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.254Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.254Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621912675109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.254Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.254Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.254Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912675181,
  "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=?
2021-05-25T03:20:48.257Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb33c76c-4641-4f87-81e7-9c06119b276e
2021-05-25T03:20:48.257Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb33c76c-4641-4f87-81e7-9c06119b276e 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=?
2021-05-25T03:20:48.262Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.262Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912675412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.262Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.262Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.262Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621912676113,
  "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=?
2021-05-25T03:20:48.265Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb33c76c-4641-4f87-81e7-9c06119b276e
2021-05-25T03:20:48.266Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb33c76c-4641-4f87-81e7-9c06119b276e 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 (?, ?, ?, ?, ?)
2021-05-25T03:20:48.272Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.272Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621912676187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.272Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.272Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.272Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912676422,
  "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=?
2021-05-25T03:20:48.275Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb33c76c-4641-4f87-81e7-9c06119b276e
2021-05-25T03:20:48.276Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb33c76c-4641-4f87-81e7-9c06119b276e 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=?
2021-05-25T03:20:48.280Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.280Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912676473,
  "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=?
2021-05-25T03:20:48.283Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb33c76c-4641-4f87-81e7-9c06119b276e
2021-05-25T03:20:48.283Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb33c76c-4641-4f87-81e7-9c06119b276e 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=?
2021-05-25T03:20:48.287Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.287Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912676685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621912677428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621912677479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "aai-ml",
  "timestamp": 1621912678854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.288Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "aai-ml",
  "timestamp": 1621912678854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912681242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "aai-ml",
  "timestamp": 1621912678854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "aai-ml",
  "timestamp": 1621912678854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "aai-ml",
  "timestamp": 1621912678854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.289Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912683946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "aai-ml",
  "timestamp": 1621912678854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "clamp",
  "timestamp": 1621912684615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "aai-ml",
  "timestamp": 1621912678854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.290Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "clamp",
  "timestamp": 1621912685802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.291Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.291Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.291Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912686643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.291Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.291Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.291Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "clamp",
  "timestamp": 1621912686805,
  "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=?
2021-05-25T03:20:48.294Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb33c76c-4641-4f87-81e7-9c06119b276e
2021-05-25T03:20:48.294Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb33c76c-4641-4f87-81e7-9c06119b276e 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 (?, ?, ?, ?, ?)
2021-05-25T03:20:48.301Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.302Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "aai-ml",
  "timestamp": 1621912687886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:20:48.302Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.302Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.302Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912689970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.302Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.302Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.303Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912690974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.303Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.303Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.303Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912692038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.303Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.303Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.303Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912693042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.303Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.304Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.304Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "aai-ml",
  "timestamp": 1621912699217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:20:48.304Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:20:48.304Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:20:48.304Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "aai-ml",
  "timestamp": 1621912700223,
  "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=?
2021-05-25T03:20:48.308Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb33c76c-4641-4f87-81e7-9c06119b276e
2021-05-25T03:20:48.309Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb33c76c-4641-4f87-81e7-9c06119b276e 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 (?, ?, ?, ?, ?)
2021-05-25T03:21:14.258Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:21:14.341Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e
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=?
2021-05-25T03:21:14.346Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:21:14.346Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T03:21:14.347Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-25T03:21:14.347Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-25T03:21:14.347Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:21:14.347Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:21:14.347Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:21:14.347Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:21:14.347Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:21:14.348Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:21:14.348Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T03:21:14.352Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-25T03:21:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:21:44.352Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb33c76c-4641-4f87-81e7-9c06119b276e 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=?
2021-05-25T03:21:44.360Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb33c76c-4641-4f87-81e7-9c06119b276e and serviceModelVersionId: 5ebf119c-3c22-4df1-886b-73556c9be9e7
2021-05-25T03:21:44.360Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff7b288d-e476-45bd-a46f-063cdd19d9ed
2021-05-25T03:21:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:21:47.558Z||pool-3-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.
2021-05-25T03:21:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:21:50.483Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff7b288d-e476-45bd-a46f-063cdd19d9ed/model-vers/model-ver/5ebf119c-3c22-4df1-886b-73556c9be9e7?depth=0
2021-05-25T03:21:50.596Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-25T03:21:51.001Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ff7b288d-e476-45bd-a46f-063cdd19d9ed/model-vers/model-ver/5ebf119c-3c22-4df1-886b-73556c9be9e7?depth=0|INFO|500||Invoke
2021-05-25T03:21:51.004Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ff7b288d-e476-45bd-a46f-063cdd19d9ed/model-vers/model-ver/5ebf119c-3c22-4df1-886b-73556c9be9e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ff7b288d-e476-45bd-a46f-063cdd19d9ed/model-vers/model-ver/5ebf119c-3c22-4df1-886b-73556c9be9e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb33c76c-4641-4f87-81e7-9c06119b276e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4397da71-4f9a-4a8d-a17a-c9be369a49eb], X-ECOMP-RequestID=[eb33c76c-4641-4f87-81e7-9c06119b276e], X-TransactionId=[], X-ONAP-RequestID=[eb33c76c-4641-4f87-81e7-9c06119b276e], Content-Type=[application/merge-patch+json]}
2021-05-25T03:21:51.055Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ff7b288d-e476-45bd-a46f-063cdd19d9ed/model-vers/model-ver/5ebf119c-3c22-4df1-886b-73556c9be9e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-25T03:21:51.296Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ff7b288d-e476-45bd-a46f-063cdd19d9ed/model-vers/model-ver/5ebf119c-3c22-4df1-886b-73556c9be9e7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ff7b288d-e476-45bd-a46f-063cdd19d9ed/model-vers/model-ver/5ebf119c-3c22-4df1-886b-73556c9be9e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210525-03:21:51:063-59381], vertex-id=[172184], Content-Length=[0], Date=[Tue, 25 May 2021 03:21:51 GMT], Content-Type=[application/json]}
2021-05-25T03:21:51.297Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ff7b288d-e476-45bd-a46f-063cdd19d9ed/model-vers/model-ver/5ebf119c-3c22-4df1-886b-73556c9be9e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-25T03:21:51.297Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ff7b288d-e476-45bd-a46f-063cdd19d9ed/model-vers/model-ver/5ebf119c-3c22-4df1-886b-73556c9be9e7?depth=0|INFO|500||InvokeReturn
2021-05-25T03:21:51.299Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-25T03:21:51.299Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:21:51.302Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	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)
2021-05-25T03:21:51.303Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb33c76c-4641-4f87-81e7-9c06119b276e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-25T03:21:51.304Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-25T03:21:51.304Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:21:51.306Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:21:51.306Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912911303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T03:21:51.406Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:21:51.407Z||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.
2021-05-25T03:21:51.407Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:21:51.416Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:21:51.416Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:21:52.032Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:21:52.032Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:21:52.032Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621912911303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T03:21:52.033Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-25T03:21:52.316Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:21:52.317Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-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.
2021-05-25T03:21:52.317Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:22:02.655Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:22:02.656Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:22:02.656Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-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.
2021-05-25T03:22:02.657Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:22:12.187Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:22:12.188Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:22:12.188Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-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.
2021-05-25T03:22:12.188Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:22:21.726Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:22:21.727Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:22:21.727Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-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.
2021-05-25T03:22:21.727Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:22:31.256Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:22:31.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.76.44
2021-05-25T03:22:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:22:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-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.
2021-05-25T03:22:47.557Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:22:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:22:47.558Z||pool-3-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.
2021-05-25T03:22:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:22:57.092Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:22:57.124Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:23:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:23:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-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.
2021-05-25T03:23:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:23:47.557Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:23:47.557Z||pool-3-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.
2021-05-25T03:23:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:23:57.123Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:23:57.123Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:24:01.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.68.206
2021-05-25T03:24:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:24:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-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.
2021-05-25T03:24:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:24:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:24:47.557Z||pool-3-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.
2021-05-25T03:24:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:24:57.092Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:24:57.095Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:25:31.667Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:25:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:25:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-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.
2021-05-25T03:25:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:25:47.557Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:25:47.557Z||pool-3-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.
2021-05-25T03:25:47.558Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:25:57.094Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:25:57.095Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:26:16.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T03:26:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:26:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-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.
2021-05-25T03:26:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:26:47.557Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:26:47.558Z||pool-3-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.
2021-05-25T03:26:47.558Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:26:57.167Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:26:57.226Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:27:46.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.68.206
2021-05-25T03:27:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:27:47.556Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-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.
2021-05-25T03:27:47.557Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:27:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:27:47.557Z||pool-3-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.
2021-05-25T03:27:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:27:48.179Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:27:48.180Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.180Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f831deaa-f065-4c34-acec-81f90d87fff5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"87c151ea-c6a1-49e4-bb85-83455c2d3eab","serviceDescription":"service","serviceInvariantUUID":"c79ae520-1656-4469-8a3d-eda12475f3de","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"03b756ab-7c52-4417-89c8-594c26e81ce9","resourceInvariantUUID":"291e95fd-01db-4517-90ba-198acf63adab","resourceCustomizationUUID":"55992126-93c1-4553-9cd5-b229569725ea","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":"ZGZjODU1YmUxNmIwNGU3MzMzNmE1MDljZWUwNDdlMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2593a02-d055-4c3a-8984-ccfa33793af1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2FjZTRiN2U5NmM3YzlmMGJhZThjMGY0ODU1YmQzNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29a264ba-8fae-461a-9dae-e29ef4e10c7a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-25T03:27:48.182Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:27:48.182Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:27:48.182Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:27:48.183Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.183Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913243357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:27:48.184Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.184Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.184Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "aai-ml",
  "timestamp": 1621913248854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:27:48.184Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.184Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.184Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913242626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:27:48.184Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "cds",
  "timestamp": 1621913243069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "aai-ml",
  "timestamp": 1621913248854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913242626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "cds",
  "timestamp": 1621913243069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.185Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.186Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913243357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:27:48.186Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.186Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.186Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "cds",
  "timestamp": 1621913254160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:27:48.186Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:27:48.186Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.186Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "aai-ml",
  "timestamp": 1621913254190,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:27:48.186Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:27:48.186Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.187Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "cds",
  "timestamp": 1621913255167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-05-25T03:27:48.235Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:27:48.235Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913267556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T03:27:48.284Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 49 ms
2021-05-25T03:27:48.285Z||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.
2021-05-25T03:27:48.285Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:27:48.294Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:27:48.294Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:27:48.321Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f831deaa-f065-4c34-acec-81f90d87fff5
2021-05-25T03:27:48.321Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f831deaa-f065-4c34-acec-81f90d87fff5 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 (?, ?, ?, ?, ?)
2021-05-25T03:27:48.330Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.330Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "policy-id",
  "timestamp": 1621913256527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:27:48.331Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.331Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.331Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "aai-ml",
  "timestamp": 1621913257767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:27:48.331Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:27:48.331Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.331Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "policy-id",
  "timestamp": 1621913256527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:27:48.331Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.331Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.331Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "aai-ml",
  "timestamp": 1621913258774,
  "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=?
2021-05-25T03:27:48.335Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f831deaa-f065-4c34-acec-81f90d87fff5
2021-05-25T03:27:48.336Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f831deaa-f065-4c34-acec-81f90d87fff5 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 (?, ?, ?, ?, ?)
2021-05-25T03:27:48.345Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.345Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "policy-id",
  "timestamp": 1621913259551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:27:48.346Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:27:48.346Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.346Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913259605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:27:48.346Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.346Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.346Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "policy-id",
  "timestamp": 1621913260554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:27:48.346Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:27:48.346Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.347Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "dcae-sch",
  "timestamp": 1621913260227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:27:48.347Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.347Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.347Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913259605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:27:48.347Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.347Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.347Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "policy-id",
  "timestamp": 1621913261591,
  "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=?
2021-05-25T03:27:48.351Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f831deaa-f065-4c34-acec-81f90d87fff5
2021-05-25T03:27:48.351Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f831deaa-f065-4c34-acec-81f90d87fff5 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 (?, ?, ?, ?, ?)
2021-05-25T03:27:48.358Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.358Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "dcae-sch",
  "timestamp": 1621913260227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:27:48.358Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.358Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.358Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913262876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:27:48.358Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.358Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.358Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913262876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:27:48.358Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.359Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.359Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "clamp",
  "timestamp": 1621913264360,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:27:48.359Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.359Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.359Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "clamp",
  "timestamp": 1621913264360,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:27:48.359Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:27:48.359Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:27:48.359Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913267174,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:27:48.359Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:27:49.236Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:27:49.236Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:27:49.238Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:27:49.238Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913267556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:27:49.338Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:27:49.339Z||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.
2021-05-25T03:27:49.339Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:27:49.347Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:27:49.348Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:27:50.239Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "87c151ea-c6a1-49e4-bb85-83455c2d3eab",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c79ae520-1656-4469-8a3d-eda12475f3de",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "55992126-93c1-4553-9cd5-b229569725ea",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "03b756ab-7c52-4417-89c8-594c26e81ce9",
      "resourceInvariantUUID": "291e95fd-01db-4517-90ba-198acf63adab",
      "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": "M2FjZTRiN2U5NmM3YzlmMGJhZThjMGY0ODU1YmQzNTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "29a264ba-8fae-461a-9dae-e29ef4e10c7a"
    }
  ],
  "workloadContext": "Production"
}
2021-05-25T03:27:50.239Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-25T03:27:50.239Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87c151ea-c6a1-49e4-bb85-83455c2d3eab ASDC
2021-05-25T03:27:50.240Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f831deaa-f065-4c34-acec-81f90d87fff5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:87c151ea-c6a1-49e4-bb85-83455c2d3eab
ServiceInvariantUUID:c79ae520-1656-4469-8a3d-eda12475f3de
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:29a264ba-8fae-461a-9dae-e29ef4e10c7a
ArtifactChecksum:M2FjZTRiN2U5NmM3YzlmMGJhZThjMGY0ODU1YmQzNTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:55992126-93c1-4553-9cd5-b229569725ea
ResourceInvariantUUID:291e95fd-01db-4517-90ba-198acf63adab
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:03b756ab-7c52-4417-89c8-594c26e81ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-05-25T03:27:50.240Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87c151ea-c6a1-49e4-bb85-83455c2d3eab 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=?
2021-05-25T03:27:50.348Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T03:27:50.349Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:27:50.349Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:27:50.349Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 29a264ba-8fae-461a-9dae-e29ef4e10c7a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-25T03:27:50.350Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:27:50.350Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-25T03:27:51.346Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:27:51.348Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 29a264ba-8fae-461a-9dae-e29ef4e10c7a 47922
2021-05-25T03:27:51.348Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-25T03:27:51.348Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-25T03:27:51.348Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:27:51.348Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:27:51.350Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:27:51.350Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913271348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:27:51.450Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:27:51.451Z||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.
2021-05-25T03:27:51.451Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:27:51.460Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:27:51.460Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:27:52.350Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T03:27:52.352Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:27:52.352Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: 29a264ba-8fae-461a-9dae-e29ef4e10c7a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:52.353Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-25T03:27:52.353Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:52.353Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:52.684Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4596650142503318935/Definitions/service-BasicNetwork-template.yml
2021-05-25T03:27:53.104Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-25T03:27:53.104Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-05-25T03:27:53.104Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:53.104Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-25T03:27:53.104Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:53.104Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:53.105Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:53.105Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:53.105Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:53.105Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:53.105Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:53.105Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-25T03:27:53.105Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-05-25T03:27:53.105Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.105Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.105Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-25T03:27:53.106Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-25T03:27:53.106Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T03:27:53.106Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.106Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.106Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-25T03:27:53.106Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-25T03:27:53.106Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T03:27:53.106Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.107Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.107Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.107Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.107Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.107Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.107Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.107Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.108Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.108Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.108Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:87c151ea-c6a1-49e4-bb85-83455c2d3eab
Model Version:NULL
Model InvariantUuid:c79ae520-1656-4469-8a3d-eda12475f3de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:291e95fd-01db-4517-90ba-198acf63adab
Model UUID:6b01d2b3-b4db-4def-b116-173972f5c664
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:55992126-93c1-4553-9cd5-b229569725ea
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-25T03:27:53.113Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 03b756ab-7c52-4417-89c8-594c26e81ce9
2021-05-25T03:27:53.113Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||No resources found for Service: 87c151ea-c6a1-49e4-bb85-83455c2d3eab
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:27:53.116Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||
2021-05-25T03:27:53.117Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-05-25T03:27:53.117Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||No resources found for Service: 87c151ea-c6a1-49e4-bb85-83455c2d3eab
2021-05-25T03:27:53.117Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: 87c151ea-c6a1-49e4-bb85-83455c2d3eab
2021-05-25T03:27:53.117Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-05-25T03:27:53.118Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:27:53.122Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.122Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.123Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.123Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.123Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid 87c151ea-c6a1-49e4-bb85-83455c2d3eab: Generic NeutronNet
2021-05-25T03:27:53.123Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.123Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.123Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.124Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as NETWORK_2_55_, tempnetwor0_.AIC_VERSION_MAX as AIC_VERS3_55_, tempnetwor0_.AIC_VERSION_MIN as AIC_VERS4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_37_, networkres0_.CREATION_TIMESTAMP as CREATION2_37_, networkres0_.MODEL_INSTANCE_NAME as MODEL_IN3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_37_, networkres0_.NETWORK_ROLE as NETWORK_4_37_, networkres0_.NETWORK_SCOPE as NETWORK_5_37_, networkres0_.NETWORK_TECHNOLOGY as NETWORK_6_37_, networkres0_.NETWORK_TYPE as NETWORK_7_37_, networkres0_.RESOURCE_INPUT as RESOURCE8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as MODEL_UU1_36_, networkres0_.AIC_VERSION_MAX as AIC_VERS2_36_, networkres0_.AIC_VERSION_MIN as AIC_VERS3_36_, networkres0_.RESOURCE_CATEGORY as RESOURCE4_36_, networkres0_.CREATION_TIMESTAMP as CREATION5_36_, networkres0_.DESCRIPTION as DESCRIPT6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_, networkres0_.MODEL_INVARIANT_UUID as MODEL_IN7_36_, networkres0_.MODEL_NAME as MODEL_NA8_36_, networkres0_.MODEL_VERSION as MODEL_VE9_36_, networkres0_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_, networkres0_.ORCHESTRATION_MODE as ORCHEST11_36_, networkres0_.RESOURCE_SUB_CATEGORY as RESOURC12_36_, networkres0_.TOSCA_NODE_TYPE as TOSCA_N13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-05-25T03:27:53.153Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.153Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.153Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.153Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.153Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:27:53.153Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:27:53.154Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as CREATION2_37_3_, networkres0_.MODEL_INSTANCE_NAME as MODEL_IN3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_37_3_, networkres0_.NETWORK_ROLE as NETWORK_4_37_3_, networkres0_.NETWORK_SCOPE as NETWORK_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as NETWORK_6_37_3_, networkres0_.NETWORK_TYPE as NETWORK_7_37_3_, networkres0_.RESOURCE_INPUT as RESOURCE8_37_3_, networkres1_.MODEL_UUID as MODEL_UU1_36_0_, networkres1_.AIC_VERSION_MAX as AIC_VERS2_36_0_, networkres1_.AIC_VERSION_MIN as AIC_VERS3_36_0_, networkres1_.RESOURCE_CATEGORY as RESOURCE4_36_0_, networkres1_.CREATION_TIMESTAMP as CREATION5_36_0_, networkres1_.DESCRIPTION as DESCRIPT6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_0_, networkres1_.MODEL_INVARIANT_UUID as MODEL_IN7_36_0_, networkres1_.MODEL_NAME as MODEL_NA8_36_0_, networkres1_.MODEL_VERSION as MODEL_VE9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_0_, networkres1_.ORCHESTRATION_MODE as ORCHEST11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as RESOURC12_36_0_, networkres1_.TOSCA_NODE_TYPE as TOSCA_N13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_1_, collection2_.CREATION_TIMESTAMP as CREATION2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as INSTANCE8_14_1_, collection2_.MODEL_INSTANCE_NAME as MODEL_IN3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as CRC_MOD10_14_1_, collection2_.NETWORK_ROLE as NETWORK_4_14_1_, collection2_.NETWORK_SCOPE as NETWORK_5_14_1_, collection2_.NETWORK_TECHNOLOGY as NETWORK_6_14_1_, collection2_.NETWORK_TYPE as NETWORK_7_14_1_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_2_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_2_, heattempla3_.DESCRIPTION as DESCRIPT4_28_2_, heattempla3_.BODY as BODY5_28_2_, heattempla3_.NAME as NAME6_28_2_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_2_, heattempla3_.VERSION as VERSION8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as AIC_VERS2_36_4_, networkres0_.AIC_VERSION_MIN as AIC_VERS3_36_4_, networkres0_.RESOURCE_CATEGORY as RESOURCE4_36_4_, networkres0_.CREATION_TIMESTAMP as CREATION5_36_4_, networkres0_.DESCRIPTION as DESCRIPT6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_4_, networkres0_.MODEL_INVARIANT_UUID as MODEL_IN7_36_4_, networkres0_.MODEL_NAME as MODEL_NA8_36_4_, networkres0_.MODEL_VERSION as MODEL_VE9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_4_, networkres0_.ORCHESTRATION_MODE as ORCHEST11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as RESOURC12_36_4_, networkres0_.TOSCA_NODE_TYPE as TOSCA_N13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_0_, collection1_.CREATION_TIMESTAMP as CREATION2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as INSTANCE8_14_0_, collection1_.MODEL_INSTANCE_NAME as MODEL_IN3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as CRC_MOD10_14_0_, collection1_.NETWORK_ROLE as NETWORK_4_14_0_, collection1_.NETWORK_SCOPE as NETWORK_5_14_0_, collection1_.NETWORK_TECHNOLOGY as NETWORK_6_14_0_, collection1_.NETWORK_TYPE as NETWORK_7_14_0_, instancegr2_.MODEL_UUID as MODEL_UU2_32_1_, instancegr2_.CR_MODEL_UUID as CR_MODE10_32_1_, instancegr2_.CREATION_TIMESTAMP as CREATION3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as MODEL_IN4_32_1_, instancegr2_.MODEL_NAME as MODEL_NA5_32_1_, instancegr2_.MODEL_VERSION as MODEL_VE6_32_1_, instancegr2_.ROLE as ROLE7_32_1_, instancegr2_.TOSCA_NODE_TYPE as TOSCA_NO8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as INSTANCE9_32_1_, instancegr2_.OBJECT_TYPE as OBJECT_T1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as MODEL_CU2_16_2_, networkcol3_.CR_MODEL_UUID as CR_MODEL8_16_2_, networkcol3_.CREATION_TIMESTAMP as CREATION3_16_2_, networkcol3_.FUNCTION as FUNCTION4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as MODEL_IN5_16_2_, networkcol3_.ROLE as ROLE6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as COLLECTI7_16_2_, heattempla4_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla4_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla4_.DESCRIPTION as DESCRIPT4_28_3_, heattempla4_.BODY as BODY5_28_3_, heattempla4_.NAME as NAME6_28_3_, heattempla4_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla4_.VERSION as VERSION8_28_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 (?, ?)
2021-05-25T03:27:53.200Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-05-25T03:27:53.200Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-05-25T03:27:53.200Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-25T03:27:53.200Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T03:27:53.200Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:27:53.202Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:27:53.202Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913273200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:27:53.304Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-05-25T03:27:53.305Z||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.
2021-05-25T03:27:53.305Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:27:53.314Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:27:53.314Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:27:54.203Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:27:54.212Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5
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=?
2021-05-25T03:27:54.215Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:27:54.235Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T03:27:54.235Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:27:54.235Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:28:24.235Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:28:24.244Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5
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=?
2021-05-25T03:28:24.340Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:28:24.340Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T03:28:24.340Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:28:24.340Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:28:31.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.76.44
2021-05-25T03:28:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:28:47.558Z||pool-3-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.
2021-05-25T03:28:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:28:47.679Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:28:47.680Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:28:47.680Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913267556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:28:47.681Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:28:54.340Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:28:54.348Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5
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=?
2021-05-25T03:28:54.437Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:28:54.437Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T03:28:54.437Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:28:54.437Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:29:24.438Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:29:24.446Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5
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=?
2021-05-25T03:29:24.451Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:29:24.451Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T03:29:24.535Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:29:24.535Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:29:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:29:47.558Z||pool-3-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.
2021-05-25T03:29:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:29:47.581Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:29:47.582Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:29:47.582Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913268566,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:29:47.583Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:29:47.635Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:29:47.635Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913267556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:29:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:29:47.636Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:29:47.636Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913269569,
  "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=?
2021-05-25T03:29:47.641Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f831deaa-f065-4c34-acec-81f90d87fff5
2021-05-25T03:29:47.641Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f831deaa-f065-4c34-acec-81f90d87fff5 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 (?, ?, ?, ?, ?)
2021-05-25T03:29:47.721Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:29:47.722Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913271348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:29:47.722Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:29:47.722Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:29:47.722Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913273200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:29:47.722Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:29:47.722Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:29:47.723Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "clamp",
  "timestamp": 1621913275532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:29:47.723Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:29:47.723Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:29:47.723Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "clamp",
  "timestamp": 1621913276598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:29:47.723Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:29:47.723Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:29:47.723Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "clamp",
  "timestamp": 1621913277603,
  "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=?
2021-05-25T03:29:47.727Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f831deaa-f065-4c34-acec-81f90d87fff5
2021-05-25T03:29:47.727Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f831deaa-f065-4c34-acec-81f90d87fff5 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 (?, ?, ?, ?, ?)
2021-05-25T03:29:54.536Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:29:54.544Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5
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=?
2021-05-25T03:29:54.549Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:29:54.550Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T03:29:54.550Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-25T03:29:54.635Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-25T03:29:54.635Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:29:54.635Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:29:54.636Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:29:54.636Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:29:54.636Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:29:54.636Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:29:54.636Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T03:29:54.640Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-25T03:30:01.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.68.206
2021-05-25T03:30:24.641Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f831deaa-f065-4c34-acec-81f90d87fff5 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=?
2021-05-25T03:30:24.651Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f831deaa-f065-4c34-acec-81f90d87fff5 and serviceModelVersionId: 87c151ea-c6a1-49e4-bb85-83455c2d3eab
2021-05-25T03:30:24.651Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c79ae520-1656-4469-8a3d-eda12475f3de
2021-05-25T03:30:24.653Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c79ae520-1656-4469-8a3d-eda12475f3de/model-vers/model-ver/87c151ea-c6a1-49e4-bb85-83455c2d3eab?depth=0
2021-05-25T03:30:24.739Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-25T03:30:24.778Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c79ae520-1656-4469-8a3d-eda12475f3de/model-vers/model-ver/87c151ea-c6a1-49e4-bb85-83455c2d3eab?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]}
2021-05-25T03:30:24.779Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c79ae520-1656-4469-8a3d-eda12475f3de/model-vers/model-ver/87c151ea-c6a1-49e4-bb85-83455c2d3eab?depth=0|INFO|500||Invoke
2021-05-25T03:30:24.799Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c79ae520-1656-4469-8a3d-eda12475f3de/model-vers/model-ver/87c151ea-c6a1-49e4-bb85-83455c2d3eab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-25T03:30:25.151Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c79ae520-1656-4469-8a3d-eda12475f3de/model-vers/model-ver/87c151ea-c6a1-49e4-bb85-83455c2d3eab?depth=0|INFO|500||InvokeReturn
2021-05-25T03:30:25.151Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c79ae520-1656-4469-8a3d-eda12475f3de/model-vers/model-ver/87c151ea-c6a1-49e4-bb85-83455c2d3eab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210525-03:30:24:805-47905], vertex-id=[159744], Content-Length=[0], Date=[Tue, 25 May 2021 03:30:24 GMT], Content-Type=[application/json]}
2021-05-25T03:30:25.152Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-05-25T03:30:25.152Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-25T03:30:25.152Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:30:25.156Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	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)
2021-05-25T03:30:25.156Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f831deaa-f065-4c34-acec-81f90d87fff5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-25T03:30:25.157Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-25T03:30:25.157Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:25.238Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:25.238Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913425157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T03:30:25.338Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:30:25.339Z||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.
2021-05-25T03:30:25.339Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:25.351Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:25.351Z||pool-24-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=?
2021-05-25T03:30:26.321Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:30:26.322Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-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.
2021-05-25T03:30:26.322Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:30.689Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:30.691Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-05-25T03:30:30.691Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"af2650c3-04a9-48b8-a106-3fb9269f346c","serviceName":"Demo_pNF_z0XI3zUCY8LdHgdJoLI1","serviceVersion":"1.0","serviceUUID":"e81664e2-237b-411b-9a2d-fdb3afeb65c4","serviceDescription":"catalog service description","serviceInvariantUUID":"bee7a004-1b29-40b9-866b-e9c8bd6a199b","resources":[{"resourceInstanceName":"pNF e5d1fd8e-a126 0","resourceName":"pNF e5d1fd8e-a126","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d4e55ddc-cbf2-4d64-b90f-a8223d7e5ebe","resourceInvariantUUID":"14fb98e5-422d-4144-917c-20afce62d40e","resourceCustomizationUUID":"2fc3af6a-04b2-40c9-82d6-df3007dc4238","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml","artifactChecksum":"MGJkOTgxOGMzNDY0NmU0OTNlY2QxZmQyMjJkMTZiMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f465b5c5-d8d0-4840-9a75-f74d24891f7a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar","artifactChecksum":"NjUzMTYxMGVjZDkxMmYzODg0NjM0YTE1MGE4MGJmMTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bcd9c935-f769-4ff4-891f-fba28a3d4021","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dfc43ad2-345b-4c45-b09e-c886b3e9bb50","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml","artifactChecksum":"NWRkY2VlY2JkNDQ4OTViNzZiM2ZiMjYxNWYzMzA4ZDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51187ed0-f3f2-4cd8-801d-d6b30cc61e6e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"135b7d48-f153-4d44-a574-975df4108612","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3a88aa4-3a9d-4635-a749-a7aefee217a2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml","artifactChecksum":"NTFjYjVlMzYxMzkzODA4MDBlMjA1NzYzODBlYzQxMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32ba9f47-5831-44e3-9962-1cd865acd789","artifactVersion":"1"},{"artifactName":"service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar","artifactChecksum":"OTY1ZWIzOTFlMjJmN2U3MDY5OTU1NmJhOTU4YWRlZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f31c1bce-dd94-43f1-afb8-e9c132197821","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-25T03:30:30.695Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:30:30.695Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:30.697Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:30.698Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:30.798Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 62 ms
2021-05-25T03:30:30.798Z||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.
2021-05-25T03:30:30.798Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:30.807Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:30.807Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:30:31.735Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:30:31.736Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:31.738Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:31.739Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:31.839Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:30:31.840Z||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.
2021-05-25T03:30:31.840Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:31.847Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:31.848Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:30:32.739Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:30:32.740Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:32.742Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:32.742Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:32.842Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:30:32.843Z||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.
2021-05-25T03:30:32.843Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:32.852Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:32.853Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:30:33.742Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:30:33.743Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:33.745Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:33.745Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:33.845Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:30:33.846Z||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.
2021-05-25T03:30:33.846Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:33.854Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:33.854Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:30:34.746Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:30:34.746Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:34.751Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:34.751Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:34.848Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-05-25T03:30:34.849Z||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.
2021-05-25T03:30:34.850Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:34.858Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:34.859Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:30:35.752Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:30:35.753Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:35.754Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:35.754Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:35.854Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:30:35.855Z||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.
2021-05-25T03:30:35.855Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:35.863Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:35.864Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:30:36.755Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:30:36.756Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:36.758Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:36.758Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:36.858Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:30:36.859Z||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.
2021-05-25T03:30:36.859Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:36.868Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:36.868Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:30:37.758Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:30:37.759Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:37.761Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:37.761Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:30:37.861Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:30:37.862Z||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.
2021-05-25T03:30:37.862Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:37.870Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:37.871Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:30:38.762Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "serviceName": "Demo_pNF_z0XI3zUCY8LdHgdJoLI1",
  "serviceVersion": "1.0",
  "serviceUUID": "e81664e2-237b-411b-9a2d-fdb3afeb65c4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bee7a004-1b29-40b9-866b-e9c8bd6a199b",
  "resources": [
    {
      "resourceInstanceName": "pNF e5d1fd8e-a126 0",
      "resourceCustomizationUUID": "2fc3af6a-04b2-40c9-82d6-df3007dc4238",
      "resourceName": "pNF e5d1fd8e-a126",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d4e55ddc-cbf2-4d64-b90f-a8223d7e5ebe",
      "resourceInvariantUUID": "14fb98e5-422d-4144-917c-20afce62d40e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
      "artifactChecksum": "OTY1ZWIzOTFlMjJmN2U3MDY5OTU1NmJhOTU4YWRlZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f31c1bce-dd94-43f1-afb8-e9c132197821"
    }
  ],
  "workloadContext": "Production"
}
2021-05-25T03:30:38.762Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-25T03:30:38.762Z|f831deaa-f065-4c34-acec-81f90d87fff5|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e81664e2-237b-411b-9a2d-fdb3afeb65c4 ASDC
2021-05-25T03:30:38.763Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:af2650c3-04a9-48b8-a106-3fb9269f346c
ServiceName:Demo_pNF_z0XI3zUCY8LdHgdJoLI1
ServiceVersion:1.0
ServiceUUID:e81664e2-237b-411b-9a2d-fdb3afeb65c4
ServiceInvariantUUID:bee7a004-1b29-40b9-866b-e9c8bd6a199b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
ArtifactUUID:f31c1bce-dd94-43f1-afb8-e9c132197821
ArtifactChecksum:OTY1ZWIzOTFlMjJmN2U3MDY5OTU1NmJhOTU4YWRlZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e5d1fd8e-a126 0
ResourceCustomizationUUID:2fc3af6a-04b2-40c9-82d6-df3007dc4238
ResourceInvariantUUID:14fb98e5-422d-4144-917c-20afce62d40e
ResourceName:pNF e5d1fd8e-a126
ResourceType:PNF
ResourceUUID:d4e55ddc-cbf2-4d64-b90f-a8223d7e5ebe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-05-25T03:30:38.763Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e81664e2-237b-411b-9a2d-fdb3afeb65c4 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 (?, ?, ?, ?, ?)
2021-05-25T03:30:38.861Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T03:30:38.862Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:30:38.862Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:30:38.862Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: f31c1bce-dd94-43f1-afb8-e9c132197821 from URL: /sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:38.862Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:30:38.863Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:39.078Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:30:39.082Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar f31c1bce-dd94-43f1-afb8-e9c132197821 78833
2021-05-25T03:30:39.082Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar ASDC sendASDCNotification
2021-05-25T03:30:39.082Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:39.082Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:30:39.083Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:39.084Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:39.084Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913439082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:30:39.184Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:30:39.185Z||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.
2021-05-25T03:30:39.185Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:39.193Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:39.194Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-25T03:30:40.085Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T03:30:40.086Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:30:40.087Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: f31c1bce-dd94-43f1-afb8-e9c132197821, URL: /sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar to file: /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.087Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.088Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.088Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.193Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17127646806278126831/Definitions/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml
2021-05-25T03:30:40.863Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-25T03:30:40.863Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-05-25T03:30:40.863Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.863Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-25T03:30:40.863Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e5d1fd8e-a126 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-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e5d1fd8e-a126 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_z0XI3zUCY8LdHgdJoLI1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:30:40.864Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Node template pNF e5d1fd8e-a126 0 is matching search criteria
2021-05-25T03:30:40.865Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-25T03:30:40.865Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Found topology templates [pNF e5d1fd8e-a126 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T03:30:40.865Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:30:40.865Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_z0XI3zUCY8LdHgdJoLI1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:30:40.865Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Node template pNF e5d1fd8e-a126 0 is matching search criteria
2021-05-25T03:30:40.865Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-25T03:30:40.866Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Found topology templates [pNF e5d1fd8e-a126 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T03:30:40.866Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:30:40.866Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_z0XI3zUCY8LdHgdJoLI1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:30:40.866Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:30:40.866Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_z0XI3zUCY8LdHgdJoLI1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:30:40.866Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:30:40.866Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_z0XI3zUCY8LdHgdJoLI1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:30:40.867Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:30:40.867Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_z0XI3zUCY8LdHgdJoLI1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:30:40.867Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:30:40.867Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_z0XI3zUCY8LdHgdJoLI1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:30:40.867Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_z0XI3zUCY8LdHgdJoLI1
Description:catalog service description
Model UUID:e81664e2-237b-411b-9a2d-fdb3afeb65c4
Model Version:NULL
Model InvariantUuid:bee7a004-1b29-40b9-866b-e9c8bd6a199b
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-25T03:30:40.871Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d4e55ddc-cbf2-4d64-b90f-a8223d7e5ebe
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:30:40.874Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||pNF e5d1fd8e-a126 0
2021-05-25T03:30:40.874Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d4e55ddc-cbf2-4d64-b90f-a8223d7e5ebe
2021-05-25T03:30:40.874Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||No resources found for Service: e81664e2-237b-411b-9a2d-fdb3afeb65c4
2021-05-25T03:30:40.874Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: e81664e2-237b-411b-9a2d-fdb3afeb65c4
2021-05-25T03:30:40.874Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e5d1fd8e-a126 0 d4e55ddc-cbf2-4d64-b90f-a8223d7e5ebe ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:30:40.877Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:30:40.877Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_z0XI3zUCY8LdHgdJoLI1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:30:40.878Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid e81664e2-237b-411b-9a2d-fdb3afeb65c4: pNF e5d1fd8e-a126
2021-05-25T03:30:40.878Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||Processing PNF resource: d4e55ddc-cbf2-4d64-b90f-a8223d7e5ebe
2021-05-25T03:30:40.878Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:30:40.878Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_z0XI3zUCY8LdHgdJoLI1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:30:40.878Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||Resource customization UUID: 2fc3af6a-04b2-40c9-82d6-df3007dc4238 is the same as notified resource customizationUUID: 2fc3af6a-04b2-40c9-82d6-df3007dc4238
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as CONTROLL4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION5_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as MODEL_IN6_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as MULTI_ST7_44_0_, pnfresourc0_.NF_FUNCTION as NF_FUNCT8_44_0_, pnfresourc0_.NF_NAMING_CODE as NF_NAMIN9_44_0_, pnfresourc0_.NF_ROLE as NF_ROLE10_44_0_, pnfresourc0_.NF_TYPE as NF_TYPE11_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as PNF_RES14_44_0_, pnfresourc0_.RESOURCE_INPUT as RESOURC12_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO13_44_0_, pnfresourc1_.MODEL_UUID as MODEL_UU1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as RESOURCE2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as CREATION3_43_1_, pnfresourc1_.DESCRIPTION as DESCRIPT4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as MODEL_IN5_43_1_, pnfresourc1_.MODEL_NAME as MODEL_NA6_43_1_, pnfresourc1_.MODEL_VERSION as MODEL_VE7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as ORCHESTR8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as TOSCA_N10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc0_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc0_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc0_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as CONTROLL4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as CREATION5_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as MODEL_IN6_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as MULTI_ST7_44_1_, pnfresourc0_.NF_FUNCTION as NF_FUNCT8_44_1_, pnfresourc0_.NF_NAMING_CODE as NF_NAMIN9_44_1_, pnfresourc0_.NF_ROLE as NF_ROLE10_44_1_, pnfresourc0_.NF_TYPE as NF_TYPE11_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as PNF_RES14_44_1_, pnfresourc0_.RESOURCE_INPUT as RESOURC12_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO13_44_1_, pnfresourc1_.MODEL_UUID as MODEL_UU1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc1_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc1_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc1_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as TOSCA_N10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc0_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc0_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc0_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N10_43_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, 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 (?, ?)
2021-05-25T03:30:40.957Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e5d1fd8e-a126 d4e55ddc-cbf2-4d64-b90f-a8223d7e5ebe 0 ASDC deployResourceStructure
2021-05-25T03:30:40.957Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar ASDC sendASDCNotification
2021-05-25T03:30:40.957Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar
2021-05-25T03:30:40.957Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T03:30:40.958Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:30:40.959Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:30:40.960Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913440957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:30:41.060Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:30:41.060Z||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.
2021-05-25T03:30:41.060Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:41.071Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:41.072Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-25T03:30:41.960Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af2650c3-04a9-48b8-a106-3fb9269f346c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:30:41.967Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af2650c3-04a9-48b8-a106-3fb9269f346c
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=?
2021-05-25T03:30:41.969Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:30:41.969Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-25T03:30:41.969Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-25T03:30:46.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.76.44
2021-05-25T03:30:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:30:47.558Z||pool-3-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.
2021-05-25T03:30:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:30:47.599Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:30:47.602Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.602Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913352876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.602Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.602Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.602Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "cds",
  "timestamp": 1621913348069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.602Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.602Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.603Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913354360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.603Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.603Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.603Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "cds",
  "timestamp": 1621913348069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.603Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.603Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.603Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913352876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.603Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.603Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.603Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913354360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "cds",
  "timestamp": 1621913348069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913352876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913354360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.604Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.635Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913356527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.635Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.635Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.635Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "cds",
  "timestamp": 1621913348069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913352876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913354360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913356527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "cds",
  "timestamp": 1621913348069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913352876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913354360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913356527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "cds",
  "timestamp": 1621913348069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913352876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.637Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913354360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913356527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913359605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "cds",
  "timestamp": 1621913348069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.638Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913352876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "dcae-sch",
  "timestamp": 1621913360227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913354360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913356527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913359605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.639Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "cds",
  "timestamp": 1621913348069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913352876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "dcae-sch",
  "timestamp": 1621913360227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913354360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913356527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.640Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913359605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "dcae-sch",
  "timestamp": 1621913360227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913356527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913362626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913359605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.641Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "dcae-sch",
  "timestamp": 1621913360227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913363357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913356527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913362626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913359605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.642Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "cds",
  "timestamp": 1621913364675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "dcae-sch",
  "timestamp": 1621913360227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913363357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913365157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913362626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.643Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.644Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.644Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913359605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.644Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.644Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.644Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "cds",
  "timestamp": 1621913365680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-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=?
2021-05-25T03:30:47.649Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af2650c3-04a9-48b8-a106-3fb9269f346c
2021-05-25T03:30:47.649Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2650c3-04a9-48b8-a106-3fb9269f346c 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 (?, ?, ?, ?, ?)
2021-05-25T03:30:47.721Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "dcae-sch",
  "timestamp": 1621913360227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913363357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913362626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913359605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.722Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913366822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "dcae-sch",
  "timestamp": 1621913360227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913363357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913362626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.723Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913359605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:30:47.724Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.724Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.724Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913367362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:30:47.724Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:30:47.724Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.724Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913367825,
  "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=?
2021-05-25T03:30:47.727Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af2650c3-04a9-48b8-a106-3fb9269f346c
2021-05-25T03:30:47.727Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2650c3-04a9-48b8-a106-3fb9269f346c 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 (?, ?, ?, ?, ?)
2021-05-25T03:30:47.738Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "dcae-sch",
  "timestamp": 1621913360227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913363357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913362626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913368390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.739Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913363357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.740Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.740Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.740Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913362626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.740Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.740Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.740Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913368854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.740Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.740Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.740Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "policy-id",
  "timestamp": 1621913369394,
  "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=?
2021-05-25T03:30:47.743Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af2650c3-04a9-48b8-a106-3fb9269f346c
2021-05-25T03:30:47.743Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2650c3-04a9-48b8-a106-3fb9269f346c 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 (?, ?, ?, ?, ?)
2021-05-25T03:30:47.749Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.749Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913369836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:30:47.749Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913363357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913362626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913368854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913370895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.750Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913363357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:30:47.751Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.751Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.751Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913368854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.751Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.751Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.751Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "clamp",
  "timestamp": 1621913371899,
  "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=?
2021-05-25T03:30:47.754Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af2650c3-04a9-48b8-a106-3fb9269f346c
2021-05-25T03:30:47.754Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2650c3-04a9-48b8-a106-3fb9269f346c 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 (?, ?, ?, ?, ?)
2021-05-25T03:30:47.760Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.760Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913368854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.760Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.760Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.760Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913368854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.760Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.760Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.760Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913368854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.760Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.760Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913368854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913368854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913377976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913384766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:30:47.761Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "aai-ml",
  "timestamp": 1621913385771,
  "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=?
2021-05-25T03:30:47.764Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af2650c3-04a9-48b8-a106-3fb9269f346c
2021-05-25T03:30:47.764Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2650c3-04a9-48b8-a106-3fb9269f346c 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 (?, ?, ?, ?, ?)
2021-05-25T03:31:11.969Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af2650c3-04a9-48b8-a106-3fb9269f346c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:31:11.978Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af2650c3-04a9-48b8-a106-3fb9269f346c
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=?
2021-05-25T03:31:11.980Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:31:11.980Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T03:31:11.980Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-25T03:31:11.980Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-25T03:31:11.980Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:31:11.980Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:31:11.980Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:31:11.981Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:31:11.981Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:31:11.981Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:31:11.981Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T03:31:11.984Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-25T03:31:31.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.68.206
2021-05-25T03:31:41.985Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af2650c3-04a9-48b8-a106-3fb9269f346c 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=?
2021-05-25T03:31:41.989Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af2650c3-04a9-48b8-a106-3fb9269f346c and serviceModelVersionId: e81664e2-237b-411b-9a2d-fdb3afeb65c4
2021-05-25T03:31:41.989Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bee7a004-1b29-40b9-866b-e9c8bd6a199b
2021-05-25T03:31:41.990Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bee7a004-1b29-40b9-866b-e9c8bd6a199b/model-vers/model-ver/e81664e2-237b-411b-9a2d-fdb3afeb65c4?depth=0
2021-05-25T03:31:41.994Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-25T03:31:42.062Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bee7a004-1b29-40b9-866b-e9c8bd6a199b/model-vers/model-ver/e81664e2-237b-411b-9a2d-fdb3afeb65c4?depth=0|INFO|500||Invoke
2021-05-25T03:31:42.062Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bee7a004-1b29-40b9-866b-e9c8bd6a199b/model-vers/model-ver/e81664e2-237b-411b-9a2d-fdb3afeb65c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bee7a004-1b29-40b9-866b-e9c8bd6a199b/model-vers/model-ver/e81664e2-237b-411b-9a2d-fdb3afeb65c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[af2650c3-04a9-48b8-a106-3fb9269f346c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f718b5de-4d4b-4e81-aff6-ac8ee612c93e], X-ECOMP-RequestID=[af2650c3-04a9-48b8-a106-3fb9269f346c], X-TransactionId=[], X-ONAP-RequestID=[af2650c3-04a9-48b8-a106-3fb9269f346c], Content-Type=[application/merge-patch+json]}
2021-05-25T03:31:42.083Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bee7a004-1b29-40b9-866b-e9c8bd6a199b/model-vers/model-ver/e81664e2-237b-411b-9a2d-fdb3afeb65c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-25T03:31:42.188Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bee7a004-1b29-40b9-866b-e9c8bd6a199b/model-vers/model-ver/e81664e2-237b-411b-9a2d-fdb3afeb65c4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bee7a004-1b29-40b9-866b-e9c8bd6a199b/model-vers/model-ver/e81664e2-237b-411b-9a2d-fdb3afeb65c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210525-03:31:42:090-6932], vertex-id=[213192], Content-Length=[0], Date=[Tue, 25 May 2021 03:31:42 GMT], Content-Type=[application/json]}
2021-05-25T03:31:42.189Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bee7a004-1b29-40b9-866b-e9c8bd6a199b/model-vers/model-ver/e81664e2-237b-411b-9a2d-fdb3afeb65c4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-25T03:31:42.189Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bee7a004-1b29-40b9-866b-e9c8bd6a199b/model-vers/model-ver/e81664e2-237b-411b-9a2d-fdb3afeb65c4?depth=0|INFO|500||InvokeReturn
2021-05-25T03:31:42.189Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-25T03:31:42.189Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:31:42.193Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	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)
2021-05-25T03:31:42.193Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af2650c3-04a9-48b8-a106-3fb9269f346c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-25T03:31:42.193Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-25T03:31:42.193Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:42.195Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:42.195Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913502193,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T03:31:42.301Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-05-25T03:31:42.301Z||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.
2021-05-25T03:31:42.302Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:42.312Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:42.313Z||pool-35-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=?
2021-05-25T03:31:43.205Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-05-25T03:31:43.205Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c105281f-ef4e-460d-8f7f-a9370f3854a4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"635dfca8-b017-427b-9c0f-3b13faa05667","serviceDescription":"service","serviceInvariantUUID":"bade52b9-821e-46a1-b8d5-8f52a5c7d61a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"628ac55b-f047-4fab-ad1f-ea1790ee9940","resourceInvariantUUID":"02e75b27-451f-439c-827d-100e8f200ec4","resourceCustomizationUUID":"25b6b5a2-f030-47dd-a0dd-065cf3ec1ed4","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":"NDE2YzJhNGM5N2NhYTFlYWJmOGI4ODU0ZmIwNWM2NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d910e2dc-d77f-4bba-9ce2-f02ba7ce9a3b","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":"8d26c817-3a8e-476e-969c-d06f6fa024db","artifactVersion":"2","generatedFromUUID":"e935e832-7c25-419f-8485-13b759e3599f"},{"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":"e935e832-7c25-419f-8485-13b759e3599f","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":"ZTMyZjhiN2QzYmFkYTMwOTgyMjA1MTZhYTkyZWY5MTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"98e42a1e-db67-45ac-8eb0-87e45975186a","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":"0ba40345-e3ee-418f-9a18-8bc828acfe63","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":"dbb372b2-2ba9-413a-8f32-f27511773132","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":"7990090a-88cc-4489-8b41-bb533b89cd74","artifactVersion":"2","generatedFromUUID":"0ba40345-e3ee-418f-9a18-8bc828acfe63"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjlhOTI3NjRhNjgzZjBhY2FiYTVmNzVhMTNiM2ZhNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"204d4aaf-cf51-4180-b792-cba8a75f2557","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2RlYzM3ZmE5MTA2MjMyMWViOTFjNmRiY2Q5YmQ3ODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f766d0ee-f649-46f4-9847-1a133b1bf850","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-25T03:31:43.205Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:31:43.205Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:43.235Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:43.235Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:43.307Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2021-05-25T03:31:43.308Z||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.
2021-05-25T03:31:43.308Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:43.318Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:43.318Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:44.236Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:31:44.236Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:44.238Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:44.238Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-25T03:31:44.338Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:44.339Z||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.
2021-05-25T03:31:44.339Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:44.347Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:44.348Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:45.238Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:31:45.239Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:45.240Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:45.240Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-25T03:31:45.341Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:45.341Z||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.
2021-05-25T03:31:45.341Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:45.350Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:45.350Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:46.241Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:31:46.242Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:46.243Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:46.243Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:31:46.343Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:46.344Z||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.
2021-05-25T03:31:46.344Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:46.353Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:46.353Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:47.244Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:31:47.244Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:47.246Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:47.246Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.346Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:47.347Z||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.
2021-05-25T03:31:47.347Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:47.355Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:47.356Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-25T03:31:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:31:47.558Z||pool-3-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.
2021-05-25T03:31:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:47.570Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:47.584Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.585Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913383357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.585Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.585Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.585Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913382876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.585Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.585Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.585Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913384359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913382626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913382876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913383357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913384359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913382626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.586Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913393069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913382876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913384359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913382626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913383357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.587Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913393069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913382876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913383357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913384359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913382626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913393069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.588Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913382876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913383357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913384359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913382626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913393069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913396527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.589Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913382876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913383357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913384359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913382626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913393069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.590Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913382876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913383357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913382626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913384359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913396527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.591Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913393069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913382876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913383357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913384359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913382626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.592Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913396527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913398854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913393069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913382876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913383357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913384359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.593Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913399606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913382626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913396527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913398854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913393069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "dcae-sch",
  "timestamp": 1621913400227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.594Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913399606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913401429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913401450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913398854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913396527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.595Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913401552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913393069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "dcae-sch",
  "timestamp": 1621913400227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913399606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913398854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913396527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.596Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "dcae-sch",
  "timestamp": 1621913400227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913403176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913399606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913398854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913396527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.597Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.598Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913403674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.598Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.598Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.598Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "dcae-sch",
  "timestamp": 1621913400227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.598Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.598Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.598Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913404186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.598Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.598Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.598Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1621913404178,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T03:31:47.609Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c105281f-ef4e-460d-8f7f-a9370f3854a4
2021-05-25T03:31:47.609Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c105281f-ef4e-460d-8f7f-a9370f3854a4 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 (?, ?, ?, ?, ?)
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913399606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913398854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913404535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.626Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913404548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913396527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "dcae-sch",
  "timestamp": 1621913400227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913399606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913398854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.627Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "cds",
  "timestamp": 1621913405553,
  "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=?
2021-05-25T03:31:47.630Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c105281f-ef4e-460d-8f7f-a9370f3854a4
2021-05-25T03:31:47.631Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c105281f-ef4e-460d-8f7f-a9370f3854a4 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 (?, ?, ?, ?, ?)
2021-05-25T03:31:47.662Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.662Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913405600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:31:47.662Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.662Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.662Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913396527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "dcae-sch",
  "timestamp": 1621913400227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913399606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913406370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913398854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.663Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "clamp",
  "timestamp": 1621913406604,
  "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=?
2021-05-25T03:31:47.667Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c105281f-ef4e-460d-8f7f-a9370f3854a4
2021-05-25T03:31:47.667Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c105281f-ef4e-460d-8f7f-a9370f3854a4 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 (?, ?, ?, ?, ?)
2021-05-25T03:31:47.673Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913406679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "dcae-sch",
  "timestamp": 1621913400227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913399606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913398854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "dcae-sch",
  "timestamp": 1621913400227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.674Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913408050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913399606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913408860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "dcae-sch",
  "timestamp": 1621913400227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913408977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913409053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:31:47.675Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.676Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.676Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913409565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.676Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.676Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.676Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913409866,
  "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=?
2021-05-25T03:31:47.679Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c105281f-ef4e-460d-8f7f-a9370f3854a4
2021-05-25T03:31:47.679Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c105281f-ef4e-460d-8f7f-a9370f3854a4 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 (?, ?, ?, ?, ?)
2021-05-25T03:31:47.686Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.686Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913410092,
  "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=?
2021-05-25T03:31:47.688Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c105281f-ef4e-460d-8f7f-a9370f3854a4
2021-05-25T03:31:47.689Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c105281f-ef4e-460d-8f7f-a9370f3854a4 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=?
2021-05-25T03:31:47.692Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.692Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "policy-id",
  "timestamp": 1621913410055,
  "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=?
2021-05-25T03:31:47.695Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c105281f-ef4e-460d-8f7f-a9370f3854a4
2021-05-25T03:31:47.695Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c105281f-ef4e-460d-8f7f-a9370f3854a4 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=?
2021-05-25T03:31:47.699Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.699Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913410358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.699Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1621913410870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1621913411096,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913411767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913413554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.700Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.701Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.701Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913415477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.701Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.701Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.701Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913416267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:31:47.701Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.701Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.701Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913416480,
  "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=?
2021-05-25T03:31:47.704Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c105281f-ef4e-460d-8f7f-a9370f3854a4
2021-05-25T03:31:47.704Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c105281f-ef4e-460d-8f7f-a9370f3854a4 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=?
2021-05-25T03:31:47.708Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.708Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "aai-ml",
  "timestamp": 1621913417271,
  "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=?
2021-05-25T03:31:47.711Z||pool-3-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c105281f-ef4e-460d-8f7f-a9370f3854a4
2021-05-25T03:31:47.711Z||pool-3-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c105281f-ef4e-460d-8f7f-a9370f3854a4 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 (?, ?, ?, ?, ?)
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1621913417484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f831deaa-f065-4c34-acec-81f90d87fff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913425157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.718Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/resourceInstances/pnfe5d1fd8ea1260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.719Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:31:47.720Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:31:47.720Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.720Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913439082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:47.720Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:47.720Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:31:47.720Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913440957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ0xi3zucy8ldhgdjoli1/1.0/artifacts/service-DemoPnfZ0xi3zucy8ldhgdjoli1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:31:47.720Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:31:48.246Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:31:48.247Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:48.249Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:48.249Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:48.349Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:48.350Z||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.
2021-05-25T03:31:48.350Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:48.367Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:48.367Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:49.249Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:31:49.250Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:49.251Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:49.251Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-25T03:31:49.351Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:49.352Z||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.
2021-05-25T03:31:49.352Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:49.363Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:49.364Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:50.252Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:31:50.252Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:50.253Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:50.253Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:31:50.354Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:50.355Z||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.
2021-05-25T03:31:50.355Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:50.365Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:50.365Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:51.254Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:31:51.255Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:51.256Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:51.257Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:31:51.357Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:51.357Z||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.
2021-05-25T03:31:51.357Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:51.366Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:51.366Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:52.258Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "635dfca8-b017-427b-9c0f-3b13faa05667",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bade52b9-821e-46a1-b8d5-8f52a5c7d61a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "25b6b5a2-f030-47dd-a0dd-065cf3ec1ed4",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "628ac55b-f047-4fab-ad1f-ea1790ee9940",
      "resourceInvariantUUID": "02e75b27-451f-439c-827d-100e8f200ec4",
      "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": "8d26c817-3a8e-476e-969c-d06f6fa024db",
          "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": "e935e832-7c25-419f-8485-13b759e3599f",
          "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": "ZTMyZjhiN2QzYmFkYTMwOTgyMjA1MTZhYTkyZWY5MTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "98e42a1e-db67-45ac-8eb0-87e45975186a",
          "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": "0ba40345-e3ee-418f-9a18-8bc828acfe63",
          "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": "7990090a-88cc-4489-8b41-bb533b89cd74",
            "generatedFromUUID": "0ba40345-e3ee-418f-9a18-8bc828acfe63"
          },
          "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": "7990090a-88cc-4489-8b41-bb533b89cd74",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Y2RlYzM3ZmE5MTA2MjMyMWViOTFjNmRiY2Q5YmQ3ODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f766d0ee-f649-46f4-9847-1a133b1bf850"
    }
  ],
  "workloadContext": "Production"
}
2021-05-25T03:31:52.258Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-25T03:31:52.258Z|af2650c3-04a9-48b8-a106-3fb9269f346c|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 635dfca8-b017-427b-9c0f-3b13faa05667 ASDC
2021-05-25T03:31:52.259Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c105281f-ef4e-460d-8f7f-a9370f3854a4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:635dfca8-b017-427b-9c0f-3b13faa05667
ServiceInvariantUUID:bade52b9-821e-46a1-b8d5-8f52a5c7d61a
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:f766d0ee-f649-46f4-9847-1a133b1bf850
ArtifactChecksum:Y2RlYzM3ZmE5MTA2MjMyMWViOTFjNmRiY2Q5YmQ3ODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:25b6b5a2-f030-47dd-a0dd-065cf3ec1ed4
ResourceInvariantUUID:02e75b27-451f-439c-827d-100e8f200ec4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:628ac55b-f047-4fab-ad1f-ea1790ee9940
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:8d26c817-3a8e-476e-969c-d06f6fa024db
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:e935e832-7c25-419f-8485-13b759e3599f
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:98e42a1e-db67-45ac-8eb0-87e45975186a
ArtifactChecksum:ZTMyZjhiN2QzYmFkYTMwOTgyMjA1MTZhYTkyZWY5MTI=
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:0ba40345-e3ee-418f-9a18-8bc828acfe63
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:7990090a-88cc-4489-8b41-bb533b89cd74
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:7990090a-88cc-4489-8b41-bb533b89cd74
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-05-25T03:31:52.259Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 635dfca8-b017-427b-9c0f-3b13faa05667 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=?
2021-05-25T03:31:52.279Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T03:31:52.280Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:31:52.280Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:31:52.280Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: f766d0ee-f649-46f4-9847-1a133b1bf850 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-25T03:31:52.280Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:31:52.280Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-25T03:31:53.461Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:31:53.464Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f766d0ee-f649-46f4-9847-1a133b1bf850 66791
2021-05-25T03:31:53.464Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-25T03:31:53.464Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-25T03:31:53.464Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:31:53.464Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:53.466Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:53.466Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913513464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:53.566Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:53.567Z||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.
2021-05-25T03:31:53.567Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:53.575Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:53.575Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:54.466Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T03:31:54.468Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:31:54.468Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: f766d0ee-f649-46f4-9847-1a133b1bf850, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-25T03:31:54.468Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-05-25T03:31:54.468Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-25T03:31:54.468Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-25T03:31:55.250Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1160179415094776384/Definitions/service-BasicCnf-template.yml
2021-05-25T03:31:56.159Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-25T03:31:56.160Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-05-25T03:31:56.160Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-25T03:31:56.160Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-05-25T03:31:56.160Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-25T03:31:56.160Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-25T03:31:56.160Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-25T03:31:56.160Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-25T03:31:56.160Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-05-25T03:31:56.161Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-05-25T03:31:56.161Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.161Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:31:56.161Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-25T03:31:56.161Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-25T03:31:56.161Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T03:31:56.161Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.162Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:31:56.162Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-25T03:31:56.162Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-25T03:31:56.162Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T03:31:56.162Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.162Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:31:56.162Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.162Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-25T03:31:56.163Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-05-25T03:31:56.163Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-05-25T03:31:56.163Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-25T03:31:56.163Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.163Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-25T03:31:56.163Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.163Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-25T03:31:56.163Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:31:56.164Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.164Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-25T03:31:56.164Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:31:56.164Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.164Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-25T03:31:56.164Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:31:56.164Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.165Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-25T03:31:56.165Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-25T03:31:56.165Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8294be5b-bdc0-4d28-9acf-f3e504887ba9
2021-05-25T03:31:56.165Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.165Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:31:56.165Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.165Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:31:56.165Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.165Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:31:56.166Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:31:56.166Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:31:56.166Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:635dfca8-b017-427b-9c0f-3b13faa05667
Model Version:NULL
Model InvariantUuid:bade52b9-821e-46a1-b8d5-8f52a5c7d61a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:24318d27-a6e5-433b-86f2-1849c7d9646f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02e75b27-451f-439c-827d-100e8f200ec4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:25b6b5a2-f030-47dd-a0dd-065cf3ec1ed4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4ce57578-c2e3-48c1-bf61-e4d133267b46
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:7043e544-7d46-4c10-94a2-c414570b0e4d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8294be5b-bdc0-4d28-9acf-f3e504887ba9
ModelInvariantUuid:20f9b4eb-831b-4ee0-95f2-86e0a1a5f9eb
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a06b39a7-001e-400f-ac2b-cd90fef79a04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:c65248f1-50aa-4728-a6f1-4004d8a226ae
ModelInvariantUuid:11c37074-b8b6-4a20-b4eb-646b47e0dd65
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c0058fe3-3d61-4228-a5a2-a12ec9005a3f
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-25T03:31:56.171Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 628ac55b-f047-4fab-ad1f-ea1790ee9940
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:31:56.173Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||basic_cnf 0
2021-05-25T03:31:56.173Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 628ac55b-f047-4fab-ad1f-ea1790ee9940
2021-05-25T03:31:56.173Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 8d26c817-3a8e-476e-969c-d06f6fa024db from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-25T03:31:56.173Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:31:56.173Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-25T03:31:56.886Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:31:56.886Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8d26c817-3a8e-476e-969c-d06f6fa024db 12
2021-05-25T03:31:56.886Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-05-25T03:31:56.887Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-05-25T03:31:56.887Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:31:56.887Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:56.889Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:56.889Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913516886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:56.989Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:56.990Z||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.
2021-05-25T03:31:56.990Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:57.019Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:57.020Z||pool-46-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:57.889Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: e935e832-7c25-419f-8485-13b759e3599f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-25T03:31:57.890Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:31:57.890Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-25T03:31:58.050Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:31:58.051Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e935e832-7c25-419f-8485-13b759e3599f 2688
2021-05-25T03:31:58.051Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-05-25T03:31:58.051Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-05-25T03:31:58.051Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:31:58.051Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:58.053Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:58.053Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913518051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:58.153Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:58.154Z||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.
2021-05-25T03:31:58.154Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:58.163Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:58.163Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:31:59.055Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 98e42a1e-db67-45ac-8eb0-87e45975186a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-25T03:31:59.055Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:31:59.055Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-25T03:31:59.325Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:31:59.325Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 98e42a1e-db67-45ac-8eb0-87e45975186a 828
2021-05-25T03:31:59.325Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-05-25T03:31:59.325Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-25T03:31:59.326Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:31:59.326Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:31:59.327Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:31:59.328Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913519325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:31:59.428Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:31:59.430Z||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.
2021-05-25T03:31:59.430Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:31:59.438Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:31:59.439Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:32:00.328Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4ce57578-c2e3-48c1-bf61-e4d133267b46",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7043e544-7d46-4c10-94a2-c414570b0e4d",
    "vfModuleModelCustomizationUUID": "7660c5bf-707e-4398-94f4-b238b0ce9c4f",
    "isBase": true,
    "artifacts": [
      "0ba40345-e3ee-418f-9a18-8bc828acfe63",
      "e935e832-7c25-419f-8485-13b759e3599f",
      "7990090a-88cc-4489-8b41-bb533b89cd74"
    ],
    "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": ""
    }
  }
]
2021-05-25T03:32:00.333Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7043e544-7d46-4c10-94a2-c414570b0e4d
VfModuleModelInvariantUUID:4ce57578-c2e3-48c1-bf61-e4d133267b46
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ba40345-e3ee-418f-9a18-8bc828acfe63
,
e935e832-7c25-419f-8485-13b759e3599f
,
7990090a-88cc-4489-8b41-bb533b89cd74

}
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


}

2021-05-25T03:32:00.335Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4ce57578-c2e3-48c1-bf61-e4d133267b46",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7043e544-7d46-4c10-94a2-c414570b0e4d",
    "vfModuleModelCustomizationUUID": "7660c5bf-707e-4398-94f4-b238b0ce9c4f",
    "isBase": true,
    "artifacts": [
      "0ba40345-e3ee-418f-9a18-8bc828acfe63",
      "e935e832-7c25-419f-8485-13b759e3599f",
      "7990090a-88cc-4489-8b41-bb533b89cd74"
    ],
    "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": ""
    }
  }
]
2021-05-25T03:32:00.335Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7043e544-7d46-4c10-94a2-c414570b0e4d
VfModuleModelInvariantUUID:4ce57578-c2e3-48c1-bf61-e4d133267b46
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ba40345-e3ee-418f-9a18-8bc828acfe63
,
e935e832-7c25-419f-8485-13b759e3599f
,
7990090a-88cc-4489-8b41-bb533b89cd74

}
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


}

2021-05-25T03:32:00.335Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 0ba40345-e3ee-418f-9a18-8bc828acfe63 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-25T03:32:00.335Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:32:00.336Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-25T03:32:00.590Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:32:00.591Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0ba40345-e3ee-418f-9a18-8bc828acfe63 1164
2021-05-25T03:32:00.591Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-05-25T03:32:00.591Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-25T03:32:00.591Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:32:00.591Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:32:00.593Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:32:00.593Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913520591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:32:00.693Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 58 ms
2021-05-25T03:32:00.694Z||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.
2021-05-25T03:32:00.694Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:00.703Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:00.703Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:32:01.635Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 7990090a-88cc-4489-8b41-bb533b89cd74 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-25T03:32:01.636Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:32:01.636Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-25T03:32:02.085Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:32:02.086Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7990090a-88cc-4489-8b41-bb533b89cd74 200
2021-05-25T03:32:02.086Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-05-25T03:32:02.086Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-25T03:32:02.086Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:32:02.087Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:32:02.088Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:32:02.089Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913522086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:32:02.189Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 54 ms
2021-05-25T03:32:02.189Z||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.
2021-05-25T03:32:02.189Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:02.199Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:02.199Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:32:03.135Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: 635dfca8-b017-427b-9c0f-3b13faa05667
2021-05-25T03:32:03.136Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 628ac55b-f047-4fab-ad1f-ea1790ee9940 ASDC
2021-05-25T03:32:03.139Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:32:03.149Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:03.149Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:32:03.149Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Processing vnf with UUID: 24318d27-a6e5-433b-86f2-1849c7d9646f 
2021-05-25T03:32:03.149Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Will get resource from SDC using resource id: 24318d27-a6e5-433b-86f2-1849c7d9646f
2021-05-25T03:32:03.150Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel to get resource 
2021-05-25T03:32:03.151Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel
2021-05-25T03:32:03.151Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|INFO|500||Invoke
2021-05-25T03:32:03.152Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-25T03:32:03.152Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel
2021-05-25T03:32:03.152Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||Method      : GET
2021-05-25T03:32:03.152Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||Headers     : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"c105281f-ef4e-460d-8f7f-a9370f3854a4", X-RequestID:"c105281f-ef4e-460d-8f7f-a9370f3854a4", X-TransactionID:"c105281f-ef4e-460d-8f7f-a9370f3854a4", X-ECOMP-RequestID:"c105281f-ef4e-460d-8f7f-a9370f3854a4", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"399e05d3-610e-488d-9986-8b434f8b1142"]
2021-05-25T03:32:03.152Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||Request body: 
2021-05-25T03:32:03.152Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||==========================request end================================================
2021-05-25T03:32:04.866Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-25T03:32:04.866Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||Status code  : 200 OK
2021-05-25T03:32:04.866Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||Status text  : OK
2021-05-25T03:32:04.867Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"M2NkMDQyOTY4MDg4MjgyMGNkNWUzMDJmNjA3YjBiZDc=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"c105281f-ef4e-460d-8f7f-a9370f3854a4", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-25T03:32:04.878Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM��
�0Dw}�@I�zK�vk
M�.R�l꿯nj��w��\܈V»�o��'�f�.���u&�̤���Z�(�T�B�$7�\�ʻ�M(֜B���o�'*~s��rI�HHs��K!���F�ۅV�%���4��?hB3F`,/�v�m�&�g4Oˌ�W��iV	I"0��G���� 荳�����LC���ԛ7O`�4+����ʹ�,+b1 �����$�%W@#���<�������iFc,|��]4Zm�">ei�Sɑj��ƌtD�c	N����*�2ܬK
5nD,)haB�eVt�8�3��|��CJ����|{�Fd��Ӿ�H1��'�@̰65㊤�K	�r�Q\H���`�ϒIH��Ƀ����+#����2��^�W�A�0���\L"����$�H!��ͯGe2�*��N����.��h}������������?���\��,ف%��EI5����BZ��R�2��e4I����L��[W��T[K���r�A�� A‚�`՟�E���O�`��&�K��*�gX5Yi�"F�py�5OΑ������T���8��L�j扜�"K�f>�i����'�����ۿ��C�W�b��o��4����ʤ�	q4h�.N4�0!>�
I��ř9oq"���̝��7+w��;����ܫts_��~�r���I�cn��aقt���_�l�̫��Y斨wL��Ɇ<8ϼu$ݹ��z� Q�6$i.D]��d�
'�Jj�̈^�@*�W|g=.N����/��b
G{����jS=�a2Wr)�W�¹05�Qq����>�s��IN��lKظsрŨ��i��b0��1����o�>ڐV*��>���b�������wܼ�xR�mT,^��_3��K
7��@9%eF;����G�BU��/�W2v��2����ô��򍞡
��׆:DWu�C���q��}����:�/b��:wG��:��d��Z�oNj�_U5�-�t�_ cB���? V�n8���bx�V}��'��&�+z���fJ�Ko�5Tw�\�����[��<�`�}H]�	7㵋�ͮ�,&ء[��G&.›�m�4t��q�`�^[�>��K�Y�i������Z��������B����-g���Ha��7y��^_d3��عR@W���	^z�����Z�Ȟ�0���̜u7{�nv������'
����:뵻���$�w����C���"�@�<�"�9 v`����&�T��|Ly���4Jc5�ZH��a�3��J�''��ڡ-���:�B�qy��>n��M��W�g|���Ti*[��]��-8L�=�Vi'Y
��jB3L��1��P��F*�AH���+���; f����&�Ѩ̀KB�h��Q�h�����wD�������@��q`��k��Aur3�7��`\K:���}}\�.�Y�pU?��g��3�e���ز��h��0������w�F̵�$��])'�~Ž4t��ڙy��>U�]6�lgne
��'�mY�CK�Rƽb�ߗ�8Z�����M��	`�؇\2��]��#:>Zu
��	��"~���%H�oV�<33��ٮ��-�{������d���`�/	���11$F;��*B�kD��N�&�����;QTz3��c;�����~��������^S�v����M#����Q#�\���Cg�v5�S��x5<��fj�ٌƈj�>bF��ڹ��F���HD��uzPe|���֬�+`Th�
���S�ᷲ�0��@m�MV��,�jmM�d�>�����E�'VOYQw��PK��I��	}6PK��R4Definitions/resource-BasicCnf-template-interface.yml�\K��(�ϯ�q��V�5�~�4�팦gFZ�V�`������̯��N��c�n�"'|�Ael#5�(�9�0)4ZS��b�wK���mp��
���2z��*2�p��/g��|A�)8�̰�fSvla}��/�F�"��ZTQ�]�V���vn��K%���/�o��3��䶬�BH����Z�N�5#�j�ʒ
JdQ��jY)B�u��a�ȽȽ��*��ʕ,fC��B��I=��?���Q��+I�9*dV�yX�-�M��f�|�2���������O��	��Ym0�lU�D��8�Vr�2�%�Mҩ��?S4�%9��������� &���0"R�lY)����FUt�W)9��H�"G��C�MA�8X����u��f��hț>�*GzS@������f˾��+\8X�3����8�"����`H�$�T!�T=�{�_}y�x�p�����3�g���������i�f�	&]Ru��� ��a���̪�� VXsw�4�s"g̷+�8��Uy�kO�������>~��ݒt�A`N�r+���z�i��lsx�'��W_Kkp�7���5��eƀ��W���i
���L	���f��pU8g`I��8�4��_�kwqVډ{��X���FZ4$!�R��Urݺ��t7���k�֘��ТX��Z^����0�hz��?��0��.̊/���P��wz�['*Š����T�׆�gjRV����#�=e\�uk�t8}�l�.1+l`v^����NɎ��SD�D?��6pS$�"~	#I*
�LH�pz�o7��;=�"��f�d;H�G϶�oD���uU��H����>��V,�G���31�!M���ӡ�p`����VOQ����F�v��2S!�:9��W�H<�ɧ��:��������%��zx�ߧӎ%?D�b̏�q����t8��u�C���}4~�F�J�4`$�8�p��C	*�R2aNv��u��6+�8f�qw�����q�~7���v�W��+���T��0���4y+�Z�]��Y��V�f�T�c4�
�U=�h?6�X�4�ٟ� �cuUyS+s�N���]��1�����Z�e��X̹$�S\hGZhw������D<3��C����r ��f)r`�PRz��19�C��M�4E��h�h0�џ�I�I�cvp�P#�$�ڦ"-F��C6">����	p������b"l{3�crl�
��_<�0��	���F~��F�
�yae�d�P�7:��7�+n]&�&]�C�LA&&M�1H�h\b�9��X[��f�0���î8L��#fS�$�sf��+�d��60��d�DL	6��y|�|�%�w��)�IH��?~��J��'F���$��~HQ�2:�~kd�[�m��8r8Z�rE�0��Ռ�|tq�$�� ��Gj�s���!���~�׍��
nj0�W�}ٱ�M������V߸�Z�PK穬�
p]���GAa�g}/�\d��d>�5,�6�:�x�"��Ƕ�-��~o���]�E���a�4L��'c���LVE;P8�t���wꌱz�T��PKcGV=72^PK��R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKW�:��+�c�'�ٵ���CiOi��ٖ�nm�ג)鯿#?%[~$!�fF�y�[��{!�(��r&��	�g��bJ�$����I�-��YB$���3ǡ�g3�������r�M|t}��њ�\F+t�!.^�����Ucw�_��+�K�֮!�|�7nD��쮁��lx��!�0O���K<Me��-Wھ:�̑��a�Y�^ʅ�(j-��Et�g�SI�r:�y,�e9���$�9�b�XF��iF­�X��,
�(g�.�䅴�l7�ZY�+��镮S!{"45	����3IΚ�_�K�)ɫ������˩�ܑ�!�jݽ�BA��*�JH*sE�X����%N���U��2�E~33h~H�Wk#�sw���$OV�J�y(�`�J�Dp�f`����ں�S�l���P��n�S�S��/��Pq���T|I�(�/<�X} ��*�7I�A�ʺ�X���ax��(�:o�
İ�G�㎯��8g����z�.������v�	��r�&`O��9œ��=�w#����Z�9(�+�
��(P4#���g�`�����]��7�(�O��k����f ��p�!Ƃ��(z'�YS���I�M.T���l{�����uќ��}�0���=4z y�.�ܫ5��
Z㕋
̼Yo��q�ps��,��^^G�]��%Z�V�_���	n`_Dm��B��-�ӊs�Z_GKt�b��W�����5^�6�M������8|5�����B��TV��ں�/CH��	;Ύ(���v�{#�@
�������4TU�@�`��w��?|h�r/u�� �>�vX������3R�8����Z�η�����_w߽ۏ����J�WVu6�?F�P?��2Oi�A�'�~�{�C�����Ó��g�o�n��8>���LQ������?���FL�B*~/p�D�F�R?[�5{鲛b3�ᐥ�QRnShH�ߠP�p�%�'�\D�l�]�5-H�,�L���펳d�i
��Q(���O㷺�T�}1#˨��)
3���!njwo�f+k8�k�N�Z�V�8��[riP��������U�
T���ZF�8�lR�-!q�,�͟X�{R,81�;2�c��t�K�Չ2Ş���6DyzRF+���m�>���']��F�b�G�R��L�N94��	��d�5=�"���T������b~�?t^s�G�i?>I�L���xlh��n�'�C\n�fo���w�j��p����Q��"���vT�j��K&��1��;s�7�^�Ӕ�]%�|�3����Ӿ�i��>#Bm=ڳ�lal
9��TP���2tv�G��F�*�۶�6�V	=�2ܒY���ji��\z�5�jYW���x[ee�w7�Z�1������A�I����Lu��qP�7-�V�l-OW����ۛ.K���neƴ��Ʃ�Ş��;(3�:�^���n;�C:��1ً�Q�;l'{ �A��Mc{�l�,���m���a(U�M��}K��~4[��<	�ǔ6{s�審���P}�婈�g>�w^{:"XB�2N]�p��,��@o`�`7 ���+���;� |;����T���l;�;���(y�:����s}l~�U4����]�A�h]XF��L|��\��}��^>A�U�#�ȷ��e�����z�ٿN��@C�Z������r����Ѝ4t'�z���=�7Pw��PKF�&�*PK��RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���;�LvfꤗN�K	5��D��.@R"%Ғ<&C��'\,o��Ӗ3�B&�pB+K7`,�� .<�B9�-�9�����6�.���S��e"�EU�le�S��]_X?�`K�c�]�vy-j g���(:������+U�ԏ�~�dSV�0������Z�A�w��z��*�(�Z��K�!�d<�cV�{�q��-�3���?hi)�j.#6���h�R|P�����naP��1%�>���:*�uL9�@�V�X�&�j�}�+s��7%�J}7d�uL�J
�[
�d,��4v�f��]���Y��	��� ��9T��zu��̖Z�٪�h���/B���nX^B�4-������F���w��UDgĭ�%�Do	Wz	b�l�s@L�N�@*�p��$�=4?I��6��ö^�����D�r	�ÁU>^0sSbn�x�3u�e���c�k{J�N�L��[������/fW,M�[��)��a�)F��D������!��U qk��Y �u���"l���91'vϝ,�5��O�#�a�����st��"ƢB
��y��IX$����󁠥�������w��n���j�	-��·z�i1-���v��o���.�c�͆�+aH�Ӊ�I2]	�_OrG�LG��3f��Mܥ��3�}��,z�}�1?����wG'D.�<=4@ϝq2	+�q�_tM-��}���#�퉀����{(q�9����W���.�YM�S\�^U\z�M��Zsķb������."��&<�W‡�FLK�+�&j���WSpc��`���҉<a�����T����3f@;Z�O���e>���B���S]!��J�Ny�⃟y�6:䇃3�C�3t�iy\zZ����(pߵyN?7>
6z`I�c��Ÿ��.=m��s}��{��|q��ӻk�5�Tu7�Z����_�܈u�a�l�_T��u{N-"ճ�6Fw>8��Z�Wǝ�C���*�.�\��W��PK�l�n:[PK��R)Definitions/resource-Compute-template.yml�VKs�6��W���@�$�r̛i&��;ʥ���J��(����F��uƹT���v�}�.�IZ)��r6d[����Z�)4e;nt6ͦ#C�Ky:bL�-��۸\��N���$���$y�8�%s)Γ�R�D�f��)-���)v����X����<�/��O�,9�Φ�S9�|��Rv�LQF·� �*b���
O�l�3O\3��V�Xbi��(K�(�GTc�ή�7���BAB�I�����f�$���f9�2Czd��[�!��J�V[�`�T�LMH5V�v�d|˕����Y�ꫲk���qO=vOF
�J�GV�Ա��'����B�ή���3�$�@û�l�W��Kd2��B��C#�qW�����Z�HkR��,y% e�$F�=��R��W�By\�}�Sv{s�����߿Q�Q�ަ�	��rr�
�=��oJ���z5Bw:C:J�…�-
�a��wFCY�l�P	[��ϕ�!}y���B��*؁���+��FҪ����˽��pk]l��Q=q
��ͺ��7	h�ٌ�A��l�I�;�b��^t�؁��`	^dz�ޏbS�A_޷��(�'+��1��Io����]�\���d[��̚ak;���i��[#M�>��g�͔
��6-U��=7)���@��[�V\�{�_^�Kk�{���I�F�?��oZ��B"���������d��t )�shl{DR\8"�������]�d~m>j�b�I�Ƕ���yY���5���Ӫ�4�=�H���,V�i�+g#���zE{���v�V��~u9�������DQ>s�
��g���y��n��x}�+̑6�W8����Gv;�G,���7�Ŏ�9�),�G�Ɨ��R�Y�E��N�v�2�y��e�?����"F<1L��~>�.A�ᾡ�����=|�mlS��FPK������
PK��R/Definitions/resource-Globalcompute-template.yml��o�6���+x�z��v���%m�CӡXz�"�l�������%�R��L�"����}=�e�atá��BUf�m�bM��2��%l���l�]�`)����՞jA+����ÚЛ߲�bI~}{�,�kB���|`�by�X.�U���o�"/�b��j�J�|�!ɳ�'�b��"�Yh\���T9�������0-j���
j
*k%[gI�B�����D�Y�)�QiQm	�5ͅ�.�I�@{������Q[�X-T��4����XM��t�X5��w���k����O��_�r�_e	�`=Yz��g~�xe�Eq��M��������5뫄T�eZ�	)��b\Bz(%f�.i;11h��q��&!:S
�:v���N2z�V�ԪK�k%{Q�֛ЪR�+wl5Jv�mg7�*�MU��a�D:H���v���t%r����Ъ칞��Vg����:V#̏����L������i�&���D�� ��k�ǟN���p���oU&4�o@��BN�;`6-ষ��Y���'�q}����֨�K����0��
P�F��[
O;����(a$�Ib҉ީ�֋
¤x���ԓ6D�N����5������&QKQ��Y!d
��%��x�~N�w��u���Mt���~�k��8W�@y�Z���,��s�l���&�neY8G]���uC����mCg`��80x�ȡS񬅅ȃ/F�N�D�+��҆N����jj���%�	�t�|4�n#pp��}\�l+d�����Nր=?�VTJ��c�ȁ�!�$r�TtS�a�+N�� &2σ�8����rL��-.2} �5q���d���9�"���T�Y�7�/��,���A�H��C�X�l<�ꋄA��)x��"�bF�k�=N��@q^���|�j<��5��l|X��ПY���n�-\�Pt��o�DL.�A5N�p�\���w< w�}�Y�8_47����9�^��o���j�_��>���{W=���P����0�0o�,�>*$�PK"�n�=KPK��R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0�����
���kS��Y�J���>L,��l����pI:4j�3���\M�QB���N'�]lG�
K���
�X�mq��@A����v#
.==}�ܰ���K~�2quVA�g�B��U-��J�g���2���O�I�EV��5�3�%�d©#؁ņ}������r�F�������$Aݧ��G�X�!�0He:���Qi�)�z�����԰�H����A��?���Dz�� ���ab��u4����
B�Lǂ��w�w*�<V �:4cRl[:���X�
EX[��!s�����͗ЃІ6�G��

h`Y���w����[�ÞZ����򏔯چ�s>�q�;y�f۷}�q��n������E����>�5������.x��+��u�G�?1������PK�!B�PPK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W�����I�ķ��v�I�L^�v:J�l�R�JR�z;��Hɖ���LOM.
	��x�2�ȥ�^�9X�C�Õ�E� Y�B%��T��{>�E-��(7����E-<��ڔ�'�ui�̞�l�j���Qo[�u��d塱Ӯ)1I���ۄ�;ϳn�����9��Ҋ��]�d�����J꒩��_��ia2�[�]3�1.
�����IS�h�Ynd�M����Ǽ��������k�o�iYΕ��z&U�2�j4����c
J���uJ���Ӄ����K�"�f��mPC�ScĖP��6`1H�W�ҒPC�}���h�5��CȌ8�0��M��=�z{}1�z������\�{���&������|9�uQ
@<5�@VQF�el�ZX��οo��M7@"�-�q�i�e6�LOj����2X��d82���-�����q�HqP�
�y��{��t�h�Mp��(���ho?��uu��o�P*C�1^�MD��]*d�Q�Ɨn2�p���e3(Z��!lZ��&�v����f:��=�ef�,�T���in��-�>�U����Ŏ�G�������`>C�E���2���~�kTR�g�v��oq����:���{��KF&P�#u��'nf*%h�JDX�q�ڴ��
�:q�
u������O>^]<�77������X�]I��Ec\фt�G��CzÈ��Qq�)�B�l�q�$�����:2lW�8�U��W³]m))*���mܿX�_�����3�F]ٵ��tY� ��TN3Pe�|�T�Y8PKh.��PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ��Ȃ�#�܄)}'��-i�;��|�O�xL�o�9|��8� ���]e��W���$)�+i��A� �!����\fA^>����~u�"�u�0���`����<`ϓ�Z��Z�bh���1���Eů�/�#�^dL �s쬳�T�I��T^T
	s�OSb�$Q���P��+��7/��1�f�)�x�c�l��8v�0�VMUԁo�Db�>.a����k��2�C���}}�K���/0�'8� R�(��I歃�������ˎwp�'�w{���\}a/�h�
ܰ��x��曤�7^�	>�+
�� E�'T�޴|��}�(�z�gaZ�x�	�����Թ�ל{����I�M���,�<����msp�����Ů�@������6�S|
�r���
e+��]���.K{p�A
\ �����)���y
]�Ov�S@~S����wY A�"��������ӳS򬺬��w�';kl@���I���G�����)ܝH!�t'
ԈhӉ�u���u�y�d��QiҼ�w\c^D~���g��(�u� ۇ~�<�pD�0/��謒���f��ͻ�k9	�փ����]\����_o�������R/ρw� =|�u�@ �f}	n��0>E�$.�i��[R�R@-]p���G/f	hq�v#��r
O�^|՝<�]u���8��`oƟ/ٞ�!�s�" Sy�k7O>��
k����K7Ov�/(Q��TwOm��)'����m��S����"��i��w��ښ�l}M�?Lu�qo�a��?��;�J��N�D��?������ˮ�S#v�����3�Kߡk`g�ޡ�p���Rp�}��`��4�'���A C�L�n9�rn,Ҷ�$ˍ��=�'��k�Bi�P�Y�מc�"/�?��pY.)����5WWe����Hi6b2�w_��z�iY0i�%�����1E���x(*}xS� �(у;D�=��o��$�h�0-Nt�x�/p{�v�I�-[�E�$�Ͷ�l��]��<��!�o����QhfY)O�|��,Xk�/5�������.�ŝ$1Bx/K��E��N�,g�*��%T�G������M��D�^5�2��-,72��V�j�����eg0�7P~R 7u����H�p~V�z�y*dץǦ�H(�V�F���
��K�͉����۳������?d�I����N~��z&=�����ȭ�v!򉢇��[d�?kn�|�TC�AZf�"���/�Z���9��)�?knE3����>���΋���o�h���k�6���^��r����zO.�[w��I�����"��Y������A=��B�M_�Ct~�6?\�33�*���(���5~:ٟL@��v��x6��������������xL
M7��tyk�Kӱ?/��Om�|b�B1�I"ە�|��<�����"�m#�<%���S�s[o���p@_8��.~�%�$�L�:b���O¡��(y�`�In�Y�()A;].C�	���~��;l"�LħGp�I0g�n�)����iu7�&����7���T6��� h�H[�ɫ��E'b/+�&'s�ʭ9������Jϖ�M���I�--\d7O�A[a*	gOlt�[���8c?�-�?A�Cu��d��W��
&i��Hc��k!��y`�
�k3����X@wQ�snm�G������Sv��I�
���IL�������R8�s���.2'������8.�g����̝^�1��N>Yޅk`i�ϼ�� ��w��0��r���آ�i��)@W�� �8��<�v�59a��qr�˹H9���J+�k��ÀZ�;�/�A�>����V�i��L���\9\8�c�Z
@�A��*Ipֲ)���������y��P�*A��
b9�[��2�Fm���q��o�*�2d��"�2m�
_DK�5�hI�5�p��!.o'h��Ç�x�2>u<���-���n�Y��;:���Mgg<��XnC��U6n�1�gi���x�N{#R��ͬWX��L�^��p2y��^Ö_�پS�Zl2��M�����^'o7U�}/;mj�7�-���cOV����Ȗ<�
f�x���1��6q���������q�a��b�)�
Vwl�8��f��8HB�Zj-�$жt#�D�'+��N�f�Zv�_i�}6;��=E�����5��i_�7^����7��r���v�8?O�b>&����N�mD��{|zٕboH"ɠV�,\o�'$aI#ů�er�H`CZר�r.������3ZHg�D�qoj��vKV��nͷ����XJ*�ٟ�z���Y��#Sܐ�M٢��
��D�&��K�P�BK|�S��h�%�M
]�ڤb1��N�b��̐�;�8�2$Dm�����W�<�.b��@L���f�C�*3�a��:cX��VAIg�e��,#�BR�ϗ�\�r��jARq㮠�ϗZ�f|&g�%O�v���!�̵�Mf�!��h�c+W&�'���R��E�A�L]�up��pL�Y�������/O&P�i�`ѹZkIuw�cg�&�v��b�2����M�~��=i]�B�~%����l�.�(П������xqZ��O��2
Z�Pq_��6J��黟�eS��l
�q��͚<��������
�?6�"�6�/���he�3:��%9��a���4�ڹ�'/终��8´A:��JT�	6�٘��ɐ3\������Ԓpo�R��v�V�ٳ�uG>d/��Ů���r 
��zO�v�����6�Q�tp)e�����S=��{�$�^l��n#t�z����2��ۢ�Y��ʞ����
�\wvs5�^
 �8k����;�_��`a5��@��x�C*K��~B�a���#@	�|O������A${����0.ώ�d��Fj|A��ub���p.�zwv�p1;���vy�ezi���P��R���< ,���aI���wiN�<��= ��tFe�1�����/�C��؋��է�����������8��u��8��aェ��!)Wp��6���g�����^��N�ѣ�5�zZ���I�|{��L����9ߴ���o%�}Wv�c[E�糧(�:����0�k�������AA���Jx�nk��$�ȫ�K&6d�]oɨ
�>\�;����*`�>�p?��r�1,O/�l��#p�aC�4K7P�p0M��#`L=]l���.9HO�̣G�
d4��ː�H�f�g��$�)�'��!93�d�'r]A(1�͂U��J�tP�fʓ8�植x�C�L`gC8�}�o��U�N�Tj��`C+��@e�����'l�:,�cl�޴FL������P�o��m�C�;ŗ�:�oq1����IZ8%�B̴ؗ
�KV��JN�Z j}���Y6����(��5�J�!�W�w�o�p���y���T�Q�c��­�n�z���~���"^��|�1J�����hݝΜվ�28�0@Z����U��ټQ�^o��PD�X}�H��Kiz6bX��2�de(ǜ��>����� �O�d=q�bs�Ie"s�q�{��j���d�M��ܐ��Z�JC�1��yk!A-';E=py��!�g�~6�w�`����x�65�n��G��[ax�u��db�38S_:����[/nآ�V���[�,�6ZvFy��]�+�:�dasI}m�'x�͇���&M��ձ�R��0s���a_^�?�7E�� ����?��+
�Hи���憱�R㐆d$
F�nR�"I�MÞ�`�aQf9��O�si��Fq.C�T��`<�>i*@�kx��݅�M�r9���XJ�3M+���q/͂g��V�2�|��X�Wd�Ì�.����N��O �l��,+]�q��0\��� �e���x\�qtDoL��z��R��"��LN0�9m%��lF�
�uEz��q�S��0��ث�%�r��j�P '�Y�+n�
�\�Nik$���m���*2U9�r���E�>��<��5�������wW
�����Q��Lg��ފB��]��Ӯ����q=DH~,�2?�V���/+K�['\r���vV��3��>�I6�їG�8��A��q�sz�A�w�[�X���vAMQ�W9��J��_�PV\ϧ����/�
)w*x��=
��落E���2���Ӥ?H�E�JFE�փ�ks
���"iƷt"����WY�����Dd׀���>m��KS#Dg5�!!3�23+1O?p�l�D4�f��_<a1qΞ&�ݗ����e`�o@E�����uD��.T	�"�F)�
(��!�^O���C�Fk� ��.2�W�p�4\*��&�A�ޥ2����WvƼ�K��X)�!5���/�•�<
�o���w��ӌP���Lu,Q���Y��޲&��DǟtB1l��G�7���*	�
c��jOR���$Stlo��l�?�a��;��C�O!ĕg�#pE&$6',m�����/��]�$�������sH��l����EZˀ`�Z�!��\]�Q��K�����Rs������C����Լ*,��"��d��V�2^���k?�~�7M��J뙂؆�Y���F��,����^��E�;"2&���t��v�]�Q��4�
��������9(���f���+ģ�N�C/jec�6��Ļ#g�ߎ��,�g�k�-ݴ����2����d��x{~�@�^'x�H���~N��{g�2�C�\�2�R���G�\�����a̍��!k��C
6\_+I�CN[��K~�!0۾�6O��}>>�pY���!�U��?k�f[W;����7�}��u��3|�R����!��Zr���������~�`-�&�w�U+���bk�jǰ�~��J�?�־���El��\]b�s����&���AA^*����Rŝecݞ�a<�q��*�4�9s���[h�)�+���^�$�^W�"�HHڶÈe�T_4M4��u�-n�E(-�6J��^QM�:�Rꁃ����Uq��*�T�t�¸�S�U&�wU��E
X@6[o量��ﮢ�R�W%6������Z/O_��էd �3�>�B|�.�Ǿ�Z�⍴tI�#4x_�)�-�aU]�4��5N�m�LUv0����7WN)\J!����t���\��Kq�M�mip��7����RTJ!��{��з.�[���1Ak�"��ˊ��1�r�S R��p7>[�7}��T�My-�ᄃe�$�Ǹ���Z�H��y�+�$d�_��S+8���X@wQ����Ȃ4�K��L���G����Y�Ąx�M���.]����h��Iӯ�7�q\n���ٙ;��c�wҟ�O���T�ׄ���?_�=i�V�)!g�i�#8��<�v�59�{p��9.�"��8������l-��j8m[Hm����nƠ�qk
�x�����Y��i�����o�lκx��m�l]n��	�#4�y��zZQg�4�ٜ�B��[9?^��Q%�M�޸��;��X�y}l�kt�u����r_Pv�I��"3Vct,���[����r}�:�0��1�@�Pv��4ۊ��Aw �����36e"�3�6��Ҕ����U����"m/bЕ/��;���P/((S�oص>.�>��5^Mz�0��Nhա5�v��@��/�&�zO}��=
Z���wW�-LAN���"��}�Y�Z\S(W��=�K0ǚZ����I�*̲$���w��J�� A�_n8�EQ�K�����ᾌ��Y�'c�P��Y��\��1�U������9�����$��$�=wHD�V�3�I�����"�j�j���L�N�7��$���5A��ey.PЛ�#�z��V�w-d�NN�4Jx��y�}K�	�����}Fb^9o�!�۴Q��
|��C5�$������nݢ�J�4p�`o�t��?|��p�3��aCyk�M@�U�*-��h��6#PUw�O}�$Y���[�<������'�;���	�a%R���#��@���VF2�a��ȏa�����jc����M��,�l�yӸ1�Z�q�C�t.bXg�I���J���NUldzٞ|*�>��I��R���M۴�:.�6t>c�oKgg���-W',���3|y�
mÿUgp�},�r�&��~?��՘8�I���{��/��{�yMx��d��&�ɕy�}&�۔���E+�z���;8q�>i����exBH-ڧtz��wsG|��«�v���F��닙Q��-��rN���dr�ğ&��eӆ�0g�kcV��|z�}�K�m5d�4:B�sg
�?iS���M����A>��4�I��3qn�� ��9�N_��HB#f%�c�;"���5e�������u���� �����=�0��2��D���%q�g_,�ۚ
X(wB�;q�C)�^P�)z�)�<�Y���O!y�9B���OИ�]��:x�[��֋㔘g����KM���&�g��{鑫��
�XKx�c�P�}T��jC��"���Ew�uLd� �Xc+�q!Q#�Xd?U�(�'=����|����
�L�zw9//�L�3$Y�&�� �L*�N��A���wT�X�}�����b�G��G��G���E�D��H�y�V�(�!A3j���*gbc5b�^���`�Mz�m#�~!�8J�B,��Y@�#��$�KR;8���W0�[��E�'9���N+�1���^zD��`�G����^�E�?_MKz{r:q�x˅��5�m+$�x+RIY��klX�����jH��&���]n#�@G�v�p�vop�p���š����@�$m�z�������Y�O|\�����᲼ί:��f#������dw��J��ja���O�v���e��/\�������s�L��"d;�b[
��1�_s".�b���Ҩ��Л���,�s��[0V/)J��ovG�x�G�f�.TP[ ��a��8��&�_
�|�La��&bC���3�9��4
H[5O
D`��Xf��g)�A����|�����E�3?$�� tP�8�0�u��X�Q�Gvr+�
V�|�,����Y�a��7�~���}��϶Z�A)�j�6���c���o�?���T�����9T@�M1��j�]�K}�A���'+ci�]�ߠ2�"1&X#��A�Xx�ƅ����J��E���T
G��__��+���ZE����b&��I/�����D-F���La2��T^���QP����jm=��7��bŊ����Q4j��2^pMp#6�v���H�����3M(��^1S��`9���U�����q����.XǗI0
�+,k�GsJ��IF�;Lk�G����v-�f5%����[��Ȧ�j�O�0��K��R�9����-�rRؗ�$KW����ud�0�3�D��9�&Irt?�2‚d�1g���p�$۰�%�ӝ^%��]!�9�)��a���`�/��Q��M�4�K%9��H�/ŷX�$�o�t�1��fa���.^�O:�h:�@��\@�FN�8��UϢ��X�g����@Q�bm�p��O���vh.���/ߋ��_����)_Q����wi��-�$��ŝ1���J��d�1�q<���4^{D�^��j�u�D�L��OH3gAhB؅y��:��`	P�3w#�Y,[������E�:�Đ��b�ꘇ�t�W�`�hũ'wlҦ�MWK���Y���+kt���B��}�
Ӽ�幂2v/�6`U6�
_�z�]�hyF7��*qGF9a�\��*�`>�U��m�u����[/�z[N���� ��I��F�}&�N�Z���H�U�N��*瀄Է[�rN��,�:��>����^�l_��7@��1���4�՞}	�6��	�X��[�x��
[�wH���������S���	.�2,.{�u��JC�o�!(�#:�eÔXt)1	Ȓ� E�)�D�6i	�<�	����U!�%q�mw.��v3�upWe��	��]�Չ�^����F��d Kp�B���(��;��_�\2�%Q�xKR��T���~XS��OR�����l�yO���S�����M�ɩ���Ғ�҅�[�,��=;���U-/>��L�1������_�m�9����`�:��.wp�m���wp30q��9����y�*A���;6V�g�����-�� ���A��t�ó�W[L�f���ug>��op���Һ!n��u��E៴����0S�x؆mK��)gl�%Y��j�I�W����RRB_�F��x����0���@c�r�Ph!Ё��ߺ�ͩ��7D)%īK{S�Poàă(*H_����rv�TPv,i��aA�׺�t���N
�e_����t���L\(��1�U�eK���!��;����q�V��s:%9שּׂm�M��x6~x�z1��Ҹ�fWް��T8�G[F��p�R�/�"��>��ۜ�U�
槓y��.i�)A�T#�O)�E�pK�����"Xa��"�5�,'��~q��F`*>��qTU�@�?;
,S��"���6q�N%c҄Xo�V��;TY3����ٗ�*4�3fV���uYn���J�J�Lk�|[�T�U���mjD��;��uJwv�l�rG�����L��BE=�ìr�Jn��P�H��XN�>)+�=J���ڣ0�������:^���cXZF��y�Z���p��5'��S���X!���x5��Ђ���]��a2�%I=X�[���Ay.���Tm~0�G��R����yu�P��Ȇ�n�<�͠.���8K���G4���*�ٮD���y���v�)�0q��������d���H�$B��f,�\�\���kQ�+��S�[��$�˲a�����y��Y"҆%�8�E�@Y0����y�G�+���)�!"B�H��d�3��燉>��#�_���K��\�J�,k��,��+�ý�C��qr���~nqPF0�ß�=�ӯ��nb�Yı�lEb�vm컕u�l��V�Y����ꠃH�v�Ӆ�.�2D5�EN���Q~��I�u�Y��2�
�[�ȉ����@B���,��O�N�xt#;�֣i��;{*��w*,7/��,�9Q�}�̱\���]��HhH�חo��v8��L⥢�SjM�Ħ�uY�B[E��'_����b&g���E"y���'�M�����.sIo���ǵ�vĴ�2F��բ*ģ�
q�S����_U���+5�և�r�5���P��T^��f�21���w>�l�6T��Gm3���R�1[Q���B�5�)b���l�� q��^�$�і*H�	�S3�M����)�[�j�K���~O���M��#^V}��*���%��$xH$'9�Yx(#��F��)dQ�H���W߮z�J�/nZXaZ'�ځ���
4k�θ�$w��-�V�I�EKu���>��)� ;��Z�\���Rb��(ÏZ7�|2�+�(�'��D#J�$:~PlN>=�Nǡo].F����	�f�9�fZ;͖0�/��b��原R�_q�q�9�e�X�ix���[�8��G-Xa��[�&+]��ڞ[�f���R)ң��w��7��^����UmUN��l<���5��.���H5Ɉz��1
���"�]-���
,��Z�ײޅ�#�J%��	>Ey�ݝv�/F����I�`�ҭ��o����_c�g��FX1|���W��J�L��K1W���*ˡQ�>����Y��|8��s��>V=������Ĺ����q�9lVꖻ�;�u��)����NU	R2���O��k#x��=A�����*\禅ți-��w|6���cå�U8�<,�?*�b嬤��M�*���5�藫~��|ٳ�A�H�
�F�ܐ{�|��Ņ�����yhpn�3}�UZj@W�E�0�WU��Fٝ{��y�,���#˦j^��`D���T����n>ú��jy֕T���i$P���������/�8;+{ۇ�C9O�D܄J���7Z�𚶐�lJi���`�5i٬��ۿ��*ۆ����|�%#oD�Ѻ�A�a�(�6E���J�-C�eIB��2�ԴO�.�;�Ǔa���`�p}��X������w��d�� �� NW�1���Ћy��v�'t�P,a���6�ڛތ@�M�.p]xRFc1z�6�0�*���������.ɻ��&Ti�ϸ?v����(����z�����i|��R���K�R��ǶW
�B��)E@�i����%�m{������>���0N���1�\�Q^Oų��[b�w4HY,�v��Ρ��L����L򰹇�5��S�*
z�߁��<-�*[$��%Q������m�jE�� �HOI��[$.�,��Jo�	#?�`�x��-�4�(���s�_��e��gc���{z{3w���ԗ�Ϙ+mAӀk�OO���acyӆ�@1ҟ�O����F)J�{����Uv����,�@��"�lݨ��۬@�,�]^9��lm��������ĕ@�?�`��+�����.`($M����	�����1�3���_�Aw�p2��A x~?,Ty)�f�.,$T��DC0��4Z��a��a��.s��Ȕ,҇E%qt Y�h��Q<"+�7�.Z�u�^��r���A�;�3�H�K�J�
(�B�,nӆ-�h�-uA@�l����	��muw?���I�n���҃���;�������U#X3\��u�zVmzA*M�d���������Ļ��J�0��������cXMnq2�[���'����	=�X��'��-NF�jl�`e\n��[���Z��G�s�����:<�w�_y�>��ȑ�1Z�8�hqpL�*vqDL�B_ -�~�y��kl���Z45��0&uD�����KZ|a煮���([E�F�(�1y)j<���+�x�m��E�,��Ͼ$5�j|����s�ƣL��B�2�TY3�˿��.�G'ң�݃GV���jt
��N��F�)[+%�֚�L����l9z��Y��]��żd�0|�l��gE������%���r�o���B*������l-u�g�umy���2��,z��F�8�}�&�Sv1�>�<�b���
��9E��<�~���pnQ����l�%0)��9����J�TUA,R�-���50t�!��y�
�V���_N����4s:90��/��b��`O���W��@�PUM��|!4B"�S�5���Ri��e	��8�`�����'E5���V=�Q�L�/z��|O7���IN��Mr�n���t��<�Mr�o��7v����䇳��ą}��%o)0�TS��#�����80�
����
{
��O՛nk	��x��~���e>�?��M�wLZ3�@k��݄�'j�ɷ!�;�*{
WNS�c7:���zOFS����8~�ɬ����jeNH]�e�&����6Q�|5�����PK��--6v�PK��R?Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txt�S�n�0<�_�?7i�t)bv�֮7����H���חZ*�,�@yv�������9�w�D'��	|l+��[Qb��$��ʞ�є�%Zi�r�Ԩ�ڀՙ{�2��c��hl`&p=���+�;� b2a!��4	���[|}+�rThH2?c���,��i��}Ģwճ�iw�A,Q�.�b��ȵt+·��F��M9���)?�]��
rMO�6"��0���W�3�������'��o	d��8�����_�C��&)Xϧ
�"f ����J6�5�~�<�oJ��H����e6��Zؾ�����f(����z7�s��K;!D�Cfa�`l`���;�t���$��.l_�C�sz{n�F��=%S�s|n��Fse}z�V��K�&�m������
MM6�-�%�1����KC��͖�bvk�
?��'4y�W���M���8~i]�o%z��2Eӭ<(넒8�D�Ŕ���_�PK&��PK��R)Artifacts/Deployment/HEAT/base_dummy.yaml��_k�0���).���:T�`�=�u� U�1�V�����	i,��w_�Z�L�^�C����$��^Oj�'a4��������R��܂�T���������������!�����7K,J����@Ma��r���߉^v9	��=Z�d���s�1�q���~����
����p,�Z(���-FG���:�k�
�QL��U���Džm�}�0�B
�ѢH�>c�(8dU�GW�����Hb��S��)�������aQ�,ͷrN�&k7J&q.�:�+>����|�p��"g)^�8j�\C�_�T��v�I�*��^�bd�C���k��}30�(
e�(�P�้�R�6�9��?����`ѣH��Ś�����ձ������;�&�qf��wi9>۵a������t��p��F���PKI@�>��PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+�m
&�K6�{K���i�y�0nFJ�L�I�TNXv�ZHOõw9�β a�*��AS���~��G���͑��;s��RϽ`]�sY.h��>���.�W�PK,�P{y�PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU���0�_�p/�)��W1�v�$�'m!>�/r��f2�6+���g.^.����ޥ�����3�&�lN%��M���ބ$<:�#晼}�<�L���ݬ��^e߶�šIRG��Ќ|�KGNYƲ&S
k�������PK�i�r��PK��RVArtifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgz�
���ko�8���+xJi{��H\�{������(���h��TEʉ/���7CJ�,�q�6)�p$j83��<���pq�~�����;�w�x�������޳N�������e!S���<�S��t�o���(coʢ�O�L�#�0����ڿ�{
���q�����n��yYV�'��R�Y*ђ�)@.�L�Qƣ��	IhpA'Ly��8动,Id���MD&����`
دH�"���A?=��S�&�U
��i�
H�8�g$�r�	�m�k�w��Ҷ�-��6��j&�%��/KȘGL9/=u���^������zNS.3E���a��?Y�����-49�L2dm�G[��`��`JS��i=�M�������E��O4��,U��>�u�$�W��u\'d*Hy�M�[�OH$��B�2%��F�L��3�����
���������	Dm��|P�g����k꿧���ON?�y�JG�o�;�����n���O]���4�SF �G<��ٿ?�#�9I3!��ϊ��%���\_��F���2�<&�(�����`�TLٞJ�������
q	)�=��֩���52ڮ���(�����mx6�]h�w��nќ�c����r����߆PܺqKg<`��'��cWX����ã������_@4� �VS������U�;Y��ܐ�$*)p��x�����'r!n\�sWH�� �BF\��8�"��q��	v<���D�W	�!<��Ut�<�hf���L�1�c;��^(j���I��FT,�K��|r�a]1'�^��%cvIb.2_�&��\%I��������g�Y�$3PA.q�bz�q9���΃m�fi]n��Ni������ϐ��M̖l�s]�4��p2�.OnvV[J�5{������.K���p����瓷�j�Hdx�y��w��R=.��qUO��^���5*g���ݵ�3MC���]���+�}v{�����ΛN��6�YZ
�.t.���i�T��iH�5�4�Anc����ϰ��e7D�仭7�x����{�&�?	\_�_��}�4�쁠�Ǩ�`
��m�����U��H����,='�k�����yU��F�H�n8*�b���1����%�n@^�G�e�1�"n�$�S��t)�	���qoN�d4�cE	����s~c�����Ǡ C]OI�\�����M�x.��j�{Y5qxr���,0����1n�a��DqЮ�M�KE���9ȩ0���k[��B������g���^
�h^�lᡬ��M+r.�`�,Gԅ�K�0I��c���Z�(�F��}�,[��4�*fEWɷAФƴ�<�XP��h�y
��v0U]��|��2��ݿ����>h�?:5��P��!L9��������������
���'���/dH՞u�.B�.f�SԱ>Ԡv�w�2M|S�Yi�^��Ff�!x.�iۄ����8�谾t�W�	���T�	[��r�3�T����qpm�DW1�{y�̄�\P�L�>̩ػ���AE_3���si*�E���&Ѿ� �n�R�h)P����LX�J���>q+V1Mh	�/��q�h峦\��)
az%u�dh�'Y|\��l��ս����[�P)n�����}OR�e #�|<V�E|��ׇ��en��W��:%X���]o5lk�A]�G��`�����"��䟊G�P��O�H�W�����E�)Cv�;]�Vm-yV�U�Y&�/�o�F��\W�_�ܟ�&ZF,5{�dSi�*N��_l�~ϳ�
��W���^���Ov��=L�'���̏�Ւ�]i&��䙢�8��n/-Jn?C%q��f�BH]u�J�����{+'6��1�=N����r�S�9��+!2�S9ٱ�2c��dR��aˤ e�d������r �d� ��PVv�Ü��f6g0�R�v����M��	T	x�����|�d�܂:\ͧK�]S+�_���f�S���S���n��j�lp΃S��c݇��KK��c�J�����;���z���W����i!����j�?T�?z�6��`���N�G�����������ݽ����9��o�07(lh(�{s<�����;�H�Z=N�m�"�jP�PY�kj�
0N�:��AU*�d5��Ů((�y�hT$	S����p�J�
���KZ�h�*ܶ�B�6fN�kc��E~óˌ�k������
�0�x�8',wr�i�$�Qf̞������m{C:�J̼�Ş���y	&���R�H�HU,?ZUxm�H��T
��Vv�q��T�*EyETL��{.8ZŃم3���\R�4�J�L���tcE��m���\�	�
���@0�h:7�#h�Ҍ�� KA����LM�N��/'��FA��u:q�5��n��{��x�}{8K�ch]���d��bc?����@
4�@
4�@
4�@
4�@
4�@
4�@
��[}PPK����
�
PK��R�R�B4E	csar.metaPK��R�|���kTOSCA-Metadata/TOSCA.metaPK��R��I��	}6*<Definitions/resource-BasicCnf-template.ymlPK��RcGV=72^41Definitions/resource-BasicCnf-template-interface.ymlPK��RF�&�*8�Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPK��R�l�n:[BVDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPK��R������
)4!Definitions/resource-Compute-template.ymlPK��R"�n�=K/.%Definitions/resource-Globalcompute-template.ymlPK��R�!B�P?�)Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPK��Rh.��,�+Definitions/resource-Novaserver-template.ymlPK��R+�@j5��I1Definitions/data.ymlPK��R�'}8�fDefinitions/groups.ymlPK��R0?��@@�mDefinitions/policies.ymlPK��R���C&��)��Artifacts/Deployment/HEAT/base_dummy.yamlPK��R,�P{y�<w�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R�i�r��4Z�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R����
�
VJ�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKS�
2021-05-25T03:32:04.940Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|DEBUG|500||=======================response end=================================================
2021-05-25T03:32:04.940Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/24318d27-a6e5-433b-86f2-1849c7d9646f/toscaModel|INFO|500||InvokeReturn
2021-05-25T03:32:04.943Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-05-25T03:32:04.943Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-05-25T03:32:04.943Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||VFCustomizationUUID= 25b6b5a2-f030-47dd-a0dd-065cf3ec1ed4
2021-05-25T03:32:04.943Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25b6b5a2-f030-47dd-a0dd-065cf3ec1ed4 matches Tosca VF Customization UUID: 25b6b5a2-f030-47dd-a0dd-065cf3ec1ed4
2021-05-25T03:32:04.943Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||vfCustomizationUUID: 25b6b5a2-f030-47dd-a0dd-065cf3ec1ed4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-25T03:32:04.946Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.946Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:32:04.947Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||resource request for resource customization id 25b6b5a2-f030-47dd-a0dd-065cf3ec1ed4: {\"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\"}
2021-05-25T03:32:04.947Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d8d220e
2021-05-25T03:32:04.948Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.948Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-25T03:32:04.948Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7660c5bf-707e-4398-94f4-b238b0ce9c4f
2021-05-25T03:32:04.948Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7660c5bf-707e-4398-94f4-b238b0ce9c4f
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-25T03:32:04.950Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.950Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-25T03:32:04.950Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:32:04.951Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.951Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-25T03:32:04.951Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:32:04.951Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.951Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-05-25T03:32:04.952Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-05-25T03:32:04.952Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8294be5b-bdc0-4d28-9acf-f3e504887ba9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-25T03:32:04.953Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.953Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-25T03:32:04.954Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:32:04.954Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.954Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-05-25T03:32:04.954Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=25b6b5a2-f030-47dd-a0dd-065cf3ec1ed4
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:32:04.956Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.956Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:32:04.956Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid 635dfca8-b017-427b-9c0f-3b13faa05667: basic_cnf
2021-05-25T03:32:04.956Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.956Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:32:04.957Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.957Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:32:04.957Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.957Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:32:04.957Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.957Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:32:04.958Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-05-25T03:32:04.958Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:32:04.958Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_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_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_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, ORCH_TEMPLATE_ARTIFACT_TYPE, 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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_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 (?, ?, ?, ?, ?)
2021-05-25T03:32:05.060Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 628ac55b-f047-4fab-ad1f-ea1790ee9940 1 ASDC deployResourceStructure
2021-05-25T03:32:05.061Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-05-25T03:32:05.061Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-05-25T03:32:05.061Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-25T03:32:05.061Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:32:05.064Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:32:05.064Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913525061,
  "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"
}
2021-05-25T03:32:05.163Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-25T03:32:05.164Z||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.
2021-05-25T03:32:05.164Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:05.173Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:05.173Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:32:06.065Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-05-25T03:32:06.065Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-05-25T03:32:06.065Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-05-25T03:32:06.065Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:32:06.067Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:32:06.067Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913526064,
  "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"
}
2021-05-25T03:32:06.168Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 33 ms
2021-05-25T03:32:06.169Z||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.
2021-05-25T03:32:06.169Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:06.180Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:06.180Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:32:07.136Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-05-25T03:32:07.136Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-05-25T03:32:07.136Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T03:32:07.136Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:32:07.138Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:32:07.138Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913527135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-25T03:32:07.238Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:32:07.239Z||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.
2021-05-25T03:32:07.239Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:07.248Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:07.248Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:32:08.139Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-05-25T03:32:08.139Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-05-25T03:32:08.139Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T03:32:08.140Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:32:08.141Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:32:08.141Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913528139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-25T03:32:08.241Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:32:08.242Z||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.
2021-05-25T03:32:08.242Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:08.251Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:08.251Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:32:09.142Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-05-25T03:32:09.143Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-05-25T03:32:09.143Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T03:32:09.143Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:32:09.145Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:32:09.145Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913529142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-25T03:32:09.247Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-05-25T03:32:09.248Z||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.
2021-05-25T03:32:09.248Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:09.256Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:09.257Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-05-25T03:32:10.146Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-05-25T03:32:10.146Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-05-25T03:32:10.146Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-25T03:32:10.146Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:32:10.148Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:32:10.148Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913530146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:32:10.248Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:32:10.251Z||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.
2021-05-25T03:32:10.251Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:10.259Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:10.260Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:32:11.149Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c105281f-ef4e-460d-8f7f-a9370f3854a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_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=?
2021-05-25T03:32:11.157Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c105281f-ef4e-460d-8f7f-a9370f3854a4
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=?
2021-05-25T03:32:11.160Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-25T03:32:11.160Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-25T03:32:11.235Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-25T03:32:11.236Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-25T03:32:11.236Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:32:11.236Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:32:11.236Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:32:11.236Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:32:11.236Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:32:11.236Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-05-25T03:32:11.236Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-25T03:32:11.240Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-25T03:32:16.668Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:32:41.240Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c105281f-ef4e-460d-8f7f-a9370f3854a4 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=?
2021-05-25T03:32:41.245Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c105281f-ef4e-460d-8f7f-a9370f3854a4 and serviceModelVersionId: 635dfca8-b017-427b-9c0f-3b13faa05667
2021-05-25T03:32:41.245Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bade52b9-821e-46a1-b8d5-8f52a5c7d61a
2021-05-25T03:32:41.245Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bade52b9-821e-46a1-b8d5-8f52a5c7d61a/model-vers/model-ver/635dfca8-b017-427b-9c0f-3b13faa05667?depth=0
2021-05-25T03:32:41.250Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-05-25T03:32:41.372Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bade52b9-821e-46a1-b8d5-8f52a5c7d61a/model-vers/model-ver/635dfca8-b017-427b-9c0f-3b13faa05667?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]}
2021-05-25T03:32:41.372Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bade52b9-821e-46a1-b8d5-8f52a5c7d61a/model-vers/model-ver/635dfca8-b017-427b-9c0f-3b13faa05667?depth=0|INFO|500||Invoke
2021-05-25T03:32:41.389Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bade52b9-821e-46a1-b8d5-8f52a5c7d61a/model-vers/model-ver/635dfca8-b017-427b-9c0f-3b13faa05667?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-05-25T03:32:41.467Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bade52b9-821e-46a1-b8d5-8f52a5c7d61a/model-vers/model-ver/635dfca8-b017-427b-9c0f-3b13faa05667?depth=0|INFO|500||InvokeReturn
2021-05-25T03:32:41.467Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/bade52b9-821e-46a1-b8d5-8f52a5c7d61a/model-vers/model-ver/635dfca8-b017-427b-9c0f-3b13faa05667?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210525-03:32:41:394-72432], vertex-id=[454664], Content-Length=[0], Date=[Tue, 25 May 2021 03:32:41 GMT], Content-Type=[application/json]}
2021-05-25T03:32:41.467Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-05-25T03:32:41.467Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-25T03:32:41.467Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:32:41.471Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	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)
2021-05-25T03:32:41.471Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c105281f-ef4e-460d-8f7f-a9370f3854a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-25T03:32:41.471Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-25T03:32:41.471Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:32:41.472Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:32:41.473Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913561471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T03:32:41.573Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:32:41.573Z||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.
2021-05-25T03:32:41.573Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:41.584Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:41.585Z||pool-57-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=?
2021-05-25T03:32:42.481Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:32:42.482Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:32:42.482Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:32:47.558Z||pool-3-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.
2021-05-25T03:32:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:32:47.577Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:47.577Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:32:47.577Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "af2650c3-04a9-48b8-a106-3fb9269f346c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913502193,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T03:32:47.578Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:32:47.635Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:32:47.635Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-05-25T03:32:47.636Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:32:52.688Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:32:52.689Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:32:52.689Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:32:52.689Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:33:02.223Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:33:02.224Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:33:02.224Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:33:02.224Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:33:11.756Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:33:11.757Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:33:11.757Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:33:11.757Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:33:21.295Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:33:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:33:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:33:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:33:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:33:47.557Z||pool-3-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.
2021-05-25T03:33:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:33:48.109Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:33:48.109Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.110Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:33:48.110Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:33:48.110Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.110Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-05-25T03:33:48.111Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:33:48.111Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.111Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-05-25T03:33:48.111Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:33:48.135Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.135Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913426321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-05-25T03:33:48.135Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object. 
2021-05-25T03:33:48.135Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.135Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913513464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:33:48.136Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.136Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.136Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913516886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:33:48.136Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.136Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.136Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913518051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:33:48.136Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.137Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.137Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913519325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:33:48.137Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.137Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.137Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913520591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:33:48.137Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.137Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.137Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913522086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-05-25T03:33:48.137Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.137Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.138Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913525061,
  "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"
}
2021-05-25T03:33:48.138Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.138Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.138Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913526064,
  "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"
}
2021-05-25T03:33:48.138Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.138Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.138Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913527135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-05-25T03:33:48.138Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.138Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.139Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913528139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-05-25T03:33:48.139Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.139Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.139Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913529142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-05-25T03:33:48.139Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.139Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.139Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913530146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-05-25T03:33:48.139Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:48.139Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-05-25T03:33:48.140Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c105281f-ef4e-460d-8f7f-a9370f3854a4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1621913561471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-25T03:33:48.140Z||pool-3-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-25T03:33:57.089Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:34:31.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:34:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:34:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:34:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:34:47.557Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:34:47.557Z||pool-3-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.
2021-05-25T03:34:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:34:57.167Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:34:57.170Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:35:16.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.76.44
2021-05-25T03:35:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:35:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:35:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:35:47.557Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:35:47.557Z||pool-3-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.
2021-05-25T03:35:47.558Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:35:57.093Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:35:57.098Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:36:01.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T03:36:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:36:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:36:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:36:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:36:47.557Z||pool-3-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.
2021-05-25T03:36:47.557Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:36:57.168Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:36:57.224Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:37:31.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T03:37:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:37:47.557Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:37:47.557Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:37:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:37:47.557Z||pool-3-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.
2021-05-25T03:37:47.557Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:37:57.102Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:37:57.121Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:38:16.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.68.206
2021-05-25T03:38:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:38:47.557Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:38:47.557Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:38:47.557Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:38:47.558Z||pool-3-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.
2021-05-25T03:38:47.558Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:38:57.123Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:38:57.124Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:39:01.667Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:39:46.667Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T03:39:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:39:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:39:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:39:47.557Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:39:47.558Z||pool-3-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.
2021-05-25T03:39:47.558Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:39:57.166Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:39:57.169Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:40:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:40:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-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.
2021-05-25T03:40:47.556Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:40:47.557Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:40:47.557Z||pool-3-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.
2021-05-25T03:40:47.558Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:40:57.092Z|c105281f-ef4e-460d-8f7f-a9370f3854a4|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-05-25T03:40:57.119Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK